From fe6627245b0bee45d3eb249a3a127ca34df02480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:04:13 +0000 Subject: [PATCH] Bump react-icons from 5.2.1 to 5.3.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 5.2.1 to 5.3.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v5.2.1...v5.3.0) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f0bbd0..02bd313 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "prettier": "^3.3.3", "react": "^18.3.1", "react-dom": "^18.2.0", - "react-icons": "^5.2.1", + "react-icons": "^5.3.0", "sass": "^1.77.6", "swr": "^2.2.5", "use-local-storage-state": "^19.1.0", @@ -5691,9 +5691,9 @@ } }, "node_modules/react-icons": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.2.1.tgz", - "integrity": "sha512-zdbW5GstTzXaVKvGSyTaBalt7HSfuK5ovrzlpyiWHAFXndXTdd/1hdDHI4xBM1Mn7YriT6aqESucFl9kEXzrdw==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz", + "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index 9f44619..5f2c19c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "prettier": "^3.3.3", "react": "^18.3.1", "react-dom": "^18.2.0", - "react-icons": "^5.2.1", + "react-icons": "^5.3.0", "sass": "^1.77.6", "swr": "^2.2.5", "use-local-storage-state": "^19.1.0", diff --git a/yarn.lock b/yarn.lock index ab147a0..3c861b5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2971,9 +2971,9 @@ react-focus-lock@^2.9.4: use-callback-ref "^1.3.0" use-sidecar "^1.1.2" -react-icons@^5.2.1: - version "5.2.1" - resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-5.2.1.tgz#28c2040917b2a2eda639b0f797bff1888e018e4a" +react-icons@^5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-5.3.0.tgz#ccad07a30aebd40a89f8cfa7d82e466019203f1c" react-is@^16.13.1, react-is@^16.7.0: version "16.13.1"