From 1390e26f7a811fbf596523ff90b8aea44c03d5ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:29:36 +0000 Subject: [PATCH] Bump react-icons from 4.11.0 to 5.0.1 Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.11.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.11.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-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 985c2d8a..4cbe5253 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "prettier": "3.1.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-icons": "4.11.0", + "react-icons": "5.0.1", "sharp": "^0.32.6", "tailwindcss": "3.4.1", "typed.js": "2.0.16", @@ -3905,9 +3905,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.0.1", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.0.1.tgz", + "integrity": "sha512-WqLZJ4bLzlhmsvme6iFdgO8gfZP17rfjYEJ2m9RsZjZ+cc4k1hTzknEz63YS1MeT50kVzoa1Nz36f4BEx+Wigw==", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index f81f633a..e22670bd 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "prettier": "3.1.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-icons": "4.11.0", + "react-icons": "5.0.1", "sharp": "^0.32.6", "tailwindcss": "3.4.1", "typed.js": "2.0.16",