From 84a885f009fe8a44bfcbd35343e1f9b178f9d65c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 3 Jun 2024 20:33:48 +0000 Subject: [PATCH] fix: upgrade react-icons from 5.1.0 to 5.2.1 Snyk has created this PR to upgrade react-icons from 5.1.0 to 5.2.1. See this package in npm: react-icons See this project in Snyk: https://app.snyk.io/org/skydrige/project/701aafde-b6dd-4309-b94d-32437b0e0b62?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 62ae512..ecc339e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "react": "^18.2.0", "react-bootstrap": "^2.10.2", "react-dom": "^18.2.0", - "react-icons": "^5.1.0", + "react-icons": "^5.2.1", "react-router-dom": "^6.23.0", "react-scripts": "5.0.1", "web-vitals": "^2.1.4", @@ -15528,9 +15528,10 @@ "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==" }, "node_modules/react-icons": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.1.0.tgz", - "integrity": "sha512-D3zug1270S4hbSlIRJ0CUS97QE1yNNKDjzQe3HqY0aefp2CBn9VgzgES27sRR2gOvFK+0CNx/BW0ggOESp6fqQ==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.2.1.tgz", + "integrity": "sha512-zdbW5GstTzXaVKvGSyTaBalt7HSfuK5ovrzlpyiWHAFXndXTdd/1hdDHI4xBM1Mn7YriT6aqESucFl9kEXzrdw==", + "license": "MIT", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index 4820fa9..d7cba7a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "react": "^18.2.0", "react-bootstrap": "^2.10.2", "react-dom": "^18.2.0", - "react-icons": "^5.1.0", + "react-icons": "^5.2.1", "react-router-dom": "^6.23.0", "react-scripts": "5.0.1", "web-vitals": "^2.1.4",