From 0f80d13f2e25abf93273f74e24fb8d96587d09da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 22 Jun 2024 07:01:41 +0000 Subject: [PATCH] fix: upgrade react-icons from 4.7.1 to 4.12.0 Snyk has created this PR to upgrade react-icons from 4.7.1 to 4.12.0. See this package in npm: react-icons See this project in Snyk: https://app.snyk.io/org/waldecyfa/project/90049e5e-566a-41be-b690-8c760a6caa86?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4896435..3f70674 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", - "react-icons": "^4.7.1", + "react-icons": "^4.12.0", "react-router-dom": "^6.4.5", "sass": "^1.56.2" }, @@ -1355,9 +1355,10 @@ } }, "node_modules/react-icons": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.7.1.tgz", - "integrity": "sha512-yHd3oKGMgm7zxo3EA7H2n7vxSoiGmHk5t6Ou4bXsfcgWyhfDKMpyKfhHR6Bjnn63c+YXBLBPUql9H4wPJM6sXw==", + "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": "*" } @@ -2468,9 +2469,9 @@ } }, "react-icons": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.7.1.tgz", - "integrity": "sha512-yHd3oKGMgm7zxo3EA7H2n7vxSoiGmHk5t6Ou4bXsfcgWyhfDKMpyKfhHR6Bjnn63c+YXBLBPUql9H4wPJM6sXw==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", + "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==", "requires": {} }, "react-refresh": { diff --git a/package.json b/package.json index fdc67ae..2c4dd73 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", - "react-icons": "^4.7.1", + "react-icons": "^4.12.0", "react-router-dom": "^6.4.5", "sass": "^1.56.2" },