From ffbf222433b7dbeb123c221d30634728c623e682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 13:17:18 +0000 Subject: [PATCH] build(deps): bump react-icons from 3.11.0 to 4.6.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 3.11.0 to 4.6.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v3.11.0...v4.6.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 | 16 +++------------- package.json | 2 +- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 930f27ec02..298b38dd09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27123,19 +27123,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" - }, - "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" - } - } + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.6.0.tgz", + "integrity": "sha512-rR/L9m9340yO8yv1QT1QurxWQvWpbNHqVX0fzMln2HEb9TEIrQRGsqiNFQfiv9/JEUbyHmHPlNTB2LWm2Ttz0g==" }, "react-inspector": { "version": "5.1.0", diff --git a/package.json b/package.json index 9f3598ba1c..58f32b930e 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "react": "^16.13.1", "react-dom": "^16.13.1", "react-helmet": "^6.0.0", - "react-icons": "^3.11.0", + "react-icons": "^4.6.0", "react-tabs": "3.1.0", "throttle-debounce": "^2.3.0", "typescript": "3.9.2"