From 7ce932a48d8921ec5a3eaa1396b570b236e15814 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Mon, 7 Oct 2019 15:03:38 -0700 Subject: [PATCH] Update `proxy` to v1.0.1 Makes the tests on macOS no longer be flaky. See: https://github.com/TooTallNate/proxy/pull/16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04b54e1a..95f702fe 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "mocha": "^6.2.0", - "proxy": "1" + "proxy": "1.0.1" }, "engines": { "node": ">= 4.5.0"