From b0a5ef33e0a9efd1c8d176b1bb2b86be7be86a3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Jun 2022 21:16:29 +0000 Subject: [PATCH] fix: docs/recipes/gulp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- docs/recipes/gulp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipes/gulp/package.json b/docs/recipes/gulp/package.json index 9b2b3becb2e8..402053b3599f 100644 --- a/docs/recipes/gulp/package.json +++ b/docs/recipes/gulp/package.json @@ -7,6 +7,6 @@ "devDependencies": { "gulp": "^3.9.1", "gulp-connect": "^5.0.0", - "lighthouse": "^8.6.0" + "lighthouse": "^9.3.0" } }