From 7dcee04e2a968a4124818a2a814da328363cf1e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 17:52:55 +0000 Subject: [PATCH] chore(deps-dev): bump mocha from 11.0.2 to 11.1.0 Bumps [mocha](https://github.com/mochajs/mocha) from 11.0.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/v11.0.2...v11.1.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 84ae6e2..b98329f 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "eslint": "^8.26.0", "eslint-config-hexo": "^5.0.0", "lodash": "^4.17.21", - "mocha": "11.0.2", + "mocha": "11.1.0", "sinon": "^19.0.2", "ts-node": "^10.9.1", "typedoc": "^0.27.2",