From 4b2d4d19c639ed25318fddf3017bc8c12538ce8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:32:40 +0000 Subject: [PATCH] Bump react-icons from 4.3.1 to 5.4.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.3.1 to 5.4.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.3.1...v5.4.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..8a33bb07 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.4.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.4.0.tgz", + "integrity": "sha512-7eltJxgVt7X64oHh6wSWNwwbKTCtMfK35hcjvJS0yxEAhPM8oUKdS3+kqaW1vicIltw+kR2unHaa12S9pPALoQ==" }, "react-input-autosize": { "version": "3.0.0", diff --git a/package.json b/package.json index 8f16a3cc..e82c262a 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.4.0", "react-json-view": "^1.19.1", "react-markdown": "^8.0.3", "react-number-format": "^4.4.3",