From 42d865e0068aeb1589772a410d601044696e7b68 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2020 13:22:35 +0800 Subject: [PATCH] chore(deps-dev): bump nyc from 15.0.0 to 15.0.1 (#133) Bumps [nyc](https://github.com/istanbuljs/nyc) from 15.0.0 to 15.0.1. - [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/v15.0.0...v15.0.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 648ef3e..9747bbd 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "eslint-config-hexo": "^4.1.0", "hexo": "^4.0.0", "mocha": "^7.0.0", - "nyc": "15.0.0" + "nyc": "15.0.1" }, "engines": { "node": ">=8.10.0"