From 1e624f66febb30f48da7ae4dfc09f92c651d42d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 01:25:48 +0000 Subject: [PATCH] Bump http-proxy from 1.16.2 to 1.18.1 in /server Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.16.2 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/1.16.2...1.18.1) Signed-off-by: dependabot[bot] --- server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/package.json b/server/package.json index a7b4b8b..e6a2070 100644 --- a/server/package.json +++ b/server/package.json @@ -4,7 +4,7 @@ "dependencies": { "compression": "1.6.1", "express": "4.13.4", - "http-proxy": "1.16.2" + "http-proxy": "1.18.1" }, "scripts": { "start": "node server.js"