From 275ad74bc5d4a5125df3fd90ab0b20f81a92fd76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 12:59:58 +0000 Subject: [PATCH] Bump react-icons from 2.2.7 to 4.10.1 Bumps [react-icons](https://github.com/react-icons/react-icons) from 2.2.7 to 4.10.1. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/2.2.7...v4.10.1) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/jaeger-ui/package.json | 2 +- yarn.lock | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/packages/jaeger-ui/package.json b/packages/jaeger-ui/package.json index 2630caa93f..989e362d35 100644 --- a/packages/jaeger-ui/package.json +++ b/packages/jaeger-ui/package.json @@ -92,7 +92,7 @@ "react-dom": "^18.2.0", "react-ga": "^3.3.1", "react-helmet": "^6.1.0", - "react-icons": "2.2.7", + "react-icons": "4.10.1", "react-metrics": "^2.3.2", "react-redux": "^5.0.6", "react-router-dom": "4.3.1", diff --git a/yarn.lock b/yarn.lock index 8e06def409..753804e744 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10917,15 +10917,10 @@ react-helmet@^6.1.0: react-fast-compare "^3.1.1" react-side-effect "^2.1.0" -react-icon-base@2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/react-icon-base/-/react-icon-base-2.1.0.tgz#a196e33fdf1e7aaa1fda3aefbb68bdad9e82a79d" - -react-icons@2.2.7: - version "2.2.7" - resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-2.2.7.tgz#d7860826b258557510dac10680abea5ca23cf650" - dependencies: - react-icon-base "2.1.0" +react-icons@4.10.1: + version "4.10.1" + resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.10.1.tgz#3f3b5eec1f63c1796f6a26174a1091ca6437a500" + integrity sha512-/ngzDP/77tlCfqthiiGNZeYFACw85fUjZtLbedmJ5DTlNDIwETxhwBzdOJ21zj4iJdvc0J3y7yOsX3PpxAJzrw== react-input-autosize@^2.1.2: version "2.2.1"