From b498fca87864f3bab1d7af524bf4f7b510cb99fa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 10:48:57 +0000 Subject: [PATCH] Bump react-icons from 3.8.0 to 4.2.0 in /studio Bumps [react-icons](https://github.com/react-icons/react-icons) from 3.8.0 to 4.2.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v3.8.0...v4.2.0) Signed-off-by: dependabot-preview[bot] --- studio/package-lock.json | 16 +++------------- studio/package.json | 2 +- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/studio/package-lock.json b/studio/package-lock.json index ab011dc0f..4f1da9259 100644 --- a/studio/package-lock.json +++ b/studio/package-lock.json @@ -12739,19 +12739,9 @@ "integrity": "sha512-NRlRo0RPxWRMQT7osj8UCBSSXsGOxhF1pre84ildhuft5S2U382NOs7tg29osWSjbO90L2a3VTCqadA/LnAzHQ==" }, "react-icons": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-3.8.0.tgz", - "integrity": "sha512-rA/8GRKjPulft8BSBSMsHkE1AGPqJ7LjNsyk0BE7XjG70Iz62zOled2SJk7LDo8x9z86a3xOstDlKlMZ4pAy7A==", - "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==" - } - } + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.2.0.tgz", + "integrity": "sha512-rmzEDFt+AVXRzD7zDE21gcxyBizD/3NqjbX6cmViAgdqfJ2UiLer8927/QhhrXQV7dEj/1EGuOTPp7JnLYVJKQ==" }, "react-immutable-proptypes": { "version": "2.1.0", diff --git a/studio/package.json b/studio/package.json index 8bc71d25c..6a97008f6 100644 --- a/studio/package.json +++ b/studio/package.json @@ -31,7 +31,7 @@ "prop-types": "^15.7.2", "react": "^16.12.0", "react-dom": "^16.12.0", - "react-icons": "^3.8.0" + "react-icons": "^4.2.0" }, "devDependencies": { "eslint": "^6.8.0",