From 730b24372f9295bc2c0c6190d7abd64df22e5ab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 21:33:28 +0000 Subject: [PATCH] Upgrade: Bump mocha from 9.2.2 to 10.4.0 Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.2 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/v9.2.2...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(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index e4479e9..a9a7098 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ }, "devDependencies": { "chai": "^4.3.6", - "mocha": "^9.2.2" + "mocha": "^10.4.0" } }