From e58e3156e440ad1a574624f712c0f41afc399ba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:39:19 +0000 Subject: [PATCH] Bump react-icons from 5.2.1 to 5.3.0 in /packages/frontend Bumps [react-icons](https://github.com/react-icons/react-icons) from 5.2.1 to 5.3.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v5.2.1...v5.3.0) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/package.json b/packages/frontend/package.json index c04eb67f..faeb6888 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -31,7 +31,7 @@ "postcss": "^8.4.22", "react": "^18.1.0", "react-dom": "^18.1.0", - "react-icons": "5.2.1", + "react-icons": "5.3.0", "react-player": "^2.11.2", "react-query": "^3.39.3", "sharp": "^0.33.0",