From 9b6dedb77a27353b375bb28afffec191bf45728e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 13:25:16 -0800 Subject: [PATCH] Bump react-icons from 4.11.0 to 4.12.0 (#135) Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.11.0 to 4.12.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.11.0...v4.12.0) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 06aa6ab..f43f7e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "nodemon": "^3.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-icons": "^4.11.0" + "react-icons": "^4.12.0" }, "devDependencies": { "@types/react": "^18.2.35", @@ -2154,9 +2154,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": "4.12.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", + "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index 404c20a..5f9ee63 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "nodemon": "^3.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-icons": "^4.11.0" + "react-icons": "^4.12.0" }, "devDependencies": { "@types/react": "^18.2.35",