Merge pull request #238 from jeemok/patch-1
Fix lodash vulnerability: Prototype Pollution
This commit is contained in:
commit
f58f8b041f
|
@ -38,7 +38,7 @@
|
|||
"cors": "^2.7.1",
|
||||
"debug": "^2.2.0",
|
||||
"depd": "^1.1.0",
|
||||
"lodash": "^3.10.0",
|
||||
"lodash": "^4.17.5",
|
||||
"loopback-swagger": "^3.0.1",
|
||||
"strong-globalize": "^2.6.2",
|
||||
"swagger-ui": "^2.2.5"
|
||||
|
|
Loading…
Reference in New Issue