From 5417b4eadc522990e515f518da6303fe2f172193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 18:57:34 +0000 Subject: [PATCH] npm: 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ca5c97..ac66bd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "react": "^18.3.1", "react-cool-img": "^1.2.12", "react-dom": "^18.3.1", - "react-icons": "^5.1.0", + "react-icons": "^5.2.0", "the-new-css-reset": "^1.11.2" }, "devDependencies": { @@ -9124,9 +9124,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": "*" } @@ -17985,9 +17985,9 @@ } }, "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==", "requires": {} }, "read-pkg": { diff --git a/package.json b/package.json index 7ce2c6e..38168c6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "react": "^18.3.1", "react-cool-img": "^1.2.12", "react-dom": "^18.3.1", - "react-icons": "^5.1.0", + "react-icons": "^5.2.0", "the-new-css-reset": "^1.11.2" }, "devDependencies": {