From efe14bb8837b66f6888ab66397d07acdcdb24f28 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 07:07:18 +0000 Subject: [PATCH] Bump react-icons from 3.8.0 to 3.9.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 3.8.0 to 3.9.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v3.8.0...v3.9.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0fc2ddd..65b507f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10934,9 +10934,9 @@ "integrity": "sha512-ueZzLmHltszTshDMwyfELDq8zOA803wQ1ZuzCccXa1m57k1PxSHfflPD5W9YIiTXLs0JTLzoj6o1LuM5N6zzNA==" }, "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.9.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-3.9.0.tgz", + "integrity": "sha512-gKbYKR+4QsD3PmIHLAM9TDDpnaTsr3XZeK1NTAb6WQQ+gxEdJ0xuCgLq0pxXdS7Utg2AIpcVhM1ut/jlDhcyNg==", "requires": { "camelcase": "^5.0.0" } diff --git a/package.json b/package.json index 11f3de0..9a144c4 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "react": "^16.6.0", "react-blink-text": "^1.0.3", "react-dom": "^16.6.0", - "react-icons": "^3.7.0", + "react-icons": "^3.9.0", "react-image-fallback": "^8.0.0", "react-router-dom": "^5.1.2", "react-scripts": "^3.3.0"