diff --git a/lambda/migrations/package-lock.json b/lambda/migrations/package-lock.json index 1eea5df..2889261 100644 --- a/lambda/migrations/package-lock.json +++ b/lambda/migrations/package-lock.json @@ -79,9 +79,9 @@ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" }, "lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "minimatch": { "version": "3.0.4", diff --git a/lambda/migrations/package.json b/lambda/migrations/package.json index f28b335..d1af45d 100644 --- a/lambda/migrations/package.json +++ b/lambda/migrations/package.json @@ -1,7 +1,7 @@ { "dependencies": { "glob": "^7.1.2", - "lodash": "^4.17.4", + "lodash": "^4.17.21", "mongodb": "^2.2.28", "uuid": "^2.0.3" }