From 2aab06b1dd0d201881b01dcdb0836fbc0e5e0378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 23:28:40 +0000 Subject: [PATCH] Bump react-icons from 4.3.1 to 5.3.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.3.1 to 5.3.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.3.1...v5.3.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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 48090671..0a04a05e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20770,9 +20770,9 @@ } }, "react-icons": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.3.1.tgz", - "integrity": "sha512-cB10MXLTs3gVuXimblAdI71jrJx8njrJZmNMEMC+sQu5B/BIOmlsAjskdqpn81y8UBVEGuHODd7/ci5DvoSzTQ==" + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz", + "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==" }, "react-input-autosize": { "version": "3.0.0", diff --git a/package.json b/package.json index 8f16a3cc..85fb7d59 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "react-data-table-component": "^6.11.6", "react-dom": "^16.14.0", "react-graph-vis": "^1.0.5", - "react-icons": "^4.2.0", + "react-icons": "^5.3.0", "react-json-view": "^1.19.1", "react-markdown": "^8.0.3", "react-number-format": "^4.4.3",