From 8a5e39e3871a4d48a2f7f8112cc10970ababb4da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 18:19:17 +0000 Subject: [PATCH] Bump http-proxy from 1.14.0 to 1.18.1 in /src/nodejs/NarrativeServer Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.14.0 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.14.0...1.18.1) Signed-off-by: dependabot[bot] --- src/nodejs/NarrativeServer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nodejs/NarrativeServer/package.json b/src/nodejs/NarrativeServer/package.json index a7d0bf7..bc5887f 100644 --- a/src/nodejs/NarrativeServer/package.json +++ b/src/nodejs/NarrativeServer/package.json @@ -15,7 +15,7 @@ "cookie-parser": "1.4.3", "dockerode": "2.3.0", "express": "4.14.0", - "http-proxy": "1.14.0", + "http-proxy": "1.18.1", "nunjucks": "2.4.3", "ws": "1.1.1" }