From 03b4ab2935bd70b6299f173de99b546b9b2839b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 13:07:35 +0000 Subject: [PATCH] fix(deps): update dependency simple-icons to v16 (#27855) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 10 ++-------- web/package.json | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f1722258fa..e9f38d97eb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -816,8 +816,8 @@ importers: specifier: ^1.5.4 version: 1.5.4 simple-icons: - specifier: ^15.15.0 - version: 15.22.0 + specifier: ^16.0.0 + version: 16.13.0 socket.io-client: specifier: ~4.8.0 version: 4.8.3 @@ -11032,10 +11032,6 @@ packages: simple-get@3.1.1: resolution: {integrity: sha512-CQ5LTKGfCpvE1K0n2us+kuMPbk/q0EKl82s4aheV9oXjFEz6W/Y7oQFVJuU6QG77hRT4Ghb5RURteF5vnWjupA==} - simple-icons@15.22.0: - resolution: {integrity: sha512-i/w5Ie4tENfGYbdCo2iJ+oies0vOFd8QXWHopKOUzudfLCvnmeheF2PpHp89Z2azpc+c2su3lMiWO/SpP+429A==} - engines: {node: '>=0.12.18'} - simple-icons@16.13.0: resolution: {integrity: sha512-N4AMZvFERU5YLEtUudtUesiM2H4O5xQ9qfS3K0oOV5II5KVtxOUAlmZ7KqBgiTSGBgCVkuLD/Z9dJKBtnI3kKQ==} engines: {node: '>=0.12.18'} @@ -24465,8 +24461,6 @@ snapshots: simple-concat: 1.0.1 optional: true - simple-icons@15.22.0: {} - simple-icons@16.13.0: {} sirv@2.0.4: diff --git a/web/package.json b/web/package.json index 1d82e19c59..71509541f0 100644 --- a/web/package.json +++ b/web/package.json @@ -52,7 +52,7 @@ "maplibre-gl": "^5.6.2", "pmtiles": "^4.3.0", "qrcode": "^1.5.4", - "simple-icons": "^15.15.0", + "simple-icons": "^16.0.0", "socket.io-client": "~4.8.0", "svelte-gestures": "^5.2.2", "svelte-i18n": "^4.0.1",