From 5d2f186aff3b18e7898bf4cd8d51b0d53a8a987b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 14:54:14 +0000 Subject: [PATCH] chore(deps): update dependency mocha to v11 --- sam/python/test-resource/hello-world/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sam/python/test-resource/hello-world/package.json b/sam/python/test-resource/hello-world/package.json index 0164adcf..e08a235b 100644 --- a/sam/python/test-resource/hello-world/package.json +++ b/sam/python/test-resource/hello-world/package.json @@ -14,6 +14,6 @@ }, "devDependencies": { "chai": "^4.3.6", - "mocha": "^10.2.0" + "mocha": "^11.0.0" } }