From 042b4df5bd69233a85085e076f435618b4ed6a7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:15:41 +0000 Subject: [PATCH] Bump nyc from 15.1.0 to 17.0.0 Bumps [nyc](https://github.com/istanbuljs/nyc) from 15.1.0 to 17.0.0. - [Release notes](https://github.com/istanbuljs/nyc/releases) - [Changelog](https://github.com/istanbuljs/nyc/blob/main/CHANGELOG.md) - [Commits](https://github.com/istanbuljs/nyc/compare/v15.1.0...nyc-v17.0.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 32ff5d8..5e8163e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "cross-env": "^7.0.3", "depcheck": "^1.4.0", "hallmark": "^4.0.0", - "nyc": "^15.1.0", + "nyc": "^17.0.0", "standard": "^14.3.4", "tape": "^5.2.2" },