From 170609b2b5ffdef6a7e2de80c0ed6b4565f05405 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 16:57:31 +0000 Subject: [PATCH] Bump react-icons from 4.12.0 to 5.2.1 Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.12.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.12.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] --- 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 90eeacef..ee2cc89a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "prism-react-renderer": "^2.3.0", "react": "^18.2.0", "react-dom": "^18.3.1", - "react-icons": "^4.12.0", + "react-icons": "^5.2.1", "react-simple-code-editor": "^0.13.1", "rehype-katex": "^7.0.0", "remark-math": "^6.0.0" @@ -12510,9 +12510,9 @@ } }, "node_modules/react-icons": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", - "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.2.1.tgz", + "integrity": "sha512-zdbW5GstTzXaVKvGSyTaBalt7HSfuK5ovrzlpyiWHAFXndXTdd/1hdDHI4xBM1Mn7YriT6aqESucFl9kEXzrdw==", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index 487185bb..b1eeb136 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "prism-react-renderer": "^2.3.0", "react": "^18.2.0", "react-dom": "^18.3.1", - "react-icons": "^4.12.0", + "react-icons": "^5.2.1", "react-simple-code-editor": "^0.13.1", "rehype-katex": "^7.0.0", "remark-math": "^6.0.0"