From 8667cf4f8a142bd58e731f127a35f014d996bd47 Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Mon, 13 Nov 2017 21:00:07 -0800 Subject: [PATCH] chore: update nyc dependency This is to fix an issue related to the most recent node 8.x.y versions. Fixes #803 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eea92789..59cfa529 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "eslint": "^2.0.0", "eslint-config-airbnb-base": "^3.0.0", "eslint-plugin-import": "^1.11.1", - "nyc": "^10.0.0", + "nyc": "^11.3.0", "shelljs-changelog": "^0.2.0", "shelljs-release": "^0.2.0", "shx": "^0.2.0",