From 4101197fdf697e908c1f897bfec923e4849fcf79 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 19:16:43 +0000 Subject: [PATCH] fix: docs/recipes/custom-gatherer-puppeteer/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- docs/recipes/custom-gatherer-puppeteer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipes/custom-gatherer-puppeteer/package.json b/docs/recipes/custom-gatherer-puppeteer/package.json index 3975aaa3ee55..ab4ba4571889 100644 --- a/docs/recipes/custom-gatherer-puppeteer/package.json +++ b/docs/recipes/custom-gatherer-puppeteer/package.json @@ -8,6 +8,6 @@ "lighthouse": "file:../../../dist/lighthouse.tgz" }, "dependencies": { - "puppeteer-core": "^2.0.0" + "puppeteer-core": "^3.0.0" } }