diff --git a/services/expiration/package-lock.json b/services/expiration/package-lock.json index 3d04f62..cb7fec4 100644 --- a/services/expiration/package-lock.json +++ b/services/expiration/package-lock.json @@ -18,6 +18,13 @@ "integrity": "sha1-LSFgx3iAMuTdbL4lAvH5osj2zeQ=", "requires": { "lodash": "4.17.10" + }, + "dependencies": { + "lodash": { + "version": "4.17.10", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz", + "integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==" + } } }, "aws-sdk": { @@ -118,9 +125,9 @@ "integrity": "sha512-p8+lEpsNs4N0fvNOC1/zzDO0wDrD3Pb1G+OwfIG+gKVK3MyY5jeaGYh+9Qx6jb4fEG2b3E6U98vaE9MH7Gilsw==" }, "lodash": { - "version": "4.17.10", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz", - "integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==" + "version": "4.17.13", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.13.tgz", + "integrity": "sha512-vm3/XWXfWtRua0FkUyEHBZy8kCPjErNBT9fJx8Zvs+U6zjqPbTUOpkaoum3O5uiA8sm+yNMHXfYkTUHFoMxFNA==" }, "lodash.get": { "version": "4.4.2", @@ -291,6 +298,13 @@ "integrity": "sha1-qlijBBoGb5DqoWwvU4n/GfP0YaU=", "requires": { "lodash": "4.17.10" + }, + "dependencies": { + "lodash": { + "version": "4.17.10", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz", + "integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==" + } } } } diff --git a/services/expiration/package.json b/services/expiration/package.json index a934de9..b6854ca 100644 --- a/services/expiration/package.json +++ b/services/expiration/package.json @@ -12,7 +12,7 @@ "bluebird": "^3.5.1", "cron": "^1.3.0", "js-yaml": "^3.11.0", - "lodash": "^4.17.10", + "lodash": "^4.17.13", "mongoose": "^5.0.17" } }