From 2d2d31e172cbb34c46202ed1ba131c246d08c8df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 17:43:03 +0000 Subject: [PATCH] build(deps-dev): bump nyc from 17.1.0 to 18.0.0 Bumps [nyc](https://github.com/istanbuljs/nyc) from 17.1.0 to 18.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/nyc-v17.1.0...nyc-v18.0.0) --- updated-dependencies: - dependency-name: nyc dependency-version: 18.0.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 a99a2b0..80fa0be 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "airtap-playwright": "^1.0.1", "eslint": "^9.17.0", "neostandard": "^0.12.0", - "nyc": "^17.0.0", + "nyc": "^18.0.0", "playwright": "^1.43.1", "tape": "^5.7.5", "tsd": "^0.33.0"