From 19e9ed71c56d0fb1af024a90f79b5b782fa465af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Oct 2021 13:10:42 +0000 Subject: [PATCH] Update mocha requirement from ^9.0.2 to ^9.1.3 in /version_js 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/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v9.0.2...v9.1.3) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development ... 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..19fd600 100644 --- a/version_js/package.json +++ b/version_js/package.json @@ -48,7 +48,7 @@ "@types/mocha": "^8.2.2", "electron": "^12.0.13", "electron-builder": "^22.11.7", - "mocha": "^9.0.2", + "mocha": "^9.1.3", "mocha-ts": "*", "ts-mocha": "^8.0.0" },