From fcacf1377a385d753809aa0e0aac58a9bcc527b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 15:26:09 +0000 Subject: [PATCH] build(deps-dev): bump mocha in /src/microsoft-trydotnet-editor Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.5 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.5...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] --- src/microsoft-trydotnet-editor/package-lock.json | 9 +++++---- src/microsoft-trydotnet-editor/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/microsoft-trydotnet-editor/package-lock.json b/src/microsoft-trydotnet-editor/package-lock.json index f7e23d6f6..ee43bed3c 100644 --- a/src/microsoft-trydotnet-editor/package-lock.json +++ b/src/microsoft-trydotnet-editor/package-lock.json @@ -30,7 +30,7 @@ "file-loader": "6.2.0", "html-webpack-plugin": "^5.6.8", "jsdom": "^30.0.1", - "mocha": "11.7.5", + "mocha": "11.8.0", "mocha-multi-reporters": "1.5.1", "mocha-trx-reporter": "3.3.1", "monaco-editor-webpack-plugin": "^7.1.1", @@ -3084,10 +3084,11 @@ } }, "node_modules/mocha": { - "version": "11.7.5", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.5.tgz", - "integrity": "sha512-mTT6RgopEYABzXWFx+GcJ+ZQ32kp4fMf0xvpZIIfSq9Z8lC/++MtcCnQ9t5FP2veYEP95FIYSvW+U9fV4xrlig==", + "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": { "browser-stdout": "^1.3.1", "chokidar": "^4.0.1", diff --git a/src/microsoft-trydotnet-editor/package.json b/src/microsoft-trydotnet-editor/package.json index 4d252c304..8c416e3bf 100644 --- a/src/microsoft-trydotnet-editor/package.json +++ b/src/microsoft-trydotnet-editor/package.json @@ -38,7 +38,7 @@ "file-loader": "6.2.0", "html-webpack-plugin": "^5.6.8", "jsdom": "^30.0.1", - "mocha": "11.7.5", + "mocha": "11.8.0", "mocha-multi-reporters": "1.5.1", "mocha-trx-reporter": "3.3.1", "monaco-editor-webpack-plugin": "^7.1.1",