From 07103cf0aabb9d97f37153b020f5e6df41ebd264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:08:07 -0800 Subject: [PATCH] chore(deps-dev): bump mocha from 10.8.2 to 11.0.1 in /packages/cli-test in the dev-mocha group (#2112) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/cli-test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli-test/package.json b/packages/cli-test/package.json index c2e95dac7..c26ba3c96 100644 --- a/packages/cli-test/package.json +++ b/packages/cli-test/package.json @@ -40,7 +40,7 @@ "c8": "^10.1.2", "chai": "^4.4.1", "cross-env": "^7.0.3", - "mocha": "^10.4.0", + "mocha": "^11.0.1", "shx": "^0.3.4", "sinon": "^19.0.2", "ts-node": "^10.9.2",