diff --git a/sam/python/test-resource/hello-world/package.json b/sam/python/test-resource/hello-world/package.json index 0164adcf..b7a72d81 100644 --- a/sam/python/test-resource/hello-world/package.json +++ b/sam/python/test-resource/hello-world/package.json @@ -13,7 +13,7 @@ "test": "mocha tests/unit/" }, "devDependencies": { - "chai": "^4.3.6", + "chai": "^6.0.0", "mocha": "^10.2.0" } }