From e8ac75733c17513047a2205624aea83eb1b2c325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 May 2021 11:35:17 +0000 Subject: [PATCH] Bump lodash from 4.17.13 to 4.17.21 in /front-end/nott-missing-map Bumps [lodash](https://github.com/lodash/lodash) from 4.17.13 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.13...4.17.21) Signed-off-by: dependabot[bot] --- front-end/nott-missing-map/package-lock.json | 6 +++--- front-end/nott-missing-map/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/front-end/nott-missing-map/package-lock.json b/front-end/nott-missing-map/package-lock.json index 2ef75e5..329e350 100644 --- a/front-end/nott-missing-map/package-lock.json +++ b/front-end/nott-missing-map/package-lock.json @@ -7703,9 +7703,9 @@ } }, "lodash": { - "version": "4.17.13", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.13.tgz", - "integrity": "sha512-vm3/XWXfWtRua0FkUyEHBZy8kCPjErNBT9fJx8Zvs+U6zjqPbTUOpkaoum3O5uiA8sm+yNMHXfYkTUHFoMxFNA==" + "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/front-end/nott-missing-map/package.json b/front-end/nott-missing-map/package.json index c55ac98..5e58992 100644 --- a/front-end/nott-missing-map/package.json +++ b/front-end/nott-missing-map/package.json @@ -15,7 +15,7 @@ "jimp": "^0.6.1", "json2yaml": "^1.1.0", "jszip": "^3.2.1", - "lodash": "^4.17.13", + "lodash": "^4.17.21", "vue": "^2.6.6", "vue-async-computed": "^3.6.1", "vuetify": "^1.5.12"