From 6f9b002b8853af6b2709b7ce318492f573d3aefc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 21:30:45 +0800 Subject: [PATCH] Bump mocha from 10.8.2 to 11.0.1 (#625) Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.2 to 11.0.1. - [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/v10.8.2...v11.0.1) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d6c8b22..6008065a 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@types/node-fetch": "^2.6.11", "bun": "^1.1.26", "eslint": "^9.9.1", - "mocha": "^10.7.3", + "mocha": "^11.0.1", "nyc": "^17.1.0", "typescript": "^5.6.2", "typescript-eslint": "^8.3.0",