From 09695a6d1ca10107917f23f769d6fff7a3ae4246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 23:47:57 +0000 Subject: [PATCH] Bump http-proxy from 0.10.3 to 1.18.1 in /src/scripts/dojo/release/dojo Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 0.10.3 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/v0.10.3...1.18.1) Signed-off-by: dependabot[bot] --- src/scripts/dojo/release/dojo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/dojo/release/dojo/package.json b/src/scripts/dojo/release/dojo/package.json index 4ccc4c2fc..6420f3c77 100644 --- a/src/scripts/dojo/release/dojo/package.json +++ b/src/scripts/dojo/release/dojo/package.json @@ -6,7 +6,7 @@ }, "devDependencies": { "intern-geezer": "2.2.2", - "http-proxy": "0.10.3", + "http-proxy": "1.18.1", "glob": "3.2.7", "jsgi-node": "0.3.1", "formidable": "1.0.14",