From a961fb3111f0a740996a0312945ad29aa3305039 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Feb 2026 06:43:30 +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-AXIOS-15252993 --- 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..c0bcc4079a8e86 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": "^0.24.0" } }