From f80bd8d8b84b919801094bb259d4d671a6c04186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 05:10:54 +0000 Subject: [PATCH] build(deps): bump react-icons from 4.8.0 to 4.10.1 Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.8.0 to 4.10.1. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.8.0...v4.10.1) --- 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 b96abcb..c9d8d83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react-dom": "^18.2.0", "react-hook-form": "^7.43.9", "react-i18next": "^12.2.2", - "react-icons": "^4.8.0", + "react-icons": "^4.10.1", "react-responsive": "^9.0.2", "react-router-dom": "^6.11.1", "react-scripts": "5.0.1", @@ -15096,9 +15096,9 @@ } }, "node_modules/react-icons": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.8.0.tgz", - "integrity": "sha512-N6+kOLcihDiAnj5Czu637waJqSnwlMNROzVZMhfX68V/9bu9qHaMIJC4UdozWoOk57gahFCNHwVvWzm0MTzRjg==", + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.10.1.tgz", + "integrity": "sha512-/ngzDP/77tlCfqthiiGNZeYFACw85fUjZtLbedmJ5DTlNDIwETxhwBzdOJ21zj4iJdvc0J3y7yOsX3PpxAJzrw==", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index bfbf244..0a620d0 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-dom": "^18.2.0", "react-hook-form": "^7.43.9", "react-i18next": "^12.2.2", - "react-icons": "^4.8.0", + "react-icons": "^4.10.1", "react-responsive": "^9.0.2", "react-router-dom": "^6.11.1", "react-scripts": "5.0.1",