From 49b13a5ebcff8cb0c5cbda5890f801d0addfff6c Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sun, 13 May 2018 13:34:33 +0000 Subject: [PATCH] fix: pin supertest to 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 41c3cc4..a6805a3 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "semantic-release": "^15.0.3", "should": "^13.1.2", "standard": "^11.0.0", - "supertest": "^3.0.0" + "supertest": "3.0.0" }, "dependencies": { "app-root-path": "^2.0.1"