From b9d604de13a92f55fbbffaa065e93c8f2616e2f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Feb 2024 03:57:00 +0000 Subject: [PATCH] fix: upgrade react-icons from 4.11.0 to 4.12.0 Snyk has created this PR to upgrade react-icons from 4.11.0 to 4.12.0. See this package in npm: https://www.npmjs.com/package/react-icons See this project in Snyk: https://app.snyk.io/org/jeshardym/project/23e036a0-cb59-455b-947c-361a51d5d45f?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 45ee807..3632b67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.46.1", - "react-icons": "^4.10.1", + "react-icons": "^4.12.0", "react-router-dom": "^6.15.0", "style-components": "^0.1.0", "styled-components": "^6.0.7" @@ -6339,9 +6339,9 @@ } }, "node_modules/react-icons": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.11.0.tgz", - "integrity": "sha512-V+4khzYcE5EBk/BvcuYRq6V/osf11ODUM2J8hg2FDSswRrGvqiYUYPRy4OdrWaQOBj4NcpJfmHZLNaD+VH0TyA==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", + "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index 9fc18ff..dace98d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.46.1", - "react-icons": "^4.10.1", + "react-icons": "^4.12.0", "react-router-dom": "^6.15.0", "style-components": "^0.1.0", "styled-components": "^6.0.7"