diff --git a/framework/package-lock.json b/framework/package-lock.json index 75b6556..0e444d4 100644 --- a/framework/package-lock.json +++ b/framework/package-lock.json @@ -3347,9 +3347,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.sortby": { "version": "4.7.0", diff --git a/framework/package.json b/framework/package.json index 33ef910..9c7c16a 100644 --- a/framework/package.json +++ b/framework/package.json @@ -49,7 +49,7 @@ "rxjs-marbles": "5.0.2" }, "dependencies": { - "lodash": "4.17.15", + "lodash": "4.17.21", "rxjs": "6.5.3" } }