From d0144087cb38a585cfa51a824cbe79527489f28a Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 21:25:43 +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-DATALOADER-8248488 --- 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..02aa382 100644 --- a/packages/synthetics-sdk-api/package.json +++ b/packages/synthetics-sdk-api/package.json @@ -42,7 +42,7 @@ "@opentelemetry/sdk-trace-node": "1.17.0", "error-stack-parser": "2.1.4", "google-auth-library": "9.0.0", - "ts-proto": "1.148.1", + "ts-proto": "1.153.2", "winston": "3.10.0", "axios": "1.6.7" },