upgrade(package): Update lodash to 4.17.10

This updates `lodash` to mitigate a prototype pollution vulnerability.
See https://nodesecurity.io/advisories/577

Change-Type: patch
This commit is contained in:
Jonas Hermsmeier 2018-05-30 13:17:20 +02:00
parent f312457f35
commit 201995eb90
No known key found for this signature in database
GPG Key ID: 1B870F801A0CEE9F
2 changed files with 3 additions and 3 deletions

4
npm-shrinkwrap.json generated
View File

@ -5010,8 +5010,8 @@
}
},
"lodash": {
"version": "4.13.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz"
"version": "4.17.10",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz"
},
"lodash-deep": {
"version": "2.0.0",

View File

@ -65,7 +65,7 @@
"gpt": "1.0.0",
"immutable": "3.8.1",
"inactivity-timer": "1.0.0",
"lodash": "4.13.1",
"lodash": "4.17.10",
"lzma-native": "1.5.2",
"mbr": "1.1.2",
"mime-types": "2.1.15",