From da2098da35b5a743ab38069c06ac95182ee83a6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 12:53:29 +0000 Subject: [PATCH] Bump nyc from 17.1.0 to 18.0.0 in /eslint-ts-plugin 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] --- eslint-ts-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint-ts-plugin/package.json b/eslint-ts-plugin/package.json index 0faa800..7c8401f 100644 --- a/eslint-ts-plugin/package.json +++ b/eslint-ts-plugin/package.json @@ -62,7 +62,7 @@ "cross-env": "^10.1.0", "codecov": "^3.8.3", "mocha": "^10.5.2", - "nyc": "^17.0.0", + "nyc": "^18.0.0", "sinon": "^21.0.1", "ts-mocha": "^11.1.0" },