From c9590221ac64da60d05b67323a90aa7963bed6ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 07:11:14 +0000 Subject: [PATCH] Bump react-icons from 4.6.0 to 4.9.0 in /webapp Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.6.0 to 4.9.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.6.0...v4.9.0) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- webapp/package-lock.json | 14 +++++++------- webapp/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/webapp/package-lock.json b/webapp/package-lock.json index 23242a331..5b109fba3 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -39,7 +39,7 @@ "react-bootstrap": "^2.5.0", "react-chartjs-2": "^4.3.1", "react-dom": "^18.2.0", - "react-icons": "^4.6.0", + "react-icons": "^4.9.0", "react-lazyload": "^3.2.0", "react-minimal-pie-chart": "^8.4.0", "react-router-dom": "^6.4.3", @@ -16551,9 +16551,9 @@ "integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==" }, "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": "4.9.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.9.0.tgz", + "integrity": "sha512-ijUnFr//ycebOqujtqtV9PFS7JjhWg0QU6ykURVHuL4cbofvRCf3f6GMn9+fBktEFQOIVZnuAYLZdiyadRQRFg==", "peerDependencies": { "react": "*" } @@ -32983,9 +32983,9 @@ "integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==" }, "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": "4.9.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.9.0.tgz", + "integrity": "sha512-ijUnFr//ycebOqujtqtV9PFS7JjhWg0QU6ykURVHuL4cbofvRCf3f6GMn9+fBktEFQOIVZnuAYLZdiyadRQRFg==", "requires": {} }, "react-is": { diff --git a/webapp/package.json b/webapp/package.json index b774ba52d..deeb65a3b 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -34,7 +34,7 @@ "react-bootstrap": "^2.5.0", "react-chartjs-2": "^4.3.1", "react-dom": "^18.2.0", - "react-icons": "^4.6.0", + "react-icons": "^4.9.0", "react-lazyload": "^3.2.0", "react-minimal-pie-chart": "^8.4.0", "react-router-dom": "^6.4.3",