From 59fb2312039c4be042195905e2d19536b1fc8bce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 18:16:05 +0000 Subject: [PATCH] build(deps-dev): bump mocha from 10.4.0 to 10.5.1 Bumps [mocha](https://github.com/mochajs/mocha) from 10.4.0 to 10.5.1. - [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.4.0...v10.5.1) --- 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 d76edb4..d53523d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "chai": "4.3.7", - "mocha": "10.4.0", + "mocha": "10.5.1", "eslint": "8.57.0", "nyc": "15.1.0", "sinon": "18.0.0"