From 3da586b2ba9fb2a3c4d436fad0cb47812cc54bd1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 10:25:58 +0000 Subject: [PATCH] Update dependency react-icons to v4.12.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 d9035f6..2e70962 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "next-offline": "5.0.5", "react": "18.2.0", "react-dom": "18.2.0", - "react-icons": "4.4.0" + "react-icons": "4.12.0" }, "engines": { "node": ">=12.18.3" @@ -4757,9 +4757,9 @@ } }, "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.12.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", + "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==", "peerDependencies": { "react": "*" } @@ -10369,9 +10369,9 @@ } }, "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.12.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", + "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==", "requires": {} }, "readable-stream": { diff --git a/package.json b/package.json index 14553cf..de3c427 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "next-offline": "5.0.5", "react": "18.2.0", "react-dom": "18.2.0", - "react-icons": "4.4.0" + "react-icons": "4.12.0" }, "engines": { "node": ">=12.18.3"