diff --git a/callback/html-sample/node/package.json b/callback/html-sample/node/package.json
index 08b65ea..b2ee7ae 100644
--- a/callback/html-sample/node/package.json
+++ b/callback/html-sample/node/package.json
@@ -4,7 +4,7 @@
"description": "Proxy server for callback sample",
"main": "CallbackProxy.js",
"dependencies": {
- "http-proxy" : "~0.10.3",
+ "http-proxy" : "~1.18.1",
"node-static" : "~0.7.2",
"optimist" : "~0.6.0"
},