From 9685baad8ea5d442f72842832c2171ca0996052b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 02:22:57 +0000 Subject: [PATCH] Bump mocha from 10.8.2 to 11.7.5 Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.2 to 11.7.5. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/v11.7.5/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v10.8.2...v11.7.5) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a85855e..e5060b2 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "https-proxy-agent": "5.0.1", "lodash": "4.17.21", "minimist": ">=1.2.6", - "mocha": "10.8.2", + "mocha": "11.7.5", "pg": "8.16.3", "pg-ka-fix": "1.0.0-rm-fix", "pgpass": "1.0.5",