From 756921f2a56b8eae88f314e8bcac07f6ad625832 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Mar 2025 04:48:00 +0000 Subject: [PATCH 1/2] fix: packages/synthetics-sdk-api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519 --- packages/synthetics-sdk-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/synthetics-sdk-api/package.json b/packages/synthetics-sdk-api/package.json index 6bfcda4..4839ed4 100644 --- a/packages/synthetics-sdk-api/package.json +++ b/packages/synthetics-sdk-api/package.json @@ -44,7 +44,7 @@ "google-auth-library": "9.0.0", "ts-proto": "1.148.1", "winston": "3.10.0", - "axios": "1.6.7" + "axios": "1.8.2" }, "author": "Google Inc.", "license": "Apache-2.0" From b6ae4cc16f4d5446eee3d6a68c94c1ae834bc4d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Mar 2025 04:54:32 +0000 Subject: [PATCH 2/2] 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-TARFS-9535930 --- 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..4389514 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": "24.2.0" } }