From 535a4b0a05b81aee24123771aedd42cb7dd7cfd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 04:02:59 +0000 Subject: [PATCH] Bump google-gax from 5.0.1 to 5.0.4 Bumps [google-gax](https://github.com/googleapis/gax-nodejs/tree/HEAD/gax) from 5.0.1 to 5.0.4. - [Release notes](https://github.com/googleapis/gax-nodejs/releases) - [Changelog](https://github.com/googleapis/gax-nodejs/blob/main/gax/CHANGELOG.md) - [Commits](https://github.com/googleapis/gax-nodejs/commits/google-gax-v5.0.4/gax) --- updated-dependencies: - dependency-name: google-gax dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 31 +++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 26 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index cdad6985..59d1f39e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "dot-object": "^2.1.5", "express": "^5.1.0", "firebase-admin": "^13.4.0", - "google-gax": "^5.0.1", + "google-gax": "^5.0.4", "lodash": "^4.17.21", "md5": "^2.3.0", "mustache": "^4.2.0" @@ -580,6 +580,7 @@ "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", "license": "MIT", + "optional": true, "dependencies": { "event-target-shim": "^5.0.0" }, @@ -1097,6 +1098,7 @@ "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", "license": "MIT", + "optional": true, "engines": { "node": ">=6" } @@ -1497,14 +1499,13 @@ } }, "node_modules/google-gax": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/google-gax/-/google-gax-5.0.1.tgz", - "integrity": "sha512-I8fTFXvIG8tYpiDxDXwCXoFsTVsvHJ2GA7DToH+eaRccU8r3nqPMFghVb2GdHSVcu4pq9ScRyB2S1BjO+vsa1Q==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/google-gax/-/google-gax-5.0.4.tgz", + "integrity": "sha512-HmQ6zIYBs2EikTk+kjeHmtHprNTEpsnVaKONw9cwZZwUNCkUb+D5RYrJpCxyjdvIDvJp3wLbVReolJLRZRms1g==", "license": "Apache-2.0", "dependencies": { "@grpc/grpc-js": "^1.12.6", - "@grpc/proto-loader": "^0.7.13", - "abort-controller": "^3.0.0", + "@grpc/proto-loader": "^0.8.0", "duplexify": "^4.1.3", "google-auth-library": "^10.1.0", "google-logging-utils": "^1.1.1", @@ -1518,6 +1519,24 @@ "node": ">=18" } }, + "node_modules/google-gax/node_modules/@grpc/proto-loader": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.8.0.tgz", + "integrity": "sha512-rc1hOQtjIWGxcxpb9aHAfLpIctjEnsDehj0DAiVfBlmT84uvR0uUtN2hEi/ecvWVjXUGf5qPF4qEgiLOx1YIMQ==", + "license": "Apache-2.0", + "dependencies": { + "lodash.camelcase": "^4.3.0", + "long": "^5.0.0", + "protobufjs": "^7.5.3", + "yargs": "^17.7.2" + }, + "bin": { + "proto-loader-gen-types": "build/bin/proto-loader-gen-types.js" + }, + "engines": { + "node": ">=6" + } + }, "node_modules/google-gax/node_modules/agent-base": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", diff --git a/package.json b/package.json index 9d5d58f2..8e7688c5 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dot-object": "^2.1.5", "express": "^5.1.0", "firebase-admin": "^13.4.0", - "google-gax": "^5.0.1", + "google-gax": "^5.0.4", "lodash": "^4.17.21", "md5": "^2.3.0", "mustache": "^4.2.0"