From af6d11d0663eb4b4a9f9e4177652a6162d46033e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 19:26:26 +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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- 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 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" } }