From 982ab84e2f2c83ebe619dbdd8722ba4a3938b7b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 03:00:49 +0000 Subject: [PATCH] Bump react-icons from 5.2.1 to 5.4.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 5.2.1 to 5.4.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v5.2.1...v5.4.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 18e1214..e32c51e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "nodemailer": "^6.9.14", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-icons": "^5.2.1" + "react-icons": "^5.4.0" }, "devDependencies": { "@types/mdx": "^2.0.13", @@ -5970,9 +5970,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.4.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.4.0.tgz", + "integrity": "sha512-7eltJxgVt7X64oHh6wSWNwwbKTCtMfK35hcjvJS0yxEAhPM8oUKdS3+kqaW1vicIltw+kR2unHaa12S9pPALoQ==", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index 37bfaec..3f0ae79 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "nodemailer": "^6.9.14", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-icons": "^5.2.1" + "react-icons": "^5.4.0" }, "devDependencies": { "@types/mdx": "^2.0.13",