From ca940a894737f53fca5e59e544306843f26a7fd1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2020 13:00:24 +0000 Subject: [PATCH] Bump react-icons from 3.8.0 to 3.11.0 in /studio Bumps [react-icons](https://github.com/react-icons/react-icons) from 3.8.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.8.0...v3.11.0) Signed-off-by: dependabot-preview[bot] --- studio/package-lock.json | 6 +++--- studio/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/studio/package-lock.json b/studio/package-lock.json index ab011dc0f..2123a8fbb 100644 --- a/studio/package-lock.json +++ b/studio/package-lock.json @@ -12739,9 +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==", + "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" }, diff --git a/studio/package.json b/studio/package.json index 8bc71d25c..4983ae507 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": "^3.11.0" }, "devDependencies": { "eslint": "^6.8.0",