From 196e0927f90ea4bcf212e4930f178789e63fecbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:13:15 -0700 Subject: [PATCH] Bump mocha and @types/mocha in /packages/crypto-aws-kms (#784) 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.4.0 to 10.7.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v10.4.0...v10.7.0) Updates `@types/mocha` from 10.0.6 to 10.0.7 - [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/crypto-aws-kms/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/crypto-aws-kms/package.json b/packages/crypto-aws-kms/package.json index 094c281a5..4b666b71a 100644 --- a/packages/crypto-aws-kms/package.json +++ b/packages/crypto-aws-kms/package.json @@ -78,7 +78,7 @@ "@types/chai": "4.3.16", "@types/chai-as-promised": "7.1.8", "@types/eslint": "9.6.0", - "@types/mocha": "10.0.6", + "@types/mocha": "10.0.7", "@types/node": "20.14.8", "@types/sinon": "17.0.3", "@typescript-eslint/eslint-plugin": "7.14.1", @@ -91,7 +91,7 @@ "chai-as-promised": "7.1.2", "eslint": "9.7.0", "eslint-plugin-mocha": "10.4.3", - "mocha": "10.4.0", + "mocha": "10.7.0", "mocha-junit-reporter": "2.2.1", "playwright": "1.44.0", "rimraf": "5.0.7",