From 61cc89c4a13503aa542710920139f1d3b1510a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 18:04:22 +0000 Subject: [PATCH] chore(deps): bump googleapis in /firebase/functions Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 176.0.0 to 178.0.0. - [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases) - [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v176.0.0...googleapis-v178.0.0) --- updated-dependencies: - dependency-name: googleapis dependency-version: 178.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- firebase/functions/package.json | 2 +- firebase/functions/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/firebase/functions/package.json b/firebase/functions/package.json index 03bc548..5ebb312 100644 --- a/firebase/functions/package.json +++ b/firebase/functions/package.json @@ -17,7 +17,7 @@ "dependencies": { "firebase-admin": "^13.10.0", "firebase-functions": "^7.3.2", - "googleapis": "^176.0.0" + "googleapis": "^178.0.0" }, "devDependencies": { "@eslint/js": "^10.0.0", diff --git a/firebase/functions/yarn.lock b/firebase/functions/yarn.lock index 7f6add0..0d61c69 100644 --- a/firebase/functions/yarn.lock +++ b/firebase/functions/yarn.lock @@ -1973,10 +1973,10 @@ googleapis-common@^8.0.0: qs "^6.7.0" url-template "^2.0.8" -googleapis@^176.0.0: - version "176.0.0" - resolved "https://registry.yarnpkg.com/googleapis/-/googleapis-176.0.0.tgz#033220316f8ca7db9e48627b16b8e5b3020cc87f" - integrity sha512-v24+WfeIw3R9iF8LT7eixlawezy5SGGNB/WjFV8qeiBS9G6KCsqaFngsnTXvBrVH4womehN2Co8UYJxZ0KpbvQ== +googleapis@^178.0.0: + version "178.0.0" + resolved "https://registry.yarnpkg.com/googleapis/-/googleapis-178.0.0.tgz#d7f68b7e5f7c656297fe0015779f860d8ad2a75a" + integrity sha512-IxI9G8s2p83jvbrAKYY5gzY+j/m+bgJap8kAYsCRW/xkTYTTOAzVEYtGsHJum8EGOcraA25iZ+JKwhdXrZioJQ== dependencies: google-auth-library "10.5.0" googleapis-common "^8.0.0"