From 81d1cb687988f78ca7957c079007660e56839d08 Mon Sep 17 00:00:00 2001 From: dependabot Date: Thu, 9 Jan 2025 03:34:22 +0000 Subject: [PATCH] Bump @icons-pack/react-simple-icons from 10.2.0 to 11.0.0 Bumps [@icons-pack/react-simple-icons](https://github.com/icons-pack/react-simple-icons/tree/HEAD/react-simple-icons) from 10.2.0 to 11.0.0. - [Release notes](https://github.com/icons-pack/react-simple-icons/releases) - [Commits](https://github.com/icons-pack/react-simple-icons/commits/v11.0.0/react-simple-icons) --- package-lock.json | 8 ++++---- packages/client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b759486..702e5ee 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 e59f9ef..7de1c5c 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", -- GitLab