From 365ddc6d2dc6341692c30f93786ee12045fe16e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 04:28:42 +0000 Subject: [PATCH] build(deps-dev): update mocha requirement from ^10.2.0 to ^10.7.3 Updates the requirements on [mocha](https://github.com/mochajs/mocha) to permit the latest version. - [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.2.0...v10.7.3) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b20c949..bd094fe 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "eslint-plugin-n": "^15.6.1", "eslint-plugin-promise": "^6.1.1", "jsdoc": "^4.0.0", - "mocha": "^10.2.0", + "mocha": "^10.7.3", "np": "*", "nyc": "^15.1.0", "should": "^13.2.3",