From 3a262fc734960e8eeebfd47be05abe2376183b04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 13:05:51 +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:development 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 740f903..f7f71a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "chai": "6.2.2", "eslint": "10.8.0", "globals": "17.9.0", - "mocha": "11.7.6", + "mocha": "11.8.0", "prettier": "3.9.6", "sinon": "22.1.0" } @@ -1505,9 +1505,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/package.json b/package.json index 3909c81..7c0cbc7 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "chai": "6.2.2", "eslint": "10.8.0", "globals": "17.9.0", - "mocha": "11.7.6", + "mocha": "11.8.0", "prettier": "3.9.6", "sinon": "22.1.0" },