From 2e8ac43b7df7b98eafaa6b0068024176b1305c2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 13:12:05 -0500 Subject: [PATCH] build(deps): bump react-icons from 3.10.0 to 3.11.0 in /docs (#1328) Bumps [react-icons](https://github.com/react-icons/react-icons) from 3.10.0 to 3.11.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v3.10.0...v3.11.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/package-lock.json | 13 +++---------- docs/package.json | 2 +- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 67687f29..edf79f50 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -18154,18 +18154,11 @@ } }, "react-icons": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-3.10.0.tgz", - "integrity": "sha512-WsQ5n1JToG9VixWilSo1bHv842Cj5aZqTGiS3Ud47myF6aK7S/IUY2+dHcBdmkQcCFRuHsJ9OMUI0kTDfjyZXQ==", + "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" - }, - "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" - } } }, "react-is": { diff --git a/docs/package.json b/docs/package.json index 6b117cc1..86ec7085 100644 --- a/docs/package.json +++ b/docs/package.json @@ -46,7 +46,7 @@ "react-dom": "^16.12.0", "react-headroom": "^3.0.0", "react-helmet": "^6.1.0", - "react-icons": "^3.10.0", + "react-icons": "^3.11.0", "react-live": "^2.2.2", "url-join": "^4.0.1" },