From 7d9a33e784b8bae1b715b86993a9e9ffc27c5312 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 17:50:43 +0000 Subject: [PATCH] Bump react-icons from 5.1.0 to 5.2.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9bda5b3..b25a0e4 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react": "18.3.1", "react-dom": "18.2.0", "react-hook-form": "^7.51.3", - "react-icons": "^5.1.0", + "react-icons": "^5.2.0", "react-toastify": "^10.0.5", "react-use": "^17.5.0", "superjson": "2.2.1", diff --git a/yarn.lock b/yarn.lock index 4471ccd..aed4ec0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3530,10 +3530,10 @@ react-hook-form@^7.51.3: resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.51.3.tgz#7486dd2d52280b6b28048c099a98d2545931cab3" integrity sha512-cvJ/wbHdhYx8aviSWh28w9ImjmVsb5Y05n1+FW786vEZQJV5STNM0pW6ujS+oiBecb0ARBxJFyAnXj9+GHXACQ== -react-icons@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-5.1.0.tgz#9e7533cc256571a610c2a1ec8a7a143fb1222943" - integrity sha512-D3zug1270S4hbSlIRJ0CUS97QE1yNNKDjzQe3HqY0aefp2CBn9VgzgES27sRR2gOvFK+0CNx/BW0ggOESp6fqQ== +react-icons@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-5.2.0.tgz#790c92d5f1888ef2dbbd3468c553fd4bb5c8bf7e" + integrity sha512-n52Y7Eb4MgQZHsSZOhSXv1zs2668/hBYKfSRIvKh42yExjyhZu0d1IK2CLLZ3BZB1oo13lDfwx2vOh2z9FTV6Q== react-is@^16.13.1: version "16.13.1"