diff --git a/docs/recipes/integration-test/package.json b/docs/recipes/integration-test/package.json index 59218e3f7d0b..a7be3edec430 100644 --- a/docs/recipes/integration-test/package.json +++ b/docs/recipes/integration-test/package.json @@ -4,7 +4,7 @@ "test": "jest example-lh-auth.test.js" }, "dependencies": { - "jest": "^24.9.0", + "jest": "^27.0.0", "lighthouse": "file:../../../dist/lighthouse.tgz" } }