Merge pull request #238 from jeemok/patch-1

Fix lodash vulnerability: Prototype Pollution
This commit is contained in:
Miroslav Bajtoš 2018-05-10 09:31:58 +02:00 committed by GitHub
commit f58f8b041f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"