From 76aa423a2bc6b3277db656f4f644b2053833e2e7 Mon Sep 17 00:00:00 2001 From: Thomas Bouldin Date: Fri, 24 Jul 2026 13:09:31 -0700 Subject: [PATCH] chore(deps): upgrade integration test dependencies to reduce deprecations --- integration_test/package.json.template | 2 +- integration_test/run_tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration_test/package.json.template b/integration_test/package.json.template index 9dbfd0618..412ff5f53 100644 --- a/integration_test/package.json.template +++ b/integration_test/package.json.template @@ -5,7 +5,7 @@ "build": "./node_modules/.bin/tsc" }, "dependencies": { - "@google-cloud/pubsub": "^2.10.0", + "@google-cloud/pubsub": "^4.8.0", "firebase-admin": "__FIREBASE_ADMIN__", "firebase-functions": "__SDK_TARBALL__" }, diff --git a/integration_test/run_tests.sh b/integration_test/run_tests.sh index 63fcee1c4..753f8d457 100755 --- a/integration_test/run_tests.sh +++ b/integration_test/run_tests.sh @@ -93,7 +93,7 @@ build_sdk delete_all_functions for version in 22 24; do - create_package_json $TIMESTAMP $version "^10.0.0" + create_package_json $TIMESTAMP $version "^12.0.0" install_deps announce "Re-deploying the same functions to Node $version runtime ..." deploy