Skip to content

Commit 377696d

Browse files
vladnegaDanny McCormick
authored andcommitted
fix tunnelling error when getting WebApi behind a proxy (#332)
fixes #331 The tunnel dependency is using an old version. The newer version includes a fix for the error.
1 parent 517dd5d commit 377696d

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

package-lock.json

Lines changed: 10 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"license": "MIT",
2626
"dependencies": {
27-
"tunnel": "0.0.4",
27+
"tunnel": "0.0.6",
2828
"typed-rest-client": "1.2.0",
2929
"underscore": "1.8.3"
3030
},

0 commit comments

Comments
 (0)