diff --git a/docs/recipes/integration-test/package.json b/docs/recipes/integration-test/package.json index 720f9cefd999..422bfa01bd81 100644 --- a/docs/recipes/integration-test/package.json +++ b/docs/recipes/integration-test/package.json @@ -3,7 +3,7 @@ "test": "jest example-lh-auth.test.js" }, "dependencies": { - "jest": "^24.9.0", + "jest": "^25.0.0", "lighthouse": "file:../../../dist/lighthouse.tgz" } }