From 99234aa71b670eb67e4fa74ee5cf2f3f677ce966 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:12:41 +0000 Subject: [PATCH] fix(deps): bump react-icons from 4.12.0 to 5.0.1 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ee4321..5c7df8a 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-icon": "^1.0.0", - "react-icons": "^4.12.0", + "react-icons": "^5.0.1", "seedrandom": "^3.0.5", "swr": "^2.2.4", "tailwind-merge": "^2.0.0",