From 2d993dc5a438e42ac986be585e69118606b44566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 20:46:13 +0000 Subject: [PATCH] Bump mocha from 10.8.2 to 11.1.0 in /javascript/packages/utils Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.2 to 11.1.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/v10.8.2...v11.1.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- javascript/packages/utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/packages/utils/package.json b/javascript/packages/utils/package.json index 1b45d5000..2f17f202a 100644 --- a/javascript/packages/utils/package.json +++ b/javascript/packages/utils/package.json @@ -32,7 +32,7 @@ "dependencies": { "cli-table3": "^0.6.3", "debug": "^4.3.4", - "mocha": "^10.4.0", + "mocha": "^11.1.0", "nunjucks": "^3.2.4", "toml": "github:pepoviola/toml-node", "ts-node": "^10.9.2"