From b78ec047ffad19bf9241f7ebfb76d02fe51f15db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 03:07:12 +0000 Subject: [PATCH] Update react-icons requirement from ^5.0.1 to ^5.2.0 in /src Updates the requirements on [react-icons](https://github.com/react-icons/react-icons) to permit the latest version. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v5.0.1...v5.2.0) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production ... 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 1dfd115..e5f4375 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": "^5.0.1", + "react-icons": "^5.2.0", "react-scripts": "^5.0.1", "tsv-json": "^2.0.0" },