From 3999583cd8bd9697d87495c769e568f32439d30a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 08:30:55 +0000 Subject: [PATCH] build(deps): bump react-icons from 4.4.0 to 4.6.0 in /docs Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.4.0 to 4.6.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.4.0...v4.6.0) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 14 +++++++------- docs/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 0e2deee75737..863636c39d2a 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -48,7 +48,7 @@ "react-dom": "^18.2.0", "react-headroom": "^3.2.0", "react-helmet": "^6.1.0", - "react-icons": "^4.4.0", + "react-icons": "^4.6.0", "react-live": "^3.1.1", "url-join": "^5.0.0" }, @@ -19681,9 +19681,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.6.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.6.0.tgz", + "integrity": "sha512-rR/L9m9340yO8yv1QT1QurxWQvWpbNHqVX0fzMln2HEb9TEIrQRGsqiNFQfiv9/JEUbyHmHPlNTB2LWm2Ttz0g==", "peerDependencies": { "react": "*" } @@ -39387,9 +39387,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.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/docs/package.json b/docs/package.json index 451048a9905a..36dc5b0d1276 100644 --- a/docs/package.json +++ b/docs/package.json @@ -45,7 +45,7 @@ "react-dom": "^18.2.0", "react-headroom": "^3.2.0", "react-helmet": "^6.1.0", - "react-icons": "^4.4.0", + "react-icons": "^4.6.0", "react-live": "^3.1.1", "url-join": "^5.0.0" },