From 39eef6c472ccb3d6dde1ee136915438a23a7615b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 10:54:28 +0000 Subject: [PATCH] Bump react-icons from 3.11.0 to 4.1.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 3.11.0 to 4.1.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v3.11.0...v4.1.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..f531f5d 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.1.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.1.0.tgz", + "integrity": "sha512-FCXBg1JbbR0vWALXIxmFAfozHdVIJmmwCD81Jk0EKOt7Ax4AdBNcaRkWhR0NaKy9ugJgoY3fFvo0PHpte55pXg==" }, "react-is": { "version": "16.8.3", diff --git a/package.json b/package.json index d8d7b7c..36f7565 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.1.0", "styled-components": "^5.2.1" }, "devDependencies": {