From d886c631225d05164adf25214a067f985220071b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 13:20:44 -0400 Subject: [PATCH] Bump react-image-lightbox from 5.1.1 to 5.1.4 in /ui (#1252) Bumps [react-image-lightbox](https://github.com/frontend-collective/react-image-lightbox) from 5.1.1 to 5.1.4. - [Release notes](https://github.com/frontend-collective/react-image-lightbox/releases) - [Changelog](https://github.com/frontend-collective/react-image-lightbox/blob/master/CHANGELOG.md) - [Commits](https://github.com/frontend-collective/react-image-lightbox/compare/v5.1.1...v5.1.4) --- updated-dependencies: - dependency-name: react-image-lightbox dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package-lock.json | 26 +++++++++++++++----------- ui/package.json | 2 +- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 12784992a..ac5a2c018 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -31,7 +31,7 @@ "react-ga": "^3.3.0", "react-hotkeys": "^2.0.0", "react-icons": "^4.2.0", - "react-image-lightbox": "^5.1.1", + "react-image-lightbox": "^5.1.4", "react-jinke-music-player": "^4.24.0", "react-measure": "^2.5.2", "react-redux": "^7.2.4", @@ -15263,12 +15263,16 @@ "integrity": "sha512-rmzEDFt+AVXRzD7zDE21gcxyBizD/3NqjbX6cmViAgdqfJ2UiLer8927/QhhrXQV7dEj/1EGuOTPp7JnLYVJKQ==" }, "node_modules/react-image-lightbox": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/react-image-lightbox/-/react-image-lightbox-5.1.1.tgz", - "integrity": "sha512-GprldD8AqpRb2hsOdns3sI7Xeo9hJlcybDxuli4RB+ml1J/GaFaUuRkT/7IrTLv2+4vkR74ahz2LD0HOUHI7wA==", + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/react-image-lightbox/-/react-image-lightbox-5.1.4.tgz", + "integrity": "sha512-kTiAODz091bgT7SlWNHab0LSMZAPJtlNWDGKv7pLlLY1krmf7FuG1zxE0wyPpeA8gPdwfr3cu6sPwZRqWsc3Eg==", "dependencies": { - "prop-types": "^15.6.2", - "react-modal": "^3.8.1" + "prop-types": "^15.7.2", + "react-modal": "^3.11.1" + }, + "peerDependencies": { + "react": "16.x || 17.x", + "react-dom": "16.x || 17.x" } }, "node_modules/react-is": { @@ -33219,12 +33223,12 @@ "integrity": "sha512-rmzEDFt+AVXRzD7zDE21gcxyBizD/3NqjbX6cmViAgdqfJ2UiLer8927/QhhrXQV7dEj/1EGuOTPp7JnLYVJKQ==" }, "react-image-lightbox": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/react-image-lightbox/-/react-image-lightbox-5.1.1.tgz", - "integrity": "sha512-GprldD8AqpRb2hsOdns3sI7Xeo9hJlcybDxuli4RB+ml1J/GaFaUuRkT/7IrTLv2+4vkR74ahz2LD0HOUHI7wA==", + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/react-image-lightbox/-/react-image-lightbox-5.1.4.tgz", + "integrity": "sha512-kTiAODz091bgT7SlWNHab0LSMZAPJtlNWDGKv7pLlLY1krmf7FuG1zxE0wyPpeA8gPdwfr3cu6sPwZRqWsc3Eg==", "requires": { - "prop-types": "^15.6.2", - "react-modal": "^3.8.1" + "prop-types": "^15.7.2", + "react-modal": "^3.11.1" } }, "react-is": { diff --git a/ui/package.json b/ui/package.json index 003d8cd35..de2f3c5a7 100644 --- a/ui/package.json +++ b/ui/package.json @@ -26,7 +26,7 @@ "react-ga": "^3.3.0", "react-hotkeys": "^2.0.0", "react-icons": "^4.2.0", - "react-image-lightbox": "^5.1.1", + "react-image-lightbox": "^5.1.4", "react-jinke-music-player": "^4.24.0", "react-measure": "^2.5.2", "react-redux": "^7.2.4",