From db66ef422c1fbbe485d1a4f0b650189b3a7ac78e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 3 May 2019 06:08:58 +0000 Subject: [PATCH] build(deps-dev): update nyc requirement from ^13.1.0 to ^14.1.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.1.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..c1689e4 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.0", "rimraf": "^2.6.2", "tslint": "^5.11.0", "typescript": "^3.2.2"