From 6004e11024caadc65d20f88a25ac6bdd5cf50656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 17:22:36 +0000 Subject: [PATCH] Bump mocha from 11.7.6 to 11.8.0 in /lang/js 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] --- lang/js/package-lock.json | 8 ++++---- lang/js/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/js/package-lock.json b/lang/js/package-lock.json index 0382d6e9832..556af7aeacb 100644 --- a/lang/js/package-lock.json +++ b/lang/js/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "devDependencies": { "jshint": "^2.13.4", - "mocha": "11.7.6", + "mocha": "11.8.0", "nyc": "^18.0.0", "tmp": "^0.2.1" } @@ -1757,9 +1757,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==", "dev": true, "license": "MIT", "dependencies": { diff --git a/lang/js/package.json b/lang/js/package.json index a28b71fc11f..5611f2676ec 100644 --- a/lang/js/package.json +++ b/lang/js/package.json @@ -45,7 +45,7 @@ "devDependencies": { "nyc": "^18.0.0", "jshint": "^2.13.4", - "mocha": "11.7.6", + "mocha": "11.8.0", "tmp": "^0.2.1" }, "overrides": {