From b56ec4c3dab8bd33a77fd11819e3072880d27e50 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Jun 2024 03:09:21 +0000 Subject: [PATCH] fix: packages/synthetics-sdk-broken-links/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- packages/synthetics-sdk-broken-links/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/synthetics-sdk-broken-links/package.json b/packages/synthetics-sdk-broken-links/package.json index c8bd730..433836f 100644 --- a/packages/synthetics-sdk-broken-links/package.json +++ b/packages/synthetics-sdk-broken-links/package.json @@ -45,6 +45,6 @@ "dependencies": { "@google-cloud/storage": "^7.7.0", "@google-cloud/synthetics-sdk-api": "^0.6.0", - "puppeteer": "21.3.6" + "puppeteer": "22.11.2" } }