From 82a9b9523d2e5b5a07d4faf76d3d117a6075a96a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Nov 2024 10:15:32 +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/dacitto/project/5d25c073-10d0-40e1-9d15-ae7b69dc385e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d5e27b..735564a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9411,9 +9411,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "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==" }, "react-is": { "version": "17.0.2", diff --git a/package.json b/package.json index 6c21e89..ee960f1 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "react": "^17.0.2", "react-beautiful-dnd": "^13.1.0", "react-dom": "^17.0.2", - "react-icons": "^4.3.1", + "react-icons": "^4.12.0", "react-scripts": "5.0.0", "sass": "^1.42.1", "web-vitals": "^1.0.1"