From fa22e97e97946a9ca46256b9f75baab19aacc7ba Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 17:59:31 +0000 Subject: [PATCH] build(deps-dev): bump nyc from 14.1.1 to 15.1.0 Bumps [nyc](https://github.com/istanbuljs/nyc) from 14.1.1 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/v14.1.1...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 31f65c2..08b4fb5 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "husky": "^3.0.0", "mocha": "^5.1.1", "mocha-junit-reporter": "^1.17.0", - "nyc": "^14.0.0", + "nyc": "^15.1.0", "path": "^0.12.7", "prettier": "^1.12.1", "rimraf": "^2.6.2",