From 3af1916c82fb9eabc46984aaf639bd6b2a8413f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 07:58:51 +0000 Subject: [PATCH] chore(deps): update dependency react-icons to v4.6.0 --- 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 c038056..253a26c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "query-string": "7.1.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-icons": "4.4.0", + "react-icons": "4.6.0", "react-modal": "3.16.1", "react-router-dom": "6.4.2", "react-scripts": "5.0.1", @@ -13580,9 +13580,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "node_modules/react-icons": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.4.0.tgz", - "integrity": "sha512-fSbvHeVYo/B5/L4VhB7sBA1i2tS8MkT0Hb9t2H1AVPkwGfVHLJCqyr2Py9dKMxsyM63Eng1GkdZfbWj+Fmv8Rg==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.6.0.tgz", + "integrity": "sha512-rR/L9m9340yO8yv1QT1QurxWQvWpbNHqVX0fzMln2HEb9TEIrQRGsqiNFQfiv9/JEUbyHmHPlNTB2LWm2Ttz0g==", "peerDependencies": { "react": "*" } @@ -25910,9 +25910,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "react-icons": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.4.0.tgz", - "integrity": "sha512-fSbvHeVYo/B5/L4VhB7sBA1i2tS8MkT0Hb9t2H1AVPkwGfVHLJCqyr2Py9dKMxsyM63Eng1GkdZfbWj+Fmv8Rg==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.6.0.tgz", + "integrity": "sha512-rR/L9m9340yO8yv1QT1QurxWQvWpbNHqVX0fzMln2HEb9TEIrQRGsqiNFQfiv9/JEUbyHmHPlNTB2LWm2Ttz0g==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index de26f08..5209423 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "query-string": "7.1.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-icons": "4.4.0", + "react-icons": "4.6.0", "react-modal": "3.16.1", "react-router-dom": "6.4.2", "react-scripts": "5.0.1",