From 3ee34173befa9dacce999e11e828bc32847a1c0c Mon Sep 17 00:00:00 2001 From: Josh Buchea Date: Thu, 24 Apr 2025 09:38:45 -1000 Subject: [PATCH] use commit from pr submitted to http-proxy package until pr is merged --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 4fc40510ba0d..65123d8d2141 100644 --- a/package.json +++ b/package.json @@ -205,5 +205,10 @@ "wrap-ansi": "7.0.0", "string-width": "4.2.3", "strip-ansi": "6.0.1" + }, + "overrides": { + "http-proxy-middleware": { + "http-proxy": "github:nikeee/node-http-proxy#b42c38fc3486ee8ad4374cc2397458b6e4cd99ca" + } } }