diff --git a/package-lock.json b/package-lock.json index b7594865f5b07f1a7f6548a7f57d715c2804df80..702e5ee686d7f74a72b8cd0f3f4e07a02bf23509 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2764,9 +2764,9 @@ "license": "BSD-3-Clause" }, "node_modules/@icons-pack/react-simple-icons": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/@icons-pack/react-simple-icons/-/react-simple-icons-10.2.0.tgz", - "integrity": "sha512-QDUxup8D3GdIIzwGpxQs6bjeFV5mJes25qqf4aqP/PaBYQNCar7AiyD8C14636TosCG0A/QqAUwm/Hviep4d4g==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@icons-pack/react-simple-icons/-/react-simple-icons-11.0.0.tgz", + "integrity": "sha512-o8ho4F8UiN7ie1X4gWUNJMgQw7lzPncfcXs6PHF02hDmwV71OngqI4eWEY+ibTNKaS5xdGyBXho9Zvx4JeyriA==", "peerDependencies": { "react": "^16.13 || ^17 || ^18 || ^19" } @@ -16647,7 +16647,7 @@ "license": "ISC", "dependencies": { "@fortawesome/free-solid-svg-icons": "^6.7.2", - "@icons-pack/react-simple-icons": "^10.2.0", + "@icons-pack/react-simple-icons": "^11.0.0", "@nextui-org/react": "^2.6.11", "@sc07-canvas/lib": "^1.0.0", "@theme-toggles/react": "^4.1.0", diff --git a/packages/client/package.json b/packages/client/package.json index e59f9ef53c09696de90c4c0b7162d9a9cd5eaa8b..7de1c5cf9c9a2ade6e9b2f1858045ca0236fa823 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -15,7 +15,7 @@ "license": "ISC", "dependencies": { "@fortawesome/free-solid-svg-icons": "^6.7.2", - "@icons-pack/react-simple-icons": "^10.2.0", + "@icons-pack/react-simple-icons": "^11.0.0", "@nextui-org/react": "^2.6.11", "@sc07-canvas/lib": "^1.0.0", "@theme-toggles/react": "^4.1.0",