From 6a1cc1c5fe6dfe458581bc8a7a2a55d30e1b6f65 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2019 14:37:26 +0000 Subject: [PATCH] build(deps-dev): update nyc requirement from 13.2.0 to 14.1.1 Updates the requirements on [nyc](https://github.com/istanbuljs/nyc) to permit the latest version. - [Release notes](https://github.com/istanbuljs/nyc/releases) - [Changelog](https://github.com/istanbuljs/nyc/blob/master/CHANGELOG.md) - [Commits](https://github.com/istanbuljs/nyc/compare/v13.2.0...v14.1.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0963ad5..d055a2d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "conventional-changelog-metahub": "2.0.2", "cz-conventional-changelog": "2.1.0", "mocha": "6.1.4", - "nyc": "13.2.0", + "nyc": "14.1.1", "semantic-release": "15.13.17", "standard": "12.0.1", "@semantic-release/changelog": "3.0.2",