From ff9a577da8f19566b472914a35a75cac2f91979d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 16:11:40 +0000 Subject: [PATCH] Bump react-icons from 4.6.0 to 4.7.1 Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.6.0 to 4.7.1. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.6.0...v4.7.1) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a3fb675..5a0276d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", - "react-icons": "^4.6.0", + "react-icons": "^4.7.1", "react-loading-skeleton": "^3.1.0", "react-router-dom": "^6.4.3", "react-scripts": "5.0.1", @@ -13795,8 +13795,9 @@ } }, "node_modules/react-icons": { - "version": "4.6.0", - "license": "MIT", + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.7.1.tgz", + "integrity": "sha512-yHd3oKGMgm7zxo3EA7H2n7vxSoiGmHk5t6Ou4bXsfcgWyhfDKMpyKfhHR6Bjnn63c+YXBLBPUql9H4wPJM6sXw==", "peerDependencies": { "react": "*" } @@ -25644,7 +25645,9 @@ } }, "react-icons": { - "version": "4.6.0", + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.7.1.tgz", + "integrity": "sha512-yHd3oKGMgm7zxo3EA7H2n7vxSoiGmHk5t6Ou4bXsfcgWyhfDKMpyKfhHR6Bjnn63c+YXBLBPUql9H4wPJM6sXw==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index f8f1ffe..0b4e69a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", - "react-icons": "^4.6.0", + "react-icons": "^4.7.1", "react-loading-skeleton": "^3.1.0", "react-router-dom": "^6.4.3", "react-scripts": "5.0.1",