From 55ad7af806d01a3a5acc217e290f9c1d383bdbb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:41:22 -0500 Subject: [PATCH] chore(deps): update dependency mocha to v11 (#12954) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 66ebb76e2e..dcd5d57b9e 100644 --- a/install/package.json +++ b/install/package.json @@ -168,7 +168,7 @@ "husky": "8.0.3", "jsdom": "25.0.1", "lint-staged": "15.2.10", - "mocha": "10.8.2", + "mocha": "11.0.1", "mocha-lcov-reporter": "1.3.0", "mockdate": "3.0.5", "nyc": "17.1.0",