diff --git a/ui/package-lock.json b/ui/package-lock.json index 12784992..ac5a2c01 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 003d8cd3..de2f3c5a 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",