From 865e2215eaed3abbcb9981df9f46c03b3195a794 Mon Sep 17 00:00:00 2001 From: Bram Borggreve Date: Thu, 12 Jan 2017 20:21:30 -0500 Subject: [PATCH] chore: update mock-fs version The previous version of mock-fs caused an error message when running the acceptance tests on node 7.x . This version adds support for version 7.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a1ffdbd6cc2..e1f753c0f494 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ "jasmine-spec-reporter": "^2.7.0", "minimist": "^1.2.0", "mocha": "^2.4.5", - "mock-fs": "3.10.0", + "mock-fs": "^3.12.1", "npm-run": "^4.1.0", "npm-run-all": "^3.0.0", "object-assign": "^4.0.1",