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" } }