Fix lodash vulnerability: Prototype Pollution

Ref: https://nodesecurity.io/advisories/577
This commit is contained in:
Jee Mok 2018-05-10 16:01:27 +09:00 committed by Miroslav Bajtoš
parent 51d1dc71b9
commit 37efa10e8e
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
"cors": "^2.7.1", "cors": "^2.7.1",
"debug": "^2.2.0", "debug": "^2.2.0",
"depd": "^1.1.0", "depd": "^1.1.0",
"lodash": "^3.10.0", "lodash": "^4.17.5",
"loopback-swagger": "^3.0.1", "loopback-swagger": "^3.0.1",
"strong-globalize": "^2.6.2", "strong-globalize": "^2.6.2",
"swagger-ui": "^2.2.5" "swagger-ui": "^2.2.5"