diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9056c4e..68b80e0 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -5102,9 +5102,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.toarray": { "version": "4.4.0", diff --git a/frontend/package.json b/frontend/package.json index 2fd5414..64b9fd7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,7 +35,7 @@ "jquery": "^3.4.1", "jquery-ui": "1.12.1", "jscssp": "^0.5.0", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "ng-file-upload": "^12.2.13", "portal-vue": "^2.1.7", "regenerator-runtime": "^0.13.3",