From 9a399118d829d9b809ec2ac7adb972c69f7ac21b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Sep 2024 11:04:05 +0000 Subject: [PATCH] fix: upgrade react-icons from 4.11.0 to 4.12.0 Snyk has created this PR to upgrade react-icons from 4.11.0 to 4.12.0. See this package in npm: react-icons See this project in Snyk: https://app.snyk.io/org/francescocoding/project/28a09756-3825-435e-8cca-a7808f5b80d1?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 540b416..b7d92f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react": "^18.3.1", "react-device-detect": "^2.2.3", "react-dom": "^18.3.1", - "react-icons": "^4.10.1", + "react-icons": "^4.12.0", "react-lottie-player": "^1.5.6", "react-redux": "^7.2.9", "react-responsive": "^9.0.2", @@ -13028,9 +13028,10 @@ "integrity": "sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==" }, "node_modules/react-icons": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.11.0.tgz", - "integrity": "sha512-V+4khzYcE5EBk/BvcuYRq6V/osf11ODUM2J8hg2FDSswRrGvqiYUYPRy4OdrWaQOBj4NcpJfmHZLNaD+VH0TyA==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", + "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==", + "license": "MIT", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index 470ca19..685512b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "react": "^18.3.1", "react-device-detect": "^2.2.3", "react-dom": "^18.3.1", - "react-icons": "^4.10.1", + "react-icons": "^4.12.0", "react-lottie-player": "^1.5.6", "react-redux": "^7.2.9", "react-responsive": "^9.0.2",