mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-23 23:20:57 +03:00
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
5b828cd7ef
commit
d886c63122
26
ui/package-lock.json
generated
26
ui/package-lock.json
generated
@ -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": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user