From 9ceb77ae28666965b127cb4ba69d1564d0ef34c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 22:44:53 +0000 Subject: [PATCH] Bump react-icons from 4.6.0 to 5.3.0 in /app Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.6.0 to 5.3.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.6.0...v5.3.0) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/package-lock.json | 14 +++++++------- app/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index 052538a..85dda6c 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -33,7 +33,7 @@ "react-dnd-html5-backend": "^11.1.3", "react-dom": "^17.0.2", "react-hotkeys": "^2.0.0", - "react-icons": "^4.1.0", + "react-icons": "^5.3.0", "react-redux": "^7.2.4", "react-resize-detector": "^6.7.2", "react-scripts": "^4.0.3", @@ -16086,9 +16086,9 @@ } }, "node_modules/react-icons": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.6.0.tgz", - "integrity": "sha512-rR/L9m9340yO8yv1QT1QurxWQvWpbNHqVX0fzMln2HEb9TEIrQRGsqiNFQfiv9/JEUbyHmHPlNTB2LWm2Ttz0g==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz", + "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==", "peerDependencies": { "react": "*" } @@ -33751,9 +33751,9 @@ } }, "react-icons": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.6.0.tgz", - "integrity": "sha512-rR/L9m9340yO8yv1QT1QurxWQvWpbNHqVX0fzMln2HEb9TEIrQRGsqiNFQfiv9/JEUbyHmHPlNTB2LWm2Ttz0g==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz", + "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==", "requires": {} }, "react-is": { diff --git a/app/package.json b/app/package.json index 7ab49ee..0f12add 100644 --- a/app/package.json +++ b/app/package.json @@ -28,7 +28,7 @@ "react-dnd-html5-backend": "^11.1.3", "react-dom": "^17.0.2", "react-hotkeys": "^2.0.0", - "react-icons": "^4.1.0", + "react-icons": "^5.3.0", "react-redux": "^7.2.4", "react-resize-detector": "^6.7.2", "react-scripts": "^4.0.3",