From 26c85f116d2f0167719fd1e9124bfe8a4d278aa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 15:51:47 +0000 Subject: [PATCH] Bump mocha from 10.7.3 to 10.8.2 Bumps [mocha](https://github.com/mochajs/mocha) from 10.7.3 to 10.8.2. - [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.7.3...v10.8.2) --- 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 97c560b..53505f9 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-config-standard": "17.1.0", "eslint-plugin-mocha": "10.5.0", "eslint-plugin-node": "11.1.0", - "mocha": "10.7.3", + "mocha": "10.8.2", "nanobench": "3.0.0", "offline-github-changelog": "3.1.0", "prettier": "3.3.3",