From 561d83231cc2b254f2ed3d674cd674a03e60bced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 06:10:55 +0000 Subject: [PATCH] Bump react-icons from 4.11.0 to 5.3.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.11.0 to 5.3.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.11.0...v5.3.0) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a53ea702..c78c1e557 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "react-dom": "^18.2.0", "react-hubspot-form": "^1.3.7", "react-i18next": "^11.18.6", - "react-icons": "^4.11.0", + "react-icons": "^5.3.0", "react-share": "^4.4.1", "react-switch": "^7.0.0", "react-tabs": "^6.0.2", @@ -21943,9 +21943,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.3.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz", + "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==", "peerDependencies": { "react": "*" } @@ -43108,9 +43108,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.3.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz", + "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index 6cd7ba363..1d5ddc69f 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "react-dom": "^18.2.0", "react-hubspot-form": "^1.3.7", "react-i18next": "^11.18.6", - "react-icons": "^4.11.0", + "react-icons": "^5.3.0", "react-share": "^4.4.1", "react-switch": "^7.0.0", "react-tabs": "^6.0.2",