From 3c1b9977f0e24fd1af6fa597142dcae9c115ba60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 12:53:58 +0000 Subject: [PATCH] Bump mocha from 10.8.2 to 11.0.2 in /eslint-ts-plugin Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.2 to 11.0.2. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v10.8.2...v11.0.2) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.0.2 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 aff6845..553cff6 100644 --- a/eslint-ts-plugin/package.json +++ b/eslint-ts-plugin/package.json @@ -61,7 +61,7 @@ "@nevware21/tripwire": ">= 0.1.7 < 2.x", "cross-env": "^10.1.0", "codecov": "^3.8.3", - "mocha": "^10.5.2", + "mocha": "^11.0.2", "nyc": "^17.0.0", "sinon": "^21.0.1", "ts-mocha": "^11.1.0"