From b3a4a32bd5bca955042457f1e4e91ecfa5c06050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 07:30:53 +0000 Subject: [PATCH] build(deps): 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 | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e1a846f..41075d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "prism-react-renderer": "^2.3.0", "react": "^18.0.0", "react-dom": "^18.0.0", - "react-icons": "^5.2.1", + "react-icons": "^5.3.0", "sass": "^1.77.8" }, "devDependencies": { @@ -13063,10 +13063,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==", - "license": "MIT", + "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 e99922c..9d04af9 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "prism-react-renderer": "^2.3.0", "react": "^18.0.0", "react-dom": "^18.0.0", - "react-icons": "^5.2.1", + "react-icons": "^5.3.0", "sass": "^1.77.8" }, "devDependencies": {