From 8c051b2798ead796fefb13d18266c7cd16e22d2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 10 May 2019 06:08:15 +0000 Subject: [PATCH] build(deps-dev): update nyc requirement from ^13.1.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.1.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 07a2fbe..912c9d3 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.1.1", "rimraf": "^2.6.2", "tslint": "^5.11.0", "typescript": "^3.2.2"