From 04cb94dbf11ed176d802cd8a640b336370098453 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Feb 2026 06:54:37 +0000 Subject: [PATCH] fix: types/google-cloud__tasks/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- types/google-cloud__tasks/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/google-cloud__tasks/package.json b/types/google-cloud__tasks/package.json index 17750985300585..204acada56afe5 100644 --- a/types/google-cloud__tasks/package.json +++ b/types/google-cloud__tasks/package.json @@ -1,6 +1,6 @@ { "private": true, "dependencies": { - "google-gax": "^0.22.1" + "google-gax": "^1.0.0" } }