From aac07070ff8599b05704a860c4b22675269105df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 16:14:46 +0000 Subject: [PATCH] Bump mocha from 4.1.0 to 10.2.0 Bumps [mocha](https://github.com/mochajs/mocha) from 4.1.0 to 10.2.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/v4.1.0...v10.2.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 57cc9bd..b7ce75a --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "gulp": "^4.0.0", - "mocha": "^4.1.0", + "mocha": "^10.2.0", "chai": "^4.1.2", "eslint": "^5.9.0", "@iobroker/testing": "^1.0.4"