From edb8a838e2887969d4989614da449d3c02670143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Aug 2021 05:13:10 +0000 Subject: [PATCH] chore(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) --- updated-dependencies: - dependency-name: nyc dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e44a70b..66e18e2 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint-plugin-standard": "^4.0.1", "globby": "^10.0.1", "mocha": "^6.2.2", - "nyc": "^14.1.1", + "nyc": "^15.1.0", "recast": "^0.18.5", "semantic-release": "^17.4.5" },