From ded3214731b999fac2d0d8573553df7e4a037af6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 07:16:22 +0000 Subject: [PATCH] build(deps-dev): bump nyc from 13.3.0 to 15.1.0 Bumps [nyc](https://github.com/istanbuljs/nyc) from 13.3.0 to 15.1.0. - [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.3.0...v15.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 07a2fbe..2e82687 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": "^15.1.0", "rimraf": "^2.6.2", "tslint": "^5.11.0", "typescript": "^3.2.2"