From b180352a585ad441a04f3a1f8d345bac30f01591 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Jul 2024 05:58:43 +0000 Subject: [PATCH] fix: upgrade react-icons from 4.3.1 to 4.12.0 Snyk has created this PR to upgrade react-icons from 4.3.1 to 4.12.0. See this package in npm: react-icons See this project in Snyk: https://app.snyk.io/org/kallyas/project/8dfbc71d-03bb-4048-959c-f1fef9d345a2?utm_source=github&utm_medium=referral&page=upgrade-pr --- client/package-lock.json | 15 ++++++++------- client/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 11676f0..be32795 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -42,7 +42,7 @@ "react-dom": "^17.0.2", "react-dropzone": "^11.7.1", "react-github-btn": "^1.2.2", - "react-icons": "^4.3.1", + "react-icons": "^4.12.0", "react-loading-skeleton": "^3.0.3", "react-router-dom": "^5.3.0", "react-router-hash-link": "^2.4.3", @@ -15013,9 +15013,10 @@ } }, "node_modules/react-icons": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.3.1.tgz", - "integrity": "sha512-cB10MXLTs3gVuXimblAdI71jrJx8njrJZmNMEMC+sQu5B/BIOmlsAjskdqpn81y8UBVEGuHODd7/ci5DvoSzTQ==", + "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": "*" } @@ -29533,9 +29534,9 @@ } }, "react-icons": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.3.1.tgz", - "integrity": "sha512-cB10MXLTs3gVuXimblAdI71jrJx8njrJZmNMEMC+sQu5B/BIOmlsAjskdqpn81y8UBVEGuHODd7/ci5DvoSzTQ==", + "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-is": { diff --git a/client/package.json b/client/package.json index 517466a..ed83a83 100644 --- a/client/package.json +++ b/client/package.json @@ -37,7 +37,7 @@ "react-dom": "^17.0.2", "react-dropzone": "^11.7.1", "react-github-btn": "^1.2.2", - "react-icons": "^4.3.1", + "react-icons": "^4.12.0", "react-loading-skeleton": "^3.0.3", "react-router-dom": "^5.3.0", "react-router-hash-link": "^2.4.3",