From acfd29118199c96a07c359a500be3f41e73bbe4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 17 Apr 2019 06:10:20 +0000 Subject: [PATCH] build(deps-dev): update nyc requirement from ^13.1.0 to ^14.0.0 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.1.0...v14.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 07a2fbe..b5dfd1d 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@types/mocha": "^5.2.5", "chai": "^4.2.0", "mocha": "^6.0.0", - "nyc": "^13.1.0", + "nyc": "^14.0.0", "rimraf": "^2.6.2", "tslint": "^5.11.0", "typescript": "^3.2.2"