From d8cd6e0360f981572c74279fd88e3eacaf5384df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2020 01:18:21 +0000 Subject: [PATCH] Bump http-proxy from 0.10.4 to 1.18.1 in /callback/html-sample/node Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 0.10.4 to 1.18.1. - [Release notes](https://github.com/http-party/node-http-proxy/releases) - [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md) - [Commits](https://github.com/http-party/node-http-proxy/compare/v0.10.4...1.18.1) Signed-off-by: dependabot[bot] --- callback/html-sample/node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },