From 13797b9c177e329f780168926ca405cac3682342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 08:35:42 +0000 Subject: [PATCH] Bump react-icons from 4.11.0 to 5.2.1 in /next Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.11.0 to 5.2.1. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.11.0...v5.2.1) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- next/package-lock.json | 14 +++++++------- next/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/next/package-lock.json b/next/package-lock.json index 0dbee71..db30d03 100644 --- a/next/package-lock.json +++ b/next/package-lock.json @@ -46,7 +46,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-i18next": "^12.3.1", - "react-icons": "^4.11.0", + "react-icons": "^5.2.1", "react-markdown": "^8.0.7", "react-type-animation": "^3.1.0", "rehype-highlight": "^6.0.0", @@ -12886,9 +12886,9 @@ } }, "node_modules/react-icons": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.11.0.tgz", - "integrity": "sha512-V+4khzYcE5EBk/BvcuYRq6V/osf11ODUM2J8hg2FDSswRrGvqiYUYPRy4OdrWaQOBj4NcpJfmHZLNaD+VH0TyA==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.2.1.tgz", + "integrity": "sha512-zdbW5GstTzXaVKvGSyTaBalt7HSfuK5ovrzlpyiWHAFXndXTdd/1hdDHI4xBM1Mn7YriT6aqESucFl9kEXzrdw==", "peerDependencies": { "react": "*" } @@ -24094,9 +24094,9 @@ } }, "react-icons": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.11.0.tgz", - "integrity": "sha512-V+4khzYcE5EBk/BvcuYRq6V/osf11ODUM2J8hg2FDSswRrGvqiYUYPRy4OdrWaQOBj4NcpJfmHZLNaD+VH0TyA==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.2.1.tgz", + "integrity": "sha512-zdbW5GstTzXaVKvGSyTaBalt7HSfuK5ovrzlpyiWHAFXndXTdd/1hdDHI4xBM1Mn7YriT6aqESucFl9kEXzrdw==", "requires": {} }, "react-is": { diff --git a/next/package.json b/next/package.json index 09e38d5..af541fa 100644 --- a/next/package.json +++ b/next/package.json @@ -52,7 +52,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-i18next": "^12.3.1", - "react-icons": "^4.11.0", + "react-icons": "^5.2.1", "react-markdown": "^8.0.7", "react-type-animation": "^3.1.0", "rehype-highlight": "^6.0.0",