From 2bf454304a330d946c84f875ca139b85d05d2f93 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 06:22:30 +0000 Subject: [PATCH] Bump react-icons from 3.9.0 to 4.2.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 3.9.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.9.0...v4.2.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 11 ++++------- package.json | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ad936cc..0b73d71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "myzenwallet", - "version": "v2.0.9a", + "version": "v2.1.0a", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -7206,12 +7206,9 @@ } }, "react-icons": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-3.9.0.tgz", - "integrity": "sha512-gKbYKR+4QsD3PmIHLAM9TDDpnaTsr3XZeK1NTAb6WQQ+gxEdJ0xuCgLq0pxXdS7Utg2AIpcVhM1ut/jlDhcyNg==", - "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.13.1", diff --git a/package.json b/package.json index a57d22e..9261c37 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "react-bootstrap": "^0.32.4", "react-copy-to-clipboard": "^5.0.2", "react-dom": "^16.13.1", - "react-icons": "^3.9.0", + "react-icons": "^4.2.0", "react-table": "^6.11.5", "reactstrap": "^8.4.1", "style-loader": "^0.23.1",