From 7bb0c9269dc75d14bee2087ca0abd89261355506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 08:29:08 +0000 Subject: [PATCH] Bump react-icons from 5.2.0 to 5.2.1 Bumps [react-icons](https://github.com/react-icons/react-icons) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v5.2.0...v5.2.1) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:development update-type: version-update:semver-patch ... 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 d096d7a..035696e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "prettier": "^3.2.5", "react-helmet-async": "^2.0.4", "react-hotjar": "^6.3.1", - "react-icons": "^5.2.0", + "react-icons": "^5.2.1", "tailwindcss": "^3.4.3", "typescript": "^5.4.5", "vail": "^1.0.3", @@ -7453,9 +7453,9 @@ "dev": true }, "node_modules/react-icons": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.2.0.tgz", - "integrity": "sha512-n52Y7Eb4MgQZHsSZOhSXv1zs2668/hBYKfSRIvKh42yExjyhZu0d1IK2CLLZ3BZB1oo13lDfwx2vOh2z9FTV6Q==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.2.1.tgz", + "integrity": "sha512-zdbW5GstTzXaVKvGSyTaBalt7HSfuK5ovrzlpyiWHAFXndXTdd/1hdDHI4xBM1Mn7YriT6aqESucFl9kEXzrdw==", "dev": true, "peerDependencies": { "react": "*" diff --git a/package.json b/package.json index 0206b7a..b3a40cf 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "prettier": "^3.2.5", "react-helmet-async": "^2.0.4", "react-hotjar": "^6.3.1", - "react-icons": "^5.2.0", + "react-icons": "^5.2.1", "tailwindcss": "^3.4.3", "typescript": "^5.4.5", "vail": "^1.0.3",