From f3da60a983fbc98cb9de2d940da86fddc9906ca8 Mon Sep 17 00:00:00 2001 From: Aakash Hotchandani Date: Thu, 16 Oct 2025 19:32:21 +0530 Subject: [PATCH 1/2] minor fix --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 7be0bf80..20a1e6c8 100644 --- a/package.json +++ b/package.json @@ -57,5 +57,8 @@ "proxyquire": "2.1.3", "rewire": "5.0.0", "sinon": "9.2.4" + }, + "overrides": { + "detect-port": "1.5.1" } } From eaedac5ba3af15c2f8036dae1b2f9fd01c283fd0 Mon Sep 17 00:00:00 2001 From: Aakash Hotchandani Date: Fri, 17 Oct 2025 13:43:10 +0530 Subject: [PATCH 2/2] minor fix --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 20a1e6c8..cb62615e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "chalk": "4.1.2", "cli-progress": "^3.10.0", "decompress": "4.2.1", - "detect-port": "^2.1.0", + "detect-port": "1.5.1", "form-data": "^4.0.0", "fs-extra": "8.1.0", "getmac": "5.20.0", @@ -57,8 +57,5 @@ "proxyquire": "2.1.3", "rewire": "5.0.0", "sinon": "9.2.4" - }, - "overrides": { - "detect-port": "1.5.1" } }