From 1542b45391f0f8a2490382cc9cbd1a6604d1edd5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Jun 2022 21:17:47 +0000 Subject: [PATCH] fix: upgrade react-icons from 4.3.1 to 4.4.0 Snyk has created this PR to upgrade react-icons from 4.3.1 to 4.4.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/fsjsd/project/844bef67-1639-4d79-b31e-e033f94b9c74?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 20dd992..45d4650 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@testing-library/user-event": "^14.1.0", "react": "^18.1.0", "react-dom": "^18.1.0", - "react-icons": "^4.3.1", + "react-icons": "^4.4.0", "react-markdown": "^8.0.3", "react-router-dom": "^6.3.0", "react-router-prop-types": "^1.0.5", diff --git a/yarn.lock b/yarn.lock index cc0dc92..cf3fe86 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15303,10 +15303,10 @@ react-helmet-async@^1.0.7: react-fast-compare "^3.2.0" shallowequal "^1.1.0" -react-icons@^4.3.1: - version "4.3.1" - resolved "https://registry.npmjs.org/react-icons/-/react-icons-4.3.1.tgz" - integrity sha512-cB10MXLTs3gVuXimblAdI71jrJx8njrJZmNMEMC+sQu5B/BIOmlsAjskdqpn81y8UBVEGuHODd7/ci5DvoSzTQ== +react-icons@^4.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.4.0.tgz#a13a8a20c254854e1ec9aecef28a95cdf24ef703" + integrity sha512-fSbvHeVYo/B5/L4VhB7sBA1i2tS8MkT0Hb9t2H1AVPkwGfVHLJCqyr2Py9dKMxsyM63Eng1GkdZfbWj+Fmv8Rg== react-inspector@^5.1.0: version "5.1.1"