From 69a9e226e00bee3c3d39e00bd121c78552f686f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 10:04:53 +0000 Subject: [PATCH] Bump react-icons from 3.10.0 to 4.7.1 Bumps [react-icons](https://github.com/react-icons/react-icons) from 3.10.0 to 4.7.1. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v3.10.0...v4.7.1) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 277e72705..33a2c58d0 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "react": "^16.13.1", "react-avatar": "^3.9.2", "react-dom": "^16.13.1", - "react-icons": "^3.10.0", + "react-icons": "^4.7.1", "react-quill": "^1.3.5", "react-router-dom": "^5.1.2", "react-scripts": "3.4.1", diff --git a/yarn.lock b/yarn.lock index a3c6a5af9..584e409b1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9131,12 +9131,10 @@ react-fast-compare@^2.0.1: resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-2.0.4.tgz#e84b4d455b0fec113e0402c329352715196f81f9" integrity sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw== -react-icons@^3.10.0: - version "3.10.0" - resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-3.10.0.tgz#6c217a2dde2e8fa8d293210023914b123f317297" - integrity sha512-WsQ5n1JToG9VixWilSo1bHv842Cj5aZqTGiS3Ud47myF6aK7S/IUY2+dHcBdmkQcCFRuHsJ9OMUI0kTDfjyZXQ== - dependencies: - camelcase "^5.0.0" +react-icons@^4.7.1: + version "4.7.1" + resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.7.1.tgz#0f4b25a5694e6972677cb189d2a72eabea7a8345" + integrity sha512-yHd3oKGMgm7zxo3EA7H2n7vxSoiGmHk5t6Ou4bXsfcgWyhfDKMpyKfhHR6Bjnn63c+YXBLBPUql9H4wPJM6sXw== react-is@^16.6.0, react-is@^16.7.0: version "16.12.0"