From 2ebc8758d805c59b62ee68d9df9d0901693b594c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 29 Nov 2020 01:17:55 +0000 Subject: [PATCH] fix: docs/recipes/integration-test/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- docs/recipes/integration-test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipes/integration-test/package.json b/docs/recipes/integration-test/package.json index 720f9cefd999..5c1a19d55c94 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": "^26.0.0", "lighthouse": "file:../../../dist/lighthouse.tgz" } }