Raise minimum version for debug to only allow secure version. (#7495)
This commit is contained in:
parent
a86d311986
commit
eb2a0b0fcd
@ -36,7 +36,7 @@
|
|||||||
"@babel/types": "7.0.0-beta.40",
|
"@babel/types": "7.0.0-beta.40",
|
||||||
"babylon": "7.0.0-beta.40",
|
"babylon": "7.0.0-beta.40",
|
||||||
"convert-source-map": "^1.1.0",
|
"convert-source-map": "^1.1.0",
|
||||||
"debug": "^3.0.1",
|
"debug": "^3.1.0",
|
||||||
"json5": "^0.5.0",
|
"json5": "^0.5.0",
|
||||||
"lodash": "^4.2.0",
|
"lodash": "^4.2.0",
|
||||||
"micromatch": "^2.3.11",
|
"micromatch": "^2.3.11",
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
"@babel/helper-split-export-declaration": "7.0.0-beta.40",
|
"@babel/helper-split-export-declaration": "7.0.0-beta.40",
|
||||||
"@babel/types": "7.0.0-beta.40",
|
"@babel/types": "7.0.0-beta.40",
|
||||||
"babylon": "7.0.0-beta.40",
|
"babylon": "7.0.0-beta.40",
|
||||||
"debug": "^3.0.1",
|
"debug": "^3.1.0",
|
||||||
"globals": "^11.1.0",
|
"globals": "^11.1.0",
|
||||||
"invariant": "^2.2.0",
|
"invariant": "^2.2.0",
|
||||||
"lodash": "^4.2.0"
|
"lodash": "^4.2.0"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user