Update lodash to the latest version 🚀 (#5787)

* fix(package): update lodash to version 4.17.12

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

6
package-lock.json generated
View File

@@ -7007,9 +7007,9 @@
}
},
"lodash": {
"version": "4.17.11",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg=="
"version": "4.17.12",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.12.tgz",
"integrity": "sha512-+CiwtLnsJhX03p20mwXuvhoebatoh5B3tt+VvYlrPgZC1g36y+RRbkufX95Xa+X4I59aWEacDFYwnJZiyBh9gA=="
},
"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.11",
"lodash": "4.17.12",
"lru-cache": "5.1.1",
"mime": "2.4.4",
"mongodb": "3.2.7",