From 29cdccf2a9afa8ac7be7edb8f410f4d7138df24e Mon Sep 17 00:00:00 2001 From: Luke Blaney Date: Tue, 21 May 2024 20:04:54 +0100 Subject: [PATCH] Upgrade ngrok to 4.3.3 Use a version of ngrok which runs on recent versions of Windows and MacOS. Switch to using the npm `overrides` property, to avoid needing to mantain a separate fork of `zuul-ngrok` --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 89e2781..216c793 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,12 @@ "rollup": "^1.26.3", "uglify-js": "^3.4.6", "zuul": "^3.11.0", - "zuul-ngrok": "nolanlawson/zuul-ngrok#patch-1" + "zuul-ngrok": "^4.0.0" + }, + "overrides": { + "zuul-ngrok": { + "ngrok": "^4.3.3" + } }, "greenkeeper": { "ignore": [