From 187bfdf7ff9d7ec036cd370662a148cabe064ffe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 03:02:03 +0000 Subject: [PATCH] Bump react-icons from 4.12.0 to 5.0.1 in /src Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.12.0 to 5.0.1. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.12.0...v5.0.1) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 553b5ca..65c59b6 100644 --- a/src/package.json +++ b/src/package.json @@ -14,7 +14,7 @@ "react-ace": "^10.1.0", "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", - "react-icons": "^4.12.0", + "react-icons": "^5.0.1", "react-scripts": "^5.0.1", "tsv-json": "^2.0.0" },