diff --git a/lambda/migrations/package-lock.json b/lambda/migrations/package-lock.json index 1eea5df..8a2cf63 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.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "minimatch": { "version": "3.0.4", diff --git a/lambda/migrations/package.json b/lambda/migrations/package.json index f28b335..a5c5da2 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.19", "mongodb": "^2.2.28", "uuid": "^2.0.3" }