From e2db15055aab9abf4b3518c2bb3da9fcc029c246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 06:53:05 +0000 Subject: [PATCH] Bump mocha from 11.7.6 to 11.8.0 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7620fd1c..51565c7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@azure/avocado": "^0.11.0", "@types/js-yaml": "^4.0.9", "@types/mocha": "^10.0.10", - "mocha": "^11.7.6", + "mocha": "^11.8.0", "prettier": "^3.9.4", "ts-node": "^10.9.2", "typescript": "^6.0.3" @@ -1702,9 +1702,9 @@ } }, "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==", "license": "MIT", "dependencies": { "browser-stdout": "^1.3.1", diff --git a/package.json b/package.json index 6a5f84b5..91c53d2b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@azure/avocado": "^0.11.0", "@types/js-yaml": "^4.0.9", "@types/mocha": "^10.0.10", - "mocha": "^11.7.6", + "mocha": "^11.8.0", "prettier": "^3.8.3", "ts-node": "^10.9.1", "prettier": "^3.9.4",