From 7492c1bdd74470efcdf9b17e9fcc7668988bb4d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 09:05:57 +0000 Subject: [PATCH] Bump mocha from 9.2.2 to 11.3.0 Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.2 to 11.3.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/v9.2.2...v11.3.0) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.3.0 dependency-type: direct:development 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 a57de03c..c905598b 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "jsdoc-nr-template": "github:node-red/jsdoc-nr-template", "marked": "4.0.18", "minami": "1.2.3", - "mocha": "9.2.2", + "mocha": "11.3.0", "node-red-node-test-helper": "^0.3.0", "nodemon": "2.0.19", "proxy": "^1.0.2",