From d042f78c3fdfb569ca6c767c31e6260ac309bce2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Sep 2023 19:56:26 +0000 Subject: [PATCH] fix: upgrade react-icons from 4.3.1 to 4.11.0 Snyk has created this PR to upgrade react-icons from 4.3.1 to 4.11.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/hireflix/project/fdad628a-f828-495c-897b-f4d9d139d216?utm_source=github&utm_medium=referral&page=upgrade-pr --- example/package.json | 2 +- example/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/package.json b/example/package.json index 4d18e62..299b724 100644 --- a/example/package.json +++ b/example/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "react-code-blocks": "^0.0.9-0", - "react-icons": "^4.3.1", + "react-icons": "^4.11.0", "react-simple-star-rating": "link:.." }, "eslintConfig": { diff --git a/example/yarn.lock b/example/yarn.lock index 9103560..51c515e 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -403,10 +403,10 @@ react-code-blocks@^0.0.9-0: styled-components "^5.1.1" tslib "^2.0.0" -react-icons@^4.3.1: - version "4.3.1" - resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.3.1.tgz#2fa92aebbbc71f43d2db2ed1aed07361124e91ca" - integrity sha512-cB10MXLTs3gVuXimblAdI71jrJx8njrJZmNMEMC+sQu5B/BIOmlsAjskdqpn81y8UBVEGuHODd7/ci5DvoSzTQ== +react-icons@^4.11.0: + version "4.11.0" + resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.11.0.tgz#4b0e31c9bfc919608095cc429c4f1846f4d66c65" + integrity sha512-V+4khzYcE5EBk/BvcuYRq6V/osf11ODUM2J8hg2FDSswRrGvqiYUYPRy4OdrWaQOBj4NcpJfmHZLNaD+VH0TyA== react-is@^16.7.0: version "16.13.1"