From f87dd50015589cc58e090bada134af754d35a373 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 14:17:20 +0000 Subject: [PATCH] Bump react-icons from 5.1.0 to 5.2.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v5.1.0...v5.2.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 54c7dd7fa..a84d28f95 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": "^14.1.1", - "react-icons": "^5.1.0", + "react-icons": "^5.2.0", "react-share": "^5.1.0", "react-switch": "^7.0.0", "react-tabs": "^6.0.2", @@ -23664,9 +23664,9 @@ } }, "node_modules/react-icons": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.1.0.tgz", - "integrity": "sha512-D3zug1270S4hbSlIRJ0CUS97QE1yNNKDjzQe3HqY0aefp2CBn9VgzgES27sRR2gOvFK+0CNx/BW0ggOESp6fqQ==", + "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 dacdc51f5..fa196b700 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "react-dom": "^18.3.1", "react-hubspot-form": "^1.3.7", "react-i18next": "^14.1.1", - "react-icons": "^5.1.0", + "react-icons": "^5.2.0", "react-share": "^5.1.0", "react-switch": "^7.0.0", "react-tabs": "^6.0.2",