From 3253d17145ae8ec89d521a388b50c5cc4f687c74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 18:59:19 -0700 Subject: [PATCH] Bump eslint-plugin-mocha from 10.1.0 to 10.4.3 in /packages/credentials (#544) Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 10.1.0 to 10.4.3. - [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases) - [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/main/CHANGELOG.md) - [Commits](https://github.com/lo1tuma/eslint-plugin-mocha/compare/10.1.0...10.4.3) --- updated-dependencies: - dependency-name: eslint-plugin-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/credentials/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/credentials/package.json b/packages/credentials/package.json index 93bc47f15..3823b4f59 100644 --- a/packages/credentials/package.json +++ b/packages/credentials/package.json @@ -97,7 +97,7 @@ "chai": "4.3.10", "esbuild": "0.19.8", "eslint": "8.47.0", - "eslint-plugin-mocha": "10.1.0", + "eslint-plugin-mocha": "10.4.3", "mocha": "10.4.0", "mocha-junit-reporter": "2.2.1", "playwright": "1.40.1",