diff --git a/cv_frontend/package-lock.json b/cv_frontend/package-lock.json index 46c06bf..7877b2a 100644 --- a/cv_frontend/package-lock.json +++ b/cv_frontend/package-lock.json @@ -5601,9 +5601,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._reinterpolate": { "version": "3.0.0", diff --git a/cv_frontend/package.json b/cv_frontend/package.json index de414e3..5adb74a 100644 --- a/cv_frontend/package.json +++ b/cv_frontend/package.json @@ -18,7 +18,7 @@ "element-ui": "2.12.0", "jquery": "^3.3.1", "js-cookie": "^2.2.0", - "lodash": "^4.17.4", + "lodash": "^4.17.21", "moment": "^2.19.4", "nuxt": "^1.0.0", "popper.js": "^1.16.0",