From d5e08839aacbd01bd3b6d087cd6f09679efe7a5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 19:47:47 +0000 Subject: [PATCH] chore(deps): bump react-icons from 4.6.0 to 5.2.1 Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.6.0 to 5.2.1. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.6.0...v5.2.1) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d4260f0..43408ab 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "react": "^18.2.0", "react-audio-player": "^0.17.0", "react-dom": "^18.2.0", - "react-icons": "^4.6.0", + "react-icons": "^5.2.1", "request": "^2.88.2", "request-promise": "^4.2.6", "typescript": "^4.9.4", diff --git a/yarn.lock b/yarn.lock index 068be62..7b32829 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7652,10 +7652,10 @@ react-dom@^18.2.0: loose-envify "^1.1.0" scheduler "^0.23.0" -react-icons@^4.6.0: - version "4.6.0" - resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.6.0.tgz#f83eda179af5d02c047449a20b702c858653d397" - integrity sha512-rR/L9m9340yO8yv1QT1QurxWQvWpbNHqVX0fzMln2HEb9TEIrQRGsqiNFQfiv9/JEUbyHmHPlNTB2LWm2Ttz0g== +react-icons@^5.2.1: + version "5.2.1" + resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-5.2.1.tgz#28c2040917b2a2eda639b0f797bff1888e018e4a" + integrity sha512-zdbW5GstTzXaVKvGSyTaBalt7HSfuK5ovrzlpyiWHAFXndXTdd/1hdDHI4xBM1Mn7YriT6aqESucFl9kEXzrdw== react-is@^16.12.0, react-is@^16.13.1, react-is@^16.7.0: version "16.13.1"