From 240660e30ba3041321ab06cc567ccbde0185aefe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:19:23 +0000 Subject: [PATCH] Bump react-icons from 5.2.1 to 5.3.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 5.2.1 to 5.3.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v5.2.1...v5.3.0) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-minor ... 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 acb224897..76d356ed2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "react-dom": "^18.3.1", "react-hubspot-form": "^1.3.7", "react-i18next": "^15.0.1", - "react-icons": "^5.2.1", + "react-icons": "^5.3.0", "react-share": "^5.1.0", "react-switch": "^7.0.0", "react-tabs": "^6.0.2", @@ -23652,9 +23652,9 @@ } }, "node_modules/react-icons": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.2.1.tgz", - "integrity": "sha512-zdbW5GstTzXaVKvGSyTaBalt7HSfuK5ovrzlpyiWHAFXndXTdd/1hdDHI4xBM1Mn7YriT6aqESucFl9kEXzrdw==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz", + "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index efda7a3ee..ac20a6834 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "react-dom": "^18.3.1", "react-hubspot-form": "^1.3.7", "react-i18next": "^15.0.1", - "react-icons": "^5.2.1", + "react-icons": "^5.3.0", "react-share": "^5.1.0", "react-switch": "^7.0.0", "react-tabs": "^6.0.2",