From b9c32b63b18b44180d658a36582c1b4751095c8d Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 2 Jun 2018 14:07:38 +0800 Subject: [PATCH] =?UTF-8?q?Update=20nyc=20to=20the=20latest=20version=20?= =?UTF-8?q?=F0=9F=9A=80=20(#686)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Version **12.0.1** of [nyc](https://github.com/istanbuljs/nyc) was just published.
Dependency nyc
Current Version 11.9.0
Type devDependency
The version **12.0.1** is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. It might be worth looking into these changes and trying to get this project onto the latest version of nyc. If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update. ---
Commits

The new version differs by 4 commits.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
--- Your [Greenkeeper](https://greenkeeper.io) bot :palm_tree: --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28de9e160..84212a5f4 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "mocha": "^5.0.0", "mockery": "^2.1.0", "nsp": "^3.0.0", - "nyc": "^11.3.0", + "nyc": "^12.0.1", "prettier": "^1.7.0", "sinon": "^5.0.0" },