From 3eb40aeaf56ec9133168177bee607d5f610a180e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:20:24 +0000 Subject: [PATCH] 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22a7aeb..c8f69aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "framer-motion": "^10.16.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-icons": "^4.10.1", + "react-icons": "^4.11.0", "react-router-dom": "^6.17.0", "react-scripts": "5.0.1", "web-vitals": "^3.5.0" @@ -13026,9 +13026,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "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": "*" } diff --git a/package.json b/package.json index 54f298b..d1897ad 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "framer-motion": "^10.16.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-icons": "^4.10.1", + "react-icons": "^4.11.0", "react-router-dom": "^6.17.0", "react-scripts": "5.0.1", "web-vitals": "^3.5.0"