From 87af5ce4dafc1edf14fc9d3787b11bd83ecdab54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 02:23:47 +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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 438c73ae4..ca27d168e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "react": "^18.3.1", "react-bookmark": "^0.8.2", "react-dom": "^18.3.1", - "react-icons": "^4.12.0", + "react-icons": "^5.4.0", "react-player": "^2.16.0", "react-router-dom": "^6.24.1", "react-select": "^5.8.0", @@ -25852,9 +25852,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==", + "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 dea1d56be..d022f5d61 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "react": "^18.3.1", "react-bookmark": "^0.8.2", "react-dom": "^18.3.1", - "react-icons": "^4.12.0", + "react-icons": "^5.4.0", "react-player": "^2.16.0", "react-router-dom": "^6.24.1", "react-select": "^5.8.0",