chore: bump seed

This commit is contained in:
Oliver Eyton-Williams
2020-07-30 11:36:16 +02:00
committed by Mrugesh Mohapatra
parent bc2f659e40
commit 3cc53b78f1
2 changed files with 4 additions and 4 deletions

View File

@ -3236,9 +3236,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.19",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
"integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==",
"dev": true
},
"lodash.sortby": {

View File

@ -21,7 +21,7 @@
"debug": "^4.0.1",
"dotenv": "^6.0.0",
"jest": "^24.9.0",
"lodash": "^4.17.15",
"lodash": "^4.17.19",
"mongodb": "^3.5.5"
}
}