From da0a02a818b2f85694cbb83de687d0b0bcc20219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 02:31:15 +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, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4286887..e4dca55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "random": "^2.2.0", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-icons": "^4.10.1", + "react-icons": "^5.4.0", "reakit": "^1.3.11", "sass": "^1.26.10", "sharp": "^0.32.1", @@ -19614,10 +19614,9 @@ } }, "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==", - "license": "MIT", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.4.0.tgz", + "integrity": "sha512-7eltJxgVt7X64oHh6wSWNwwbKTCtMfK35hcjvJS0yxEAhPM8oUKdS3+kqaW1vicIltw+kR2unHaa12S9pPALoQ==", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index 4503bbd..44b6d3d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "random": "^2.2.0", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-icons": "^4.10.1", + "react-icons": "^5.4.0", "reakit": "^1.3.11", "sass": "^1.26.10", "sharp": "^0.32.1",