From 55871a0d1fab4b2561bff1506e20516abb4faf69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Mar 2023 07:43:39 +0000 Subject: [PATCH] fix: upgrade react-icons from 4.4.0 to 4.7.1 Snyk has created this PR to upgrade react-icons from 4.4.0 to 4.7.1. See this package in npm: https://www.npmjs.com/package/react-icons See this project in Snyk: https://app.snyk.io/org/arnabc27/project/bd3031fb-4732-4a85-9318-1caada4c870b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 444fd43..3cf2d09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "axios": "^0.27.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-icons": "^4.4.0", + "react-icons": "^4.7.1", "react-redux": "^8.0.2", "react-router-dom": "^6.3.0", "swiper": "^8.4.2" @@ -3740,9 +3740,9 @@ } }, "node_modules/react-icons": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.4.0.tgz", - "integrity": "sha512-fSbvHeVYo/B5/L4VhB7sBA1i2tS8MkT0Hb9t2H1AVPkwGfVHLJCqyr2Py9dKMxsyM63Eng1GkdZfbWj+Fmv8Rg==", + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.7.1.tgz", + "integrity": "sha512-yHd3oKGMgm7zxo3EA7H2n7vxSoiGmHk5t6Ou4bXsfcgWyhfDKMpyKfhHR6Bjnn63c+YXBLBPUql9H4wPJM6sXw==", "peerDependencies": { "react": "*" } @@ -7083,9 +7083,9 @@ } }, "react-icons": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.4.0.tgz", - "integrity": "sha512-fSbvHeVYo/B5/L4VhB7sBA1i2tS8MkT0Hb9t2H1AVPkwGfVHLJCqyr2Py9dKMxsyM63Eng1GkdZfbWj+Fmv8Rg==", + "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 dedecf0..5f9b046 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "axios": "^0.27.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-icons": "^4.4.0", + "react-icons": "^4.7.1", "react-redux": "^8.0.2", "react-router-dom": "^6.3.0", "swiper": "^8.4.2"