From 039f5bad9dd412f9971aa5d71053b6f488eb561b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 12:07:00 +0000 Subject: [PATCH] Bump the typescript group in /dbg with 2 updates Bumps the typescript group in /dbg with 2 updates: [mocha](https://github.com/mochajs/mocha) and [ts-mocha](https://github.com/piotrwitek/ts-mocha). Updates `mocha` from 10.8.2 to 11.6.0 - [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.6.0) Updates `ts-mocha` from 10.1.0 to 11.0.0 - [Release notes](https://github.com/piotrwitek/ts-mocha/releases) - [Commits](https://github.com/piotrwitek/ts-mocha/compare/v10.1.0...v11.0.0) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.6.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: typescript - dependency-name: ts-mocha dependency-version: 11.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: typescript ... Signed-off-by: dependabot[bot] --- dbg/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dbg/package.json b/dbg/package.json index 6ade712..a45740f 100644 --- a/dbg/package.json +++ b/dbg/package.json @@ -87,7 +87,7 @@ "karma-spec-reporter": "^0.0.36", "karma-typescript": "^5.5.3", "karma-coverage": "^2.2.0", - "mocha": "^10.0.0", + "mocha": "^11.6.0", "nyc": "^17.0.0", "puppeteer": "24.33.1", "rollup": "^4.54.0", @@ -95,7 +95,7 @@ "rollup-plugin-istanbul": "^5.0.0", "rollup-plugin-cleanup": "^3.2.1", "sinon": "^15.0.0", - "ts-mocha": "^10.0.0", + "ts-mocha": "^11.0.0", "typedoc": "^0.28.15", "typedoc-github-theme": "^0.3.0", "typescript": "~5.2.2",