Skip to content

Commit

Permalink
Raise minimum version for debug to only allow secure version. (#7495)
Browse files Browse the repository at this point in the history
  • Loading branch information
danez authored and nicolo-ribaudo committed Mar 5, 2018
1 parent a86d311 commit eb2a0b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/babel-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-traverse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eb2a0b0

Please sign in to comment.