From 2104c67fd1718399817356024fc96c681e9ca6f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Dec 2024 07:54:57 +0000 Subject: [PATCH] fix: upgrade react-icons from 5.3.0 to 5.4.0 Snyk has created this PR to upgrade react-icons from 5.3.0 to 5.4.0. See this package in npm: react-icons See this project in Snyk: https://app.snyk.io/org/msk-009/project/a47220b0-251b-4633-9133-eb17816b9264?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 3931186..104b896 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "react-beautiful-dnd": "^13.1.1", "react-confetti": "^6.1.0", "react-dom": "^18.3.1", - "react-icons": "^5.3.0", + "react-icons": "^5.4.0", "react-loader-spinner": "^6.1.6", "react-router-dom": "^6.27.0", "react-top-loading-bar": "^2.3.1", @@ -4316,9 +4316,9 @@ } }, "node_modules/react-icons": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz", - "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.4.0.tgz", + "integrity": "sha512-7eltJxgVt7X64oHh6wSWNwwbKTCtMfK35hcjvJS0yxEAhPM8oUKdS3+kqaW1vicIltw+kR2unHaa12S9pPALoQ==", "license": "MIT", "peerDependencies": { "react": "*" diff --git a/package.json b/package.json index 79c59dd..d786c94 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "react-beautiful-dnd": "^13.1.1", "react-confetti": "^6.1.0", "react-dom": "^18.3.1", - "react-icons": "^5.3.0", + "react-icons": "^5.4.0", "react-loader-spinner": "^6.1.6", "react-router-dom": "^6.27.0", "react-top-loading-bar": "^2.3.1",