From a4d02c9be3636f2d2a46f143d7d1e94629dded24 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2019 20:03:59 +0800 Subject: [PATCH] chore(deps-dev): bump nyc from 14.1.1 to 15.0.0 (#157) Bumps [nyc](https://github.com/istanbuljs/nyc) from 14.1.1 to 15.0.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.0.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 86de24b..82d56ce 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint": "^6.1.0", "eslint-config-hexo": "^3.0.0", "mocha": "^6.0.2", - "nyc": "^14.1.1" + "nyc": "^15.0.0" }, "dependencies": { "bluebird": "^3.5.0",