From f657ff38e9b22b66ed436b70c79a038777c9a3bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 12:20:11 +0000 Subject: [PATCH] Bump nyc from 15.1.0 to 17.1.0 Bumps [nyc](https://github.com/istanbuljs/nyc) from 15.1.0 to 17.1.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.1.0) --- updated-dependencies: - dependency-name: nyc dependency-version: 17.1.0 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 597c1c03a..3bcd79af3 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "markdownlint-cli": "~0.32.2", "mocha": "~9.2.2", "mousse": "~0.3.1", - "nyc": "~15.1.0", + "nyc": "~17.1.0", "path-exists-cli": "~2.0.0", "rimraf": "~3.0.2", "sinon": "~13.0.1",