From 67ed07e7b3cd46fa696bb707df3e95674d032b2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 19:47:54 +0000 Subject: [PATCH] chore(deps-dev): bump mocha from 11.7.6 to 11.8.0 in /editors/vscode Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.6 to 11.8.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/v11.8.0/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v11.7.6...v11.8.0) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.8.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- editors/vscode/package-lock.json | 8 ++++---- editors/vscode/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/editors/vscode/package-lock.json b/editors/vscode/package-lock.json index 47ecbcc..dcd66fb 100644 --- a/editors/vscode/package-lock.json +++ b/editors/vscode/package-lock.json @@ -18,7 +18,7 @@ "@vscode/test-electron": "^3.0.0", "@vscode/vsce": "^3.9.2", "esbuild": "^0.28.1", - "mocha": "^11.3.0", + "mocha": "^11.8.0", "typescript": "^6.0.3" }, "engines": { @@ -3518,9 +3518,9 @@ "optional": true }, "node_modules/mocha": { - "version": "11.7.6", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.6.tgz", - "integrity": "sha512-nS9xOGbw2I3cjCpxwZAEJ9xK9lmJ08vEkQvLtz4du9ZrF9UrjRpeJGiIgl2Z+Qs++pmB4ecDe48Fwsh+j+j7xA==", + "version": "11.8.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.8.0.tgz", + "integrity": "sha512-VyCeUdGN3A9lmCTTgG4yuvY9ixxaDk+xt2R/7/+1AP6EqNG+G9OKkzBwhVtVYoNX8YsxNSgAl8mOv3IAeOpFbw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 9903294..50c5303 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -163,7 +163,7 @@ "@vscode/test-electron": "^3.0.0", "@vscode/vsce": "^3.9.2", "esbuild": "^0.28.1", - "mocha": "^11.3.0", + "mocha": "^11.8.0", "typescript": "^6.0.3" } }