From 1d7d40b372c479725eba0052a3159b1b4cebd359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 07:16:39 +0000 Subject: [PATCH] Bump nyc from 17.1.0 to 18.0.0 in /core in the typescript group Bumps the typescript group in /core with 1 update: [nyc](https://github.com/istanbuljs/nyc). Updates `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 dependency-group: typescript ... Signed-off-by: dependabot[bot] --- core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/package.json b/core/package.json index ed31ebe..945bab6 100644 --- a/core/package.json +++ b/core/package.json @@ -132,7 +132,7 @@ "karma-typescript": "^5.5.3", "karma-coverage": "^2.2.0", "mocha": "^10.0.0", - "nyc": "^17.1.0", + "nyc": "^18.0.0", "puppeteer": "24.37.5", "rollup": "^4.53.3", "rollup-plugin-minify-es": "^1.1.1",