From a3ba4231cb3c051f20aa842cde9adc41d5dc208c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 00:02:22 +0000 Subject: [PATCH] chore(deps): bump react-icons from 4.9.0 to 5.2.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.9.0 to 5.2.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.9.0...v5.2.0) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 94990fc..da2f41c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "prisma": "^4.4.0", "react": "^18.0.0", "react-dom": "^18.0.0", - "react-icons": "^4.6.0", + "react-icons": "^5.2.0", "react-polymorphic-types": "^2.0.0", "react-redux": "^8.0.5", "swr": "^2.1.5", @@ -21788,9 +21788,9 @@ } }, "node_modules/react-icons": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.9.0.tgz", - "integrity": "sha512-ijUnFr//ycebOqujtqtV9PFS7JjhWg0QU6ykURVHuL4cbofvRCf3f6GMn9+fBktEFQOIVZnuAYLZdiyadRQRFg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.2.0.tgz", + "integrity": "sha512-n52Y7Eb4MgQZHsSZOhSXv1zs2668/hBYKfSRIvKh42yExjyhZu0d1IK2CLLZ3BZB1oo13lDfwx2vOh2z9FTV6Q==", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index 77aac7f..a283ec8 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "prisma": "^4.4.0", "react": "^18.0.0", "react-dom": "^18.0.0", - "react-icons": "^4.6.0", + "react-icons": "^5.2.0", "react-polymorphic-types": "^2.0.0", "react-redux": "^8.0.5", "swr": "^2.1.5",