Raise minimum version for debug to only allow secure version. (#7495)

This commit is contained in:
Daniel Tschinder 2018-03-05 20:12:56 +01:00 committed by Nicolò Ribaudo
parent a86d311986
commit eb2a0b0fcd
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
"@babel/types": "7.0.0-beta.40",
"babylon": "7.0.0-beta.40",
"convert-source-map": "^1.1.0",
"debug": "^3.0.1",
"debug": "^3.1.0",
"json5": "^0.5.0",
"lodash": "^4.2.0",
"micromatch": "^2.3.11",

View File

@ -14,7 +14,7 @@
"@babel/helper-split-export-declaration": "7.0.0-beta.40",
"@babel/types": "7.0.0-beta.40",
"babylon": "7.0.0-beta.40",
"debug": "^3.0.1",
"debug": "^3.1.0",
"globals": "^11.1.0",
"invariant": "^2.2.0",
"lodash": "^4.2.0"