From ecd901c58d7a6487eb1b8dc4aa7ce0acda8becbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 09:35:07 +0000 Subject: [PATCH] build(deps-dev): bump mocha from 12.0.0-rc.6 to 12.0.0 Bumps [mocha](https://github.com/mochajs/mocha) from 12.0.0-rc.6 to 12.0.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v12.0.0-rc.6...v12.0.0) --- updated-dependencies: - dependency-name: mocha dependency-version: 12.0.0 dependency-type: direct:development update-type: version-update:semver-patch ... 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 19d562f..ac9e02d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "esbuild": "^0.28.2", "eslint": "^10.9.1", "glob": "^13.0.6", - "mocha": "^12.0.0-rc.6", + "mocha": "^12.0.0", "rimraf": "^6.1.3", "typescript": "~6.0.3", "typescript-eslint": "^8.68.0", @@ -5656,9 +5656,9 @@ "optional": true }, "node_modules/mocha": { - "version": "12.0.0-rc.6", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-12.0.0-rc.6.tgz", - "integrity": "sha512-JfQk/OfLIU+Ajm76oTYM5YZn7gHWUZZF9+V9FQhveAv4mnB5I0Qwmtqx6O8uWGwmK+rPaqCBPlXS5+mcmgYbKg==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-12.0.0.tgz", + "integrity": "sha512-NYNh5IFt6WYqm9bi4601m7vix8MZdXC0DwS4gY6WhXO2RgJWhivhISVmq1oklCif18OSI9l+vx5Mdm5oh1XGiQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3d9bfaa..8c59ccf 100644 --- a/package.json +++ b/package.json @@ -259,7 +259,7 @@ "esbuild": "^0.28.2", "eslint": "^10.9.1", "glob": "^13.0.6", - "mocha": "^12.0.0-rc.6", + "mocha": "^12.0.0", "rimraf": "^6.1.3", "typescript": "~6.0.3", "typescript-eslint": "^8.68.0",