From c44fe2a4210f029393a013f374177d2a30b71b7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 07:51:22 +0000 Subject: [PATCH] chore(deps-dev): bump mocha from 11.0.1 to 11.1.0 Bumps [mocha](https://github.com/mochajs/mocha) from 11.0.1 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/v11.0.1...v11.1.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6f3e53..cc4f2f7 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "eslint": "9.19.0", "eslint-plugin-chai-friendly": "1.0.1", "eslint-plugin-promise": "7.2.1", - "mocha": "11.0.1", + "mocha": "11.1.0", "npm-run-all": "4.1.5", "ts-node": "10.9.2", "typescript": "5.7.3",