From 24e475b4198dd605712e2061a23b0e1d61bbc423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 08:44:01 +0000 Subject: [PATCH] Bump lodash from 4.17.15 to 4.17.21 in /themes/quire-starter-theme Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) Signed-off-by: dependabot[bot] --- themes/quire-starter-theme/package-lock.json | 12 +++++++++--- themes/quire-starter-theme/package.json | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/themes/quire-starter-theme/package-lock.json b/themes/quire-starter-theme/package-lock.json index 612a522..1dda4c0 100644 --- a/themes/quire-starter-theme/package-lock.json +++ b/themes/quire-starter-theme/package-lock.json @@ -3658,6 +3658,12 @@ "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", "dev": true }, + "lodash": { + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", + "dev": true + }, "npm-run-path": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", @@ -7704,9 +7710,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.clonedeep": { "version": "4.5.0", diff --git a/themes/quire-starter-theme/package.json b/themes/quire-starter-theme/package.json index 4b1b4a9..cc844c5 100644 --- a/themes/quire-starter-theme/package.json +++ b/themes/quire-starter-theme/package.json @@ -71,7 +71,7 @@ "leaflet-fullscreen": "^1.0.2", "leaflet-iiif": "^3.0.0", "leaflet-image": "^0.4.0", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "lodash.debounce": "^4.0.8", "lodash.findindex": "^4.6.0", "lunr": "^2.3.8",