From cb8162090bc3bea6023d7efd950ab7a0befdc9dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 09:32:55 -0700 Subject: [PATCH] Bump mocha and @types/mocha in /packages/common (#534) Bumps [mocha](https://github.com/mochajs/mocha) and [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha). These dependencies needed to be updated together. Updates `mocha` from 10.2.0 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/v10.2.0...v10.4.0) Updates `@types/mocha` from 10.0.1 to 10.0.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: "@types/mocha" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/common/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/common/package.json b/packages/common/package.json index 8ca24f66a..78f720e3b 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -79,7 +79,7 @@ "@types/chai": "4.3.6", "@types/chai-as-promised": "7.1.8", "@types/eslint": "8.44.2", - "@types/mocha": "10.0.1", + "@types/mocha": "10.0.6", "@types/node": "20.11.19", "@types/readable-stream": "4.0.9", "@typescript-eslint/eslint-plugin": "6.4.0", @@ -93,7 +93,7 @@ "esbuild": "0.19.8", "eslint": "8.47.0", "eslint-plugin-mocha": "10.4.3", - "mocha": "10.2.0", + "mocha": "10.4.0", "mocha-junit-reporter": "2.2.1", "playwright": "1.40.1", "rimraf": "4.4.0",