From f1d1496fc23ebb482a3791cef788c8c2894ae744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 20:33:28 +0000 Subject: [PATCH] fix(deps): bump react-icons from 4.3.1 to 4.4.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.3.1...v4.4.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 9b5cec449..ba6a8b596 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18177,9 +18177,9 @@ } }, "node_modules/react-icons": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.3.1.tgz", - "integrity": "sha512-cB10MXLTs3gVuXimblAdI71jrJx8njrJZmNMEMC+sQu5B/BIOmlsAjskdqpn81y8UBVEGuHODd7/ci5DvoSzTQ==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.4.0.tgz", + "integrity": "sha512-fSbvHeVYo/B5/L4VhB7sBA1i2tS8MkT0Hb9t2H1AVPkwGfVHLJCqyr2Py9dKMxsyM63Eng1GkdZfbWj+Fmv8Rg==", "peerDependencies": { "react": "*" } @@ -23867,7 +23867,7 @@ "react-ga": "3.3.0", "react-helmet": "6.1.0", "react-hook-form": "7.12.2", - "react-icons": "4.3.1", + "react-icons": "4.4.0", "react-infinite-scroller": "1.2.6", "react-linkify": "1.0.0-alpha", "react-markdown": "8.0.3", @@ -27609,7 +27609,7 @@ "react-ga": "3.3.0", "react-helmet": "6.1.0", "react-hook-form": "7.12.2", - "react-icons": "4.3.1", + "react-icons": "4.4.0", "react-infinite-scroller": "1.2.6", "react-linkify": "1.0.0-alpha", "react-markdown": "8.0.3", @@ -40884,9 +40884,9 @@ "requires": {} }, "react-icons": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.3.1.tgz", - "integrity": "sha512-cB10MXLTs3gVuXimblAdI71jrJx8njrJZmNMEMC+sQu5B/BIOmlsAjskdqpn81y8UBVEGuHODd7/ci5DvoSzTQ==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.4.0.tgz", + "integrity": "sha512-fSbvHeVYo/B5/L4VhB7sBA1i2tS8MkT0Hb9t2H1AVPkwGfVHLJCqyr2Py9dKMxsyM63Eng1GkdZfbWj+Fmv8Rg==", "requires": {} }, "react-infinite-scroller": { diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 23e1b594d..c7933351e 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.3.1", + "react-icons": "4.4.0", "react-infinite-scroller": "1.2.6", "react-linkify": "1.0.0-alpha", "react-markdown": "8.0.3",