From 190edf7ff9279139ab560017d6743787bb5f4ba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 08:42:07 +0000 Subject: [PATCH] build(deps-dev): Bump mocha in /packages/mrml-wasm/examples/node 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/mrml-wasm/examples/node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mrml-wasm/examples/node/package.json b/packages/mrml-wasm/examples/node/package.json index adca1774..74a54909 100644 --- a/packages/mrml-wasm/examples/node/package.json +++ b/packages/mrml-wasm/examples/node/package.json @@ -7,6 +7,6 @@ "mrml-wasm": "file:../../pkg" }, "devDependencies": { - "mocha": "^10.2.0" + "mocha": "^11.1.0" } } \ No newline at end of file