From 90a691928fc5bc211574214823aa558955c534a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 00:42:20 +0100 Subject: [PATCH] build(deps): bump react-icons from 3.11.0 to 4.1.0 in /docs (#1626) --- docs/package-lock.json | 9 +++------ docs/package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index c02b57ca5687..055086257f3a 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -17716,12 +17716,9 @@ } }, "react-icons": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-3.11.0.tgz", - "integrity": "sha512-JRgiI/vdF6uyBgyZhVyYJUZAop95Sy4XDe/jmT3R/bKliFWpO/uZBwvSjWEdxwzec7SYbEPNPck0Kff2tUGM2Q==", - "requires": { - "camelcase": "^5.0.0" - } + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.1.0.tgz", + "integrity": "sha512-FCXBg1JbbR0vWALXIxmFAfozHdVIJmmwCD81Jk0EKOt7Ax4AdBNcaRkWhR0NaKy9ugJgoY3fFvo0PHpte55pXg==" }, "react-is": { "version": "16.13.1", diff --git a/docs/package.json b/docs/package.json index 6f4aaac5a5c5..2781be086e1c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -46,7 +46,7 @@ "react-dom": "^16.14.0", "react-headroom": "^3.0.1", "react-helmet": "^6.1.0", - "react-icons": "^3.11.0", + "react-icons": "^4.1.0", "react-live": "^2.2.3", "url-join": "^4.0.1" },