From 0c5043f4528357f81a57cdc46c805167ce88f940 Mon Sep 17 00:00:00 2001 From: Punit Mittal Date: Tue, 27 Nov 2018 16:17:00 +0530 Subject: [PATCH] Locked ps-tree version to 1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a8b0a2b..9b54f3a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "https-proxy-agent": "^2.2.1", "is-running": "^2.0.0", - "ps-tree": "^1.1.0", + "ps-tree": "=1.1.1", "sinon": "^1.17.6", "temp-fs": "^0.9.9" },