From 8f26676a7c426ca2ff6ad97d364e9a3ab1afce7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 22:12:49 +0000 Subject: [PATCH] fix(deps): bump react-icons from 4.10.1 to 4.11.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.10.1 to 4.11.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.10.1...v4.11.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 4c25f18b1..227d75b42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "react-dom": "^18.2.0", "react-google-recaptcha": "^3.1.0", "react-helmet": "^6.1.0", - "react-icons": "^4.10.1", + "react-icons": "^4.11.0", "react-reveal": "^1.2.2", "react-switch": "^7.0.0", "sass": "^1.66.1", @@ -44519,9 +44519,9 @@ } }, "node_modules/react-icons": { - "version": "4.10.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.10.1.tgz", - "integrity": "sha512-/ngzDP/77tlCfqthiiGNZeYFACw85fUjZtLbedmJ5DTlNDIwETxhwBzdOJ21zj4iJdvc0J3y7yOsX3PpxAJzrw==", + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.11.0.tgz", + "integrity": "sha512-V+4khzYcE5EBk/BvcuYRq6V/osf11ODUM2J8hg2FDSswRrGvqiYUYPRy4OdrWaQOBj4NcpJfmHZLNaD+VH0TyA==", "peerDependencies": { "react": "*" } @@ -84250,9 +84250,9 @@ } }, "react-icons": { - "version": "4.10.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.10.1.tgz", - "integrity": "sha512-/ngzDP/77tlCfqthiiGNZeYFACw85fUjZtLbedmJ5DTlNDIwETxhwBzdOJ21zj4iJdvc0J3y7yOsX3PpxAJzrw==", + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.11.0.tgz", + "integrity": "sha512-V+4khzYcE5EBk/BvcuYRq6V/osf11ODUM2J8hg2FDSswRrGvqiYUYPRy4OdrWaQOBj4NcpJfmHZLNaD+VH0TyA==", "requires": {} }, "react-immutable-proptypes": { diff --git a/package.json b/package.json index dc57decd4..4d8a3f4e6 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "react-dom": "^18.2.0", "react-google-recaptcha": "^3.1.0", "react-helmet": "^6.1.0", - "react-icons": "^4.10.1", + "react-icons": "^4.11.0", "react-reveal": "^1.2.2", "react-switch": "^7.0.0", "sass": "^1.66.1",