From 93058c666f51d3273193d9156207d0905d20968f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 22:01:22 +0000 Subject: [PATCH] Bump react-icons from 5.3.0 to 5.4.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v5.3.0...v5.4.0) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-minor ... 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 d7408a2..9309bb2 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "react-darkreader": "^1.5.6", "react-dom": "^18.2.0", "react-hot-toast": "^2.4.0", - "react-icons": "^5.0.1", + "react-icons": "^5.4.0", "react-idle-timer": "^5.5.2", "react-router": "^6.26.2", "react-router-dom": "^6.10.0", diff --git a/yarn.lock b/yarn.lock index 4603387..b43f39a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7212,10 +7212,10 @@ react-hot-toast@^2.4.0: dependencies: goober "^2.1.10" -react-icons@^5.0.1: - version "5.3.0" - resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-5.3.0.tgz#ccad07a30aebd40a89f8cfa7d82e466019203f1c" - integrity sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg== +react-icons@^5.4.0: + version "5.4.0" + resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-5.4.0.tgz#443000f6e5123ee1b21ea8c0a716f6e7797f7416" + integrity sha512-7eltJxgVt7X64oHh6wSWNwwbKTCtMfK35hcjvJS0yxEAhPM8oUKdS3+kqaW1vicIltw+kR2unHaa12S9pPALoQ== react-idle-timer@^5.5.2: version "5.7.2"