1
Fork 0

Bump lightgallery from 1.7.3 to 1.8.0

Bumps [lightgallery](https://github.com/sachinchoolur/lightGallery) from 1.7.3 to 1.8.0.
- [Release notes](https://github.com/sachinchoolur/lightGallery/releases)
- [Commits](https://github.com/sachinchoolur/lightGallery/compare/1.7.3...1.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-31 07:11:29 +00:00 committed by GitHub
parent 71dca38bec
commit 1a37e4150a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -6815,9 +6815,9 @@
} }
}, },
"lightgallery": { "lightgallery": {
"version": "1.7.3", "version": "1.8.0",
"resolved": "https://registry.npmjs.org/lightgallery/-/lightgallery-1.7.3.tgz", "resolved": "https://registry.npmjs.org/lightgallery/-/lightgallery-1.8.0.tgz",
"integrity": "sha512-sOIixDH1Y2zDfa4CmZqIQjfPbGTF/FGqhwNgSJL8MMA8Wmp/AIvLeF/grFyHNpRU587uBM6ArUK5zRmxZUgI8w==", "integrity": "sha512-RBqdPpi3UlrZZzwdFzc30Rc5VC/v/RUdh1Ivzi2QWhxqfcY1eB1Mi4GsxMTpUAPzIvMj6EYnA8Jug70VWmPV3w==",
"requires": { "requires": {
"jquery": ">=1.7.0" "jquery": ">=1.7.0"
} }

View file

@ -19,7 +19,7 @@
"elevator.js": "1.0.1", "elevator.js": "1.0.1",
"jquery": "3.5.1", "jquery": "3.5.1",
"lg-thumbnail": "1.1.0", "lg-thumbnail": "1.1.0",
"lightgallery": "1.7.3", "lightgallery": "1.8.0",
"parcel-bundler": "1.12.4" "parcel-bundler": "1.12.4"
} }
} }