From 372d5ab8d2275cd2a01d13beb1f59177c929f23e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 02:06:04 +0000 Subject: [PATCH] Update react-icons requirement from ^5.0.1 to ^5.2.1 in /src-widgets 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.1) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src-widgets/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-widgets/package.json b/src-widgets/package.json index e119794..9eb9274 100644 --- a/src-widgets/package.json +++ b/src-widgets/package.json @@ -30,7 +30,7 @@ "react": "^18.2.0", "react-audio-viz": "^0.0.4", "react-dom": "^18.2.0", - "react-icons": "^5.0.1", + "react-icons": "^5.2.1", "react-scripts": "^5.0.1", "sass": "^1.71.1", "uuid": "^9.0.1"