From 528f4556757dbe4efbb64219feb64e39db650581 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 11:33:53 +0000 Subject: [PATCH] Bump react-icons from 3.11.0 to 4.2.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 3.11.0 to 4.2.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v3.11.0...v4.2.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 9 +++------ package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 64549bb..c1336c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16807,12 +16807,9 @@ } }, "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.2.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.2.0.tgz", + "integrity": "sha512-rmzEDFt+AVXRzD7zDE21gcxyBizD/3NqjbX6cmViAgdqfJ2UiLer8927/QhhrXQV7dEj/1EGuOTPp7JnLYVJKQ==" }, "react-is": { "version": "16.8.3", diff --git a/package.json b/package.json index d8d7b7c..38aa5c5 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "react-bootstrap": "^1.4.0", "react-dom": "^16.14.0", "react-helmet": "^5.2.1", - "react-icons": "^3.11.0", + "react-icons": "^4.2.0", "styled-components": "^5.2.1" }, "devDependencies": {