From 27b5fe4eb1386c30279173a020b594a42a97b2c4 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sun, 30 Apr 2017 15:41:16 +0000 Subject: [PATCH] fix: pin mock-fs to 4.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bec9c64..20afb33 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "colors": "1.x.x", "crontab": "1.x.x", "file-exists": "^2.0.0", - "mock-fs": "^4.0.0", + "mock-fs": "4.2.0", "username": "2.x.x", "yargs": "^7.0.1" },