From f6faf93a3d17dcc0af17bdda8cc06e337a1dbed1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Aug 2024 01:41:10 +0000 Subject: [PATCH] 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-7361793 --- 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..df9c530 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.7.4" }, "author": "Google Inc.", "license": "Apache-2.0"