From ebceca7351dbd9d6a94b455ed7d76a0628b734de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 06:35:45 +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 aed8e948a8b9..bcee016afdce 100644 --- a/docs/recipes/custom-gatherer-puppeteer/package.json +++ b/docs/recipes/custom-gatherer-puppeteer/package.json @@ -9,6 +9,6 @@ "lighthouse": "file:../../../dist/lighthouse.tgz" }, "dependencies": { - "puppeteer-core": "^2.0.0" + "puppeteer-core": "^3.0.0" } }