From 9e66f18d813a84f4b58e0658ee85db47858fb246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Oct 2020 14:12:32 +0000 Subject: [PATCH] Bump http-proxy from 1.15.2 to 1.18.1 Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.15.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.15.2...1.18.1) Signed-off-by: dependabot[bot] --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index d648e55e9..5d044f0be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6114,8 +6114,8 @@ "integrity": "sha1-ZC/cr/5S00SNK9o7AHnpQJBk2jE=", "dev": true, "requires": { - "eventemitter3": "1.2.0", - "requires-port": "1.0.0" + "eventemitter3": "1.x.x", + "requires-port": "1.x.x" } }, "http-signature": {