From b512f0a6b432fb54e17572224e0002e89ca5ade5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 01:53:27 +0000 Subject: [PATCH] Bump http-proxy from 1.15.1 to 1.18.1 Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.15.1 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.15.1...1.18.1) Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c193ce1..0f07243 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1010,9 +1010,9 @@ "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" }, "eventemitter3": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-1.2.0.tgz", - "integrity": "sha1-HIaZHYFq0eUEdQ5zh0Ik7PO+xQg=" + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" }, "exit": { "version": "0.1.2", @@ -1352,12 +1352,13 @@ } }, "http-proxy": { - "version": "1.15.1", - "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.15.1.tgz", - "integrity": "sha1-kaYIgXLnm8DoIdXrBM5wLzJEY5M=", + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", "requires": { - "eventemitter3": "1.x.x", - "requires-port": "1.x.x" + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" } }, "http-signature": { diff --git a/package.json b/package.json index a3b5235..3c08396 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "connect": "^3.6.6", "connect-inject": "0.4.0", "cookie-session": "^2.0.0-beta.3", - "http-proxy": "1.15.1", + "http-proxy": "1.18.1", "ip": "1.1.3", "localtunnel": "^1.9.2", "request": "^2.88.0",