From da8cb5bf036058921e117d62020a415ee7a1d22c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2020 13:45:45 +0000 Subject: [PATCH] Bump http-proxy from 1.17.0 to 1.18.1 in /src Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.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.17.0...1.18.1) Signed-off-by: dependabot[bot] --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index c0bf3beda..051f63a1e 100644 --- a/src/package.json +++ b/src/package.json @@ -32,7 +32,7 @@ "express-session": "~1.16.1", "gcode-parser": "~1.3.6", "hogan.js": "~3.0.2", - "http-proxy": "~1.17.0", + "http-proxy": "~1.18.1", "i18next": "~15.0.9", "i18next-express-middleware": "~1.8.0", "i18next-node-fs-backend": "~2.1.3",