From fd433b61d53f2dd919619b26afb2bdfd8a51dab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:58:08 +0000 Subject: [PATCH] Bump react-icons from 4.9.0 to 5.0.1 in /client/StichHub Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.9.0 to 5.0.1. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.9.0...v5.0.1) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/StichHub/package-lock.json | 25 +++++++++++++++++++++---- client/StichHub/package.json | 2 +- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/client/StichHub/package-lock.json b/client/StichHub/package-lock.json index 8efbba73..f374541b 100644 --- a/client/StichHub/package-lock.json +++ b/client/StichHub/package-lock.json @@ -51,7 +51,7 @@ "react-dom": "^18.2.0", "react-drag-drop-files": "^2.3.9", "react-dropzone-uploader": "^2.11.0", - "react-icons": "^4.9.0", + "react-icons": "^5.0.1", "react-ios-time-picker": "^0.2.2", "react-otp-input": "^3.0.2", "react-phone-input-2": "^2.15.1", @@ -3838,6 +3838,14 @@ "react-dom": ">=16.8.0" } }, + "node_modules/flowbite-react/node_modules/react-icons": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", + "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==", + "peerDependencies": { + "react": "*" + } + }, "node_modules/follow-redirects": { "version": "1.15.2", "funding": [ @@ -6605,8 +6613,9 @@ } }, "node_modules/react-icons": { - "version": "4.9.0", - "license": "MIT", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.0.1.tgz", + "integrity": "sha512-WqLZJ4bLzlhmsvme6iFdgO8gfZP17rfjYEJ2m9RsZjZ+cc4k1hTzknEz63YS1MeT50kVzoa1Nz36f4BEx+Wigw==", "peerDependencies": { "react": "*" } @@ -11063,6 +11072,12 @@ "requires": { "@floating-ui/dom": "^1.2.7" } + }, + "react-icons": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", + "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==", + "requires": {} } } }, @@ -12694,7 +12709,9 @@ } }, "react-icons": { - "version": "4.9.0", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.0.1.tgz", + "integrity": "sha512-WqLZJ4bLzlhmsvme6iFdgO8gfZP17rfjYEJ2m9RsZjZ+cc4k1hTzknEz63YS1MeT50kVzoa1Nz36f4BEx+Wigw==", "requires": {} }, "react-indiana-drag-scroll": { diff --git a/client/StichHub/package.json b/client/StichHub/package.json index 95047c86..02bdbcc4 100644 --- a/client/StichHub/package.json +++ b/client/StichHub/package.json @@ -53,7 +53,7 @@ "react-dom": "^18.2.0", "react-drag-drop-files": "^2.3.9", "react-dropzone-uploader": "^2.11.0", - "react-icons": "^4.9.0", + "react-icons": "^5.0.1", "react-ios-time-picker": "^0.2.2", "react-otp-input": "^3.0.2", "react-phone-input-2": "^2.15.1",