From 1a8bef07439aa1923224cdf133c51121ba000d9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:21:10 -0400 Subject: [PATCH] Bump react-icons from 5.2.1 to 5.3.0 in /ui (#3200) Bumps [react-icons](https://github.com/react-icons/react-icons) from 5.2.1 to 5.3.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v5.2.1...v5.3.0) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package-lock.json | 14 +++++++------- ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 1467b9dbb..0e9380dba 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -33,7 +33,7 @@ "react-drag-listview": "^0.1.8", "react-ga": "^3.3.1", "react-hotkeys": "^2.0.0", - "react-icons": "^5.2.1", + "react-icons": "^5.3.0", "react-image-lightbox": "^5.1.4", "react-measure": "^2.5.2", "react-redux": "^7.2.9", @@ -15110,9 +15110,9 @@ } }, "node_modules/react-icons": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.2.1.tgz", - "integrity": "sha512-zdbW5GstTzXaVKvGSyTaBalt7HSfuK5ovrzlpyiWHAFXndXTdd/1hdDHI4xBM1Mn7YriT6aqESucFl9kEXzrdw==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz", + "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==", "peerDependencies": { "react": "*" } @@ -31614,9 +31614,9 @@ } }, "react-icons": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.2.1.tgz", - "integrity": "sha512-zdbW5GstTzXaVKvGSyTaBalt7HSfuK5ovrzlpyiWHAFXndXTdd/1hdDHI4xBM1Mn7YriT6aqESucFl9kEXzrdw==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz", + "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==", "requires": {} }, "react-image-lightbox": { diff --git a/ui/package.json b/ui/package.json index 1c835bb6e..aab58022f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -28,7 +28,7 @@ "react-drag-listview": "^0.1.8", "react-ga": "^3.3.1", "react-hotkeys": "^2.0.0", - "react-icons": "^5.2.1", + "react-icons": "^5.3.0", "react-image-lightbox": "^5.1.4", "react-measure": "^2.5.2", "react-redux": "^7.2.9",