From 3fe2bb7129a409e35ea3d35bb25bdda75f6bb778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 13:12:36 +0000 Subject: [PATCH] Bump ts-mocha from 8.0.0 to 10.0.0 in /version_js Bumps [ts-mocha](https://github.com/piotrwitek/ts-mocha) from 8.0.0 to 10.0.0. - [Release notes](https://github.com/piotrwitek/ts-mocha/releases) - [Changelog](https://github.com/piotrwitek/ts-mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/piotrwitek/ts-mocha/commits) --- updated-dependencies: - dependency-name: ts-mocha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- version_js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_js/package.json b/version_js/package.json index e8040a9..73c5748 100644 --- a/version_js/package.json +++ b/version_js/package.json @@ -50,7 +50,7 @@ "electron-builder": "^22.11.7", "mocha": "^9.0.2", "mocha-ts": "*", - "ts-mocha": "^8.0.0" + "ts-mocha": "^10.0.0" }, "dependencies": { "package.json": "^2.0.1",