From d8a4db36efff4f46a93441142cd9f297610911c5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 08:31:47 +0000 Subject: [PATCH] Bump react-icons from 4.1.0 to 4.2.0 in /ui Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.1.0...v4.2.0) Signed-off-by: dependabot-preview[bot] --- ui/package-lock.json | 6 +++--- ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 49c2586ce..3b37333b1 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -13488,9 +13488,9 @@ } }, "react-icons": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.1.0.tgz", - "integrity": "sha512-FCXBg1JbbR0vWALXIxmFAfozHdVIJmmwCD81Jk0EKOt7Ax4AdBNcaRkWhR0NaKy9ugJgoY3fFvo0PHpte55pXg==" + "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-image-lightbox": { "version": "5.1.1", diff --git a/ui/package.json b/ui/package.json index 896c92e28..31f1c1508 100644 --- a/ui/package.json +++ b/ui/package.json @@ -19,7 +19,7 @@ "react-drag-listview": "^0.1.8", "react-ga": "^3.3.0", "react-hotkeys": "^2.0.0", - "react-icons": "^4.1.0", + "react-icons": "^4.2.0", "react-image-lightbox": "^5.1.1", "react-jinke-music-player": "^4.21.2", "react-measure": "^2.5.2",