From d1fc1bb0bd2da02e8e50aaa08b5893a927ac46a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2020 01:54:29 +0000 Subject: [PATCH] Bump http-proxy from 0.10.4 to 1.18.1 in /task/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] --- task/node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task/node/package.json b/task/node/package.json index 9168983..e4b06c9 100644 --- a/task/node/package.json +++ b/task/node/package.json @@ -4,7 +4,7 @@ "description": "Proxy server for task sample", "main": "TaskProxy.js", "dependencies": { - "http-proxy" : "~0.10.3", + "http-proxy" : "~1.18.1", "node-static" : "~0.7.2", "optimist" : "~0.6.0" },