From d7bcccc07cbd72718a3e2fc54b75b37788001f57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 07:14:01 +0000 Subject: [PATCH] chore(deps-dev): bump mocha from 11.7.5 to 11.8.0 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] --- 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 fb0708f..afd08e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "execa": "^9.6.1", "husky": "^9.1.7", "lint-staged": "^16.3.0", - "mocha": "^11.7.5", + "mocha": "^11.8.0", "prettier": "^3.8.1", "rimraf": "^6.1.3", "typescript": "^5.9.3" @@ -4750,9 +4750,9 @@ } }, "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==", "license": "MIT", "dependencies": { "browser-stdout": "^1.3.1", diff --git a/package.json b/package.json index 1c18935..5647c25 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "execa": "^9.6.1", "husky": "^9.1.7", "lint-staged": "^16.3.0", - "mocha": "^11.7.5", + "mocha": "^11.8.0", "prettier": "^3.8.1", "rimraf": "^6.1.3", "typescript": "^5.9.3"