diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ffe10895..1c6131eb 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8548,9 +8548,9 @@ } }, "lodash": { - "version": "4.17.12", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.12.tgz", - "integrity": "sha512-+CiwtLnsJhX03p20mwXuvhoebatoh5B3tt+VvYlrPgZC1g36y+RRbkufX95Xa+X4I59aWEacDFYwnJZiyBh9gA==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.assign": { "version": "4.2.0", diff --git a/frontend/package.json b/frontend/package.json index 07d33d71..987cea04 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -41,7 +41,7 @@ "bulma": "^0.6.2", "font-awesome": "^4.7.0", "jdenticon": "^1.8.0", - "lodash": "^4.17.12", + "lodash": "^4.17.21", "mdi": "^1.8.36", "moment": "^2.20.1", "npm": "^6.6.0",