From 6833e5d63e8a4186db85f7f6d5ffd2d492594167 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 20:50:52 +0000 Subject: [PATCH] fix(deps): bump react-icons from 4.4.0 to 4.12.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.4.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.4.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] --- package-lock.json | 16 ++++++++-------- packages/frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6b7d1ca97..32e2d21d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20228,9 +20228,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": "*" } @@ -25355,7 +25355,7 @@ "react-ga": "3.3.0", "react-helmet": "6.1.0", "react-hook-form": "7.12.2", - "react-icons": "4.4.0", + "react-icons": "4.12.0", "react-infinite-scroller": "1.2.6", "react-linkify": "1.0.0-alpha", "react-markdown": "8.0.6", @@ -31298,7 +31298,7 @@ "react-ga": "3.3.0", "react-helmet": "6.1.0", "react-hook-form": "7.12.2", - "react-icons": "4.4.0", + "react-icons": "4.12.0", "react-infinite-scroller": "1.2.6", "react-linkify": "1.0.0-alpha", "react-markdown": "8.0.6", @@ -43638,9 +43638,9 @@ "requires": {} }, "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": {} }, "react-infinite-scroller": { diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 2399e394b..93dafb856 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -44,7 +44,7 @@ "react-ga": "3.3.0", "react-helmet": "6.1.0", "react-hook-form": "7.12.2", - "react-icons": "4.4.0", + "react-icons": "4.12.0", "react-infinite-scroller": "1.2.6", "react-linkify": "1.0.0-alpha", "react-markdown": "8.0.6",