From 3b4a7b6f5df2801214717cf8f95e62bc08cab3b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 03:16:48 +0000 Subject: [PATCH] build(deps): bump react-icons from 5.5.0 to 5.7.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 5.5.0 to 5.7.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v5.5.0...v5.7.0) --- updated-dependencies: - dependency-name: react-icons dependency-version: 5.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6aa8255..96c8f69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "pizzip": "^3.2.0", "react": "19.1.0", "react-dom": "19.1.0", - "react-icons": "^5.5.0", + "react-icons": "^5.7.0", "sonner": "^2.0.7", "tailwind-merge": "^3.6.0" }, @@ -5829,9 +5829,9 @@ } }, "node_modules/react-icons": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.5.0.tgz", - "integrity": "sha512-MEFcXdkP3dLo8uumGI5xN3lDFNsRtrjbOEKDLD7yv76v4wpnEq2Lt2qeHaQOr34I/wPN3s3+N08WkQ+CW37Xiw==", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.7.0.tgz", + "integrity": "sha512-LBLy340Rzqy6+/yVhZKT3B/QpP1BZaesGqasf09HPOBzRarcDIFH0WwXlXQfE7q7ipxK4MSiC5DIBWURCny6fw==", "license": "MIT", "peerDependencies": { "react": "*" diff --git a/package.json b/package.json index d8d1907..2e949dc 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "pizzip": "^3.2.0", "react": "19.1.0", "react-dom": "19.1.0", - "react-icons": "^5.5.0", + "react-icons": "^5.7.0", "sonner": "^2.0.7", "tailwind-merge": "^3.6.0" },