From bcf080c8be914091281abc0ef7dc8ec5114ad323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 15:03:49 +0000 Subject: [PATCH] Bump react-icons from 3.11.0 to 4.4.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 3.11.0 to 4.4.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v3.11.0...v4.4.0) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 ++++++++------------- package.json | 2 +- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a22488..7f33c32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "react-google-maps": "^9.4.5", "react-helmet": "^6.1.0", "react-highlight-words": "^0.18.0", - "react-icons": "^3.8.0", + "react-icons": "^4.4.0", "react-tooltip": "^4.2.19", "recompose": "^0.30.0" }, @@ -28387,12 +28387,9 @@ } }, "node_modules/react-icons": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-3.11.0.tgz", - "integrity": "sha512-JRgiI/vdF6uyBgyZhVyYJUZAop95Sy4XDe/jmT3R/bKliFWpO/uZBwvSjWEdxwzec7SYbEPNPck0Kff2tUGM2Q==", - "dependencies": { - "camelcase": "^5.0.0" - }, + "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": "*" } @@ -57135,12 +57132,10 @@ } }, "react-icons": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-3.11.0.tgz", - "integrity": "sha512-JRgiI/vdF6uyBgyZhVyYJUZAop95Sy4XDe/jmT3R/bKliFWpO/uZBwvSjWEdxwzec7SYbEPNPck0Kff2tUGM2Q==", - "requires": { - "camelcase": "^5.0.0" - } + "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": { "version": "16.13.1", diff --git a/package.json b/package.json index 82f445f..96c1b2b 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "react-google-maps": "^9.4.5", "react-helmet": "^6.1.0", "react-highlight-words": "^0.18.0", - "react-icons": "^3.8.0", + "react-icons": "^4.4.0", "react-tooltip": "^4.2.19", "recompose": "^0.30.0" },