diff --git a/static/package-lock.json b/static/package-lock.json index c6d0f3c..2798fe9 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -3619,9 +3619,9 @@ } }, "lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.camelcase": { "version": "4.3.0", diff --git a/static/package.json b/static/package.json index 45f1693..ea8bc11 100644 --- a/static/package.json +++ b/static/package.json @@ -11,7 +11,7 @@ "dependencies": { "axios": "^0.17.0", "bulma": "^0.6.0", - "lodash": "^4.17.4", + "lodash": "^4.17.21", "moment": "^2.19.1", "vue": "^2.4.4", "vue-simple-spinner": "^1.2.8",