From f1a331708c4271fa89f7171ec68e214e9f329618 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 Sep 2022 19:07:56 +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: https://www.npmjs.com/package/react-icons See this project in Snyk: https://app.snyk.io/org/alinamoo/project/e99db8d3-1368-4cde-9807-8fb8713e3967?utm_source=github&utm_medium=referral&page=upgrade-pr --- hackumbc-client/package-lock.json | 14 +++++++------- hackumbc-client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hackumbc-client/package-lock.json b/hackumbc-client/package-lock.json index 77c7ca3a..6ab8d8c9 100644 --- a/hackumbc-client/package-lock.json +++ b/hackumbc-client/package-lock.json @@ -14,7 +14,7 @@ "aos": "^2.3.4", "react": "^18.0.0", "react-dom": "^18.0.0", - "react-icons": "^4.3.1", + "react-icons": "^4.4.0", "react-router-dom": "^6.3.0", "react-scripts": "5.0.1", "react-scroll": "^1.8.7", @@ -13236,9 +13236,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "node_modules/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.4.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.4.0.tgz", + "integrity": "sha512-fSbvHeVYo/B5/L4VhB7sBA1i2tS8MkT0Hb9t2H1AVPkwGfVHLJCqyr2Py9dKMxsyM63Eng1GkdZfbWj+Fmv8Rg==", "peerDependencies": { "react": "*" } @@ -25411,9 +25411,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.4.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.4.0.tgz", + "integrity": "sha512-fSbvHeVYo/B5/L4VhB7sBA1i2tS8MkT0Hb9t2H1AVPkwGfVHLJCqyr2Py9dKMxsyM63Eng1GkdZfbWj+Fmv8Rg==", "requires": {} }, "react-is": { diff --git a/hackumbc-client/package.json b/hackumbc-client/package.json index 4b3b1a05..e3945bb2 100644 --- a/hackumbc-client/package.json +++ b/hackumbc-client/package.json @@ -9,7 +9,7 @@ "aos": "^2.3.4", "react": "^18.0.0", "react-dom": "^18.0.0", - "react-icons": "^4.3.1", + "react-icons": "^4.4.0", "react-router-dom": "^6.3.0", "react-scripts": "5.0.1", "react-scroll": "^1.8.7",