From b7f58c438065963b14cf1006f0227bfc56cb204a Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 12 Apr 2019 20:30:35 +0100 Subject: [PATCH] Update all the things --- package-lock.json | 12 ++++++------ package.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 524616c..9e5a23e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@fortawesome/fontawesome-free": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.7.2.tgz", - "integrity": "sha512-Ha4HshKdCVKgu4TVCtG8XyPPYdzTzNW4/fvPnn+LT7AosRABryhlRv4cc4+o84dgpvVJN9reN7jo/c+nYujFug==" + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.8.1.tgz", + "integrity": "sha512-GJtx6e55qLEOy2gPOsok2lohjpdWNGrYGtQx0FFT/++K4SYx+Z8LlPHdQBaFzKEwH5IbBB4fNgb//uyZjgYXoA==" }, "JSONStream": { "version": "1.3.5", @@ -2252,9 +2252,9 @@ } }, "lightgallery": { - "version": "1.6.11", - "resolved": "https://registry.npmjs.org/lightgallery/-/lightgallery-1.6.11.tgz", - "integrity": "sha1-AaFdqxu60VrnJ8SVrb+AtZYZGD0=", + "version": "1.6.12", + "resolved": "https://registry.npmjs.org/lightgallery/-/lightgallery-1.6.12.tgz", + "integrity": "sha512-t8hIgZc3ZvGW9pG8Bd68bXcUj7FWGewaroT7ADYo2fvQTgkqcMMLtXw9yQclS7BF0soadA0B6BN3MWOEiS2pYA==", "requires": { "jquery": ">=1.7.0" } diff --git a/package.json b/package.json index 06ceea7..8d4b8db 100644 --- a/package.json +++ b/package.json @@ -14,12 +14,12 @@ "yaml-lint": "1.2.4" }, "dependencies": { - "@fortawesome/fontawesome-free": "5.7.2", + "@fortawesome/fontawesome-free": "5.8.1", "bootstrap": "4.3.1", "clipboard": "2.0.4", "jquery": "3.4.0", "lg-thumbnail": "1.1.0", - "lightgallery": "1.6.11", + "lightgallery": "1.6.12", "mermaid": "8.0.0" } }