1
Fork 0

Update all the things

This commit is contained in:
Jake Howard 2019-04-12 20:30:35 +01:00
parent 9c7ef741bb
commit b7f58c4380
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View file

@ -5,9 +5,9 @@
"requires": true, "requires": true,
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": { "@fortawesome/fontawesome-free": {
"version": "5.7.2", "version": "5.8.1",
"resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.7.2.tgz", "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.8.1.tgz",
"integrity": "sha512-Ha4HshKdCVKgu4TVCtG8XyPPYdzTzNW4/fvPnn+LT7AosRABryhlRv4cc4+o84dgpvVJN9reN7jo/c+nYujFug==" "integrity": "sha512-GJtx6e55qLEOy2gPOsok2lohjpdWNGrYGtQx0FFT/++K4SYx+Z8LlPHdQBaFzKEwH5IbBB4fNgb//uyZjgYXoA=="
}, },
"JSONStream": { "JSONStream": {
"version": "1.3.5", "version": "1.3.5",
@ -2252,9 +2252,9 @@
} }
}, },
"lightgallery": { "lightgallery": {
"version": "1.6.11", "version": "1.6.12",
"resolved": "https://registry.npmjs.org/lightgallery/-/lightgallery-1.6.11.tgz", "resolved": "https://registry.npmjs.org/lightgallery/-/lightgallery-1.6.12.tgz",
"integrity": "sha1-AaFdqxu60VrnJ8SVrb+AtZYZGD0=", "integrity": "sha512-t8hIgZc3ZvGW9pG8Bd68bXcUj7FWGewaroT7ADYo2fvQTgkqcMMLtXw9yQclS7BF0soadA0B6BN3MWOEiS2pYA==",
"requires": { "requires": {
"jquery": ">=1.7.0" "jquery": ">=1.7.0"
} }

View file

@ -14,12 +14,12 @@
"yaml-lint": "1.2.4" "yaml-lint": "1.2.4"
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "5.7.2", "@fortawesome/fontawesome-free": "5.8.1",
"bootstrap": "4.3.1", "bootstrap": "4.3.1",
"clipboard": "2.0.4", "clipboard": "2.0.4",
"jquery": "3.4.0", "jquery": "3.4.0",
"lg-thumbnail": "1.1.0", "lg-thumbnail": "1.1.0",
"lightgallery": "1.6.11", "lightgallery": "1.6.12",
"mermaid": "8.0.0" "mermaid": "8.0.0"
} }
} }