Update lodash to the latest version 🚀 (#5788)

* fix(package): update lodash to version 4.17.13

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-07-09 23:22:57 +00:00
committed by peril-parse-community[bot]
parent 60a9a4d79c
commit bf74b7445e
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7007,9 +7007,9 @@
}
},
"lodash": {
"version": "4.17.12",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.12.tgz",
"integrity": "sha512-+CiwtLnsJhX03p20mwXuvhoebatoh5B3tt+VvYlrPgZC1g36y+RRbkufX95Xa+X4I59aWEacDFYwnJZiyBh9gA=="
"version": "4.17.13",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.13.tgz",
"integrity": "sha512-vm3/XWXfWtRua0FkUyEHBZy8kCPjErNBT9fJx8Zvs+U6zjqPbTUOpkaoum3O5uiA8sm+yNMHXfYkTUHFoMxFNA=="
},
"lodash.assignin": {
"version": "4.2.0",

View File

@@ -37,7 +37,7 @@
"graphql-upload": "8.0.7",
"intersect": "1.0.1",
"jsonwebtoken": "8.5.1",
"lodash": "4.17.12",
"lodash": "4.17.13",
"lru-cache": "5.1.1",
"mime": "2.4.4",
"mongodb": "3.2.7",