From aa5201b64749b39605be07169bf93f2c42805b95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 09:05:39 +0000 Subject: [PATCH] Bump mocha from 7.2.0 to 10.0.0 Bumps [mocha](https://github.com/mochajs/mocha) from 7.2.0 to 10.0.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/v7.2.0...v10.0.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 4405a75..f5d613e 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint-plugin-node": "^9.0.1", "eslint-plugin-promise": "^4.1.1", "eslint-plugin-standard": "^5.0.0", - "mocha": "^7.1.0", + "mocha": "^10.0.0", "nyc": "^15.0.0", "ts-node": "^10.7.0", "typescript": "^3.6.3"