diff --git a/static/package-lock.json b/static/package-lock.json index c6d0f3c..7cd5ea2 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.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "lodash.camelcase": { "version": "4.3.0", diff --git a/static/package.json b/static/package.json index 45f1693..e39c7b8 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.19", "moment": "^2.19.1", "vue": "^2.4.4", "vue-simple-spinner": "^1.2.8",