From e797dd43b1d7cf10c79032dc579741a9731638fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 15:02:23 -0700 Subject: [PATCH] Bump mocha from 10.6.0 to 10.7.0 in /packages/dids (#775) Bumps [mocha](https://github.com/mochajs/mocha) from 10.6.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.6.0...v10.7.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/dids/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dids/package.json b/packages/dids/package.json index d5e0aa2d7..8bcf29b58 100644 --- a/packages/dids/package.json +++ b/packages/dids/package.json @@ -106,7 +106,7 @@ "esbuild": "0.23.0", "eslint": "9.5.0", "eslint-plugin-mocha": "10.4.3", - "mocha": "10.6.0", + "mocha": "10.7.0", "mocha-junit-reporter": "2.2.1", "playwright": "1.45.0", "rimraf": "5.0.7",