From a97ec49daa878e9c73c64e83987d601591d800a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 22:57:42 +0000 Subject: [PATCH] Bump nyc from 10.3.2 to 15.1.0 Bumps [nyc](https://github.com/istanbuljs/nyc) from 10.3.2 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/v10.3.2...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 60cd716..1551063 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,6 @@ "eslint-config-standard": "^6.2.1", "eslint-plugin-promise": "^3.4.0", "eslint-plugin-standard": "^2.0.1", - "nyc": "^10.1.2" + "nyc": "^15.1.0" } }