Update lodash to the latest version 🚀 (#5827)

* fix(package): update lodash to version 4.17.15

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-07-19 03:06:22 +00:00
committed by peril-parse-community[bot]
parent c57f0d329b
commit 7c809f5627
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7124,9 +7124,9 @@
}
},
"lodash": {
"version": "4.17.14",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz",
"integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw=="
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
},
"lodash.assignin": {
"version": "4.2.0",

View File

@@ -38,7 +38,7 @@
"graphql-upload": "8.0.7",
"intersect": "1.0.1",
"jsonwebtoken": "8.5.1",
"lodash": "4.17.14",
"lodash": "4.17.15",
"lru-cache": "5.1.1",
"mime": "2.4.4",
"mongodb": "3.2.7",