From 36f16cbd6fe19649760667ed2e7e83c84bf6948d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 19:38:36 +0000 Subject: [PATCH] Bump react-icons from 4.10.1 to 5.0.1 in /frontend Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.10.1 to 5.0.1. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.10.1...v5.0.1) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0f7ca2276..56b4203cf 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -42,7 +42,7 @@ "react": "^18.2.0", "react-beforeunload": "^2.5.3", "react-dom": "^18.2.0", - "react-icons": "^4.6.0", + "react-icons": "^5.0.1", "react-lazylog": "^4.5.3", "react-markdown": "^8.0.3", "react-media": "^1.10.0", @@ -37030,9 +37030,9 @@ } }, "node_modules/react-icons": { - "version": "4.10.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.10.1.tgz", - "integrity": "sha512-/ngzDP/77tlCfqthiiGNZeYFACw85fUjZtLbedmJ5DTlNDIwETxhwBzdOJ21zj4iJdvc0J3y7yOsX3PpxAJzrw==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.0.1.tgz", + "integrity": "sha512-WqLZJ4bLzlhmsvme6iFdgO8gfZP17rfjYEJ2m9RsZjZ+cc4k1hTzknEz63YS1MeT50kVzoa1Nz36f4BEx+Wigw==", "peerDependencies": { "react": "*" } diff --git a/frontend/package.json b/frontend/package.json index 8f7150e50..3c79d5f1c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -45,7 +45,7 @@ "react": "^18.2.0", "react-beforeunload": "^2.5.3", "react-dom": "^18.2.0", - "react-icons": "^4.6.0", + "react-icons": "^5.0.1", "react-lazylog": "^4.5.3", "react-markdown": "^8.0.3", "react-media": "^1.10.0",