diff --git a/lambda/migrations/package-lock.json b/lambda/migrations/package-lock.json index 1eea5df..4166c9e 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.13", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.13.tgz", + "integrity": "sha512-vm3/XWXfWtRua0FkUyEHBZy8kCPjErNBT9fJx8Zvs+U6zjqPbTUOpkaoum3O5uiA8sm+yNMHXfYkTUHFoMxFNA==" }, "minimatch": { "version": "3.0.4", diff --git a/lambda/migrations/package.json b/lambda/migrations/package.json index f28b335..9fe48a1 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.13", "mongodb": "^2.2.28", "uuid": "^2.0.3" }