From 8f977a2941a3815264d85fd14daf36abbf13c294 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 11:38:30 +0000 Subject: [PATCH] fix: upgrade react-icons from 5.1.0 to 5.2.0 Snyk has created this PR to upgrade react-icons from 5.1.0 to 5.2.0. See this package in npm: react-icons See this project in Snyk: https://app.snyk.io/org/prissychisom/project/76e8907a-7565-49ee-a66d-7169aa5f9621?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1db8e48..d73aa47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-icon": "^1.0.0", - "react-icons": "^5.1.0", + "react-icons": "^5.2.0", "react-router-dom": "^6.22.3", "react-scripts": "^5.0.1", "web-vitals": "^2.1.4" @@ -14580,9 +14580,9 @@ } }, "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.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.2.0.tgz", + "integrity": "sha512-n52Y7Eb4MgQZHsSZOhSXv1zs2668/hBYKfSRIvKh42yExjyhZu0d1IK2CLLZ3BZB1oo13lDfwx2vOh2z9FTV6Q==", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index be7bbbf..c40d8e7 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-icon": "^1.0.0", - "react-icons": "^5.1.0", + "react-icons": "^5.2.0", "react-router-dom": "^6.22.3", "react-scripts": "^5.0.1", "web-vitals": "^2.1.4"