Skip to content

Commit

Permalink
force transitive dependency to newer version to fix #60
Browse files Browse the repository at this point in the history
  • Loading branch information
Klathmon committed May 9, 2018
1 parent 045c08b commit a616d7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
"util.promisify": "^1.0.0",
"webpack-sources": "^1.1.0"
},
"resolutions": {
"tunnel-agent": ">=0.6.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.1",
Expand Down
6 changes: 1 addition & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4821,11 +4821,7 @@ tryit@^1.0.1:
version "1.0.3"
resolved "https://registry.yarnpkg.com/tryit/-/tryit-1.0.3.tgz#393be730a9446fd1ead6da59a014308f36c289cb"

tunnel-agent@^0.4.0:
version "0.4.3"
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.4.3.tgz#6373db76909fe570e08d73583365ed828a74eeeb"

tunnel-agent@^0.6.0:
tunnel-agent@>=0.6.0, tunnel-agent@^0.4.0, tunnel-agent@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
dependencies:
Expand Down

0 comments on commit a616d7d

Please sign in to comment.