From 1552b7089de59c3c97815cae1afd312b4948bcdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 04:37:22 +0000 Subject: [PATCH] Bump react-icons from 4.12.0 to 5.4.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.12.0 to 5.4.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.12.0...v5.4.0) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9aff1553..93ea9763 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "react-hook-form": "^7.54.2", "react-hotkeys-hook": "^4.6.1", "react-i18next": "^15.4.0", - "react-icons": "^4.12.0", + "react-icons": "^5.4.0", "react-select": "^5.9.0", "use-resize-observer": "^9.1.0", "webm-duration-fix": "^1.0.4", @@ -8789,9 +8789,10 @@ } }, "node_modules/react-icons": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", - "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.4.0.tgz", + "integrity": "sha512-7eltJxgVt7X64oHh6wSWNwwbKTCtMfK35hcjvJS0yxEAhPM8oUKdS3+kqaW1vicIltw+kR2unHaa12S9pPALoQ==", + "license": "MIT", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index 88276d68..67804872 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "react-hook-form": "^7.54.2", "react-hotkeys-hook": "^4.6.1", "react-i18next": "^15.4.0", - "react-icons": "^4.12.0", + "react-icons": "^5.4.0", "react-select": "^5.9.0", "use-resize-observer": "^9.1.0", "webm-duration-fix": "^1.0.4",