From a9870e52df62dc9b383c1fbe246199d371d1f696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 08:35:09 +0000 Subject: [PATCH] Bump mocha from 5.2.0 to 10.4.0 Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 10.4.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/v5.2.0...v10.4.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b7c987..b331e8d 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "files": [], "license": "MIT", "devDependencies": { - "mocha": "^5.2.0", + "mocha": "^10.4.0", "should": "^13.2.3" }, "dependencies": {