From f80bcb60f27eff935bbbd5bf585203646b660101 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 18:40:46 +0000 Subject: [PATCH] build(deps-dev): bump mocha from 10.2.0 to 10.3.0 Bumps [mocha](https://github.com/mochajs/mocha) from 10.2.0 to 10.3.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v10.2.0...v10.3.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 41cf381..35cbc32 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "devDependencies": { "chai": "4.3.7", "eslint": "8.56.0", - "mocha": "10.2.0", + "mocha": "10.3.0", "nyc": "15.1.0", "sinon": "15.2.0" },