From 15db8d6634fad2ccd7283ad01e89587b668bf80c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 00:23:07 +0000 Subject: [PATCH] Bump react-icons from 5.3.0 to 5.5.0 in /src Bumps [react-icons](https://github.com/react-icons/react-icons) from 5.3.0 to 5.5.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v5.3.0...v5.5.0) --- updated-dependencies: - dependency-name: react-icons dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/package-lock.json | 14 +++++++------- src/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/package-lock.json b/src/package-lock.json index 9dbd5816..2c8b76bc 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -21,7 +21,7 @@ "react-bootstrap": "^2.10.9", "react-dom": "^18.3.1", "react-feather": "^2.0.10", - "react-icons": "^5.3.0", + "react-icons": "^5.5.0", "styled-jsx": "^5.1.6", "yaml": "^2.7.0" }, @@ -2914,9 +2914,9 @@ } }, "node_modules/react-icons": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz", - "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.5.0.tgz", + "integrity": "sha512-MEFcXdkP3dLo8uumGI5xN3lDFNsRtrjbOEKDLD7yv76v4wpnEq2Lt2qeHaQOr34I/wPN3s3+N08WkQ+CW37Xiw==", "peerDependencies": { "react": "*" } @@ -5465,9 +5465,9 @@ } }, "react-icons": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz", - "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.5.0.tgz", + "integrity": "sha512-MEFcXdkP3dLo8uumGI5xN3lDFNsRtrjbOEKDLD7yv76v4wpnEq2Lt2qeHaQOr34I/wPN3s3+N08WkQ+CW37Xiw==", "requires": {} }, "react-is": { diff --git a/src/package.json b/src/package.json index 9ee1dab5..d52f6bae 100644 --- a/src/package.json +++ b/src/package.json @@ -29,7 +29,7 @@ "react-bootstrap": "^2.10.9", "react-dom": "^18.3.1", "react-feather": "^2.0.10", - "react-icons": "^5.3.0", + "react-icons": "^5.5.0", "styled-jsx": "^5.1.6", "yaml": "^2.7.0" },