From 7b2d5ee36179e4285b8a8323164b4d4a56e3b10e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 22:03:53 +0000 Subject: [PATCH] build(deps): bump googleapis in /complete-application Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 154.1.0 to 155.0.1. - [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases) - [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/.release-please-manifest.json) - [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v154.1.0...googleapis-v155.0.1) --- updated-dependencies: - dependency-name: googleapis dependency-version: 155.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- complete-application/package-lock.json | 10 +++++----- complete-application/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/complete-application/package-lock.json b/complete-application/package-lock.json index a77929f..340d87c 100644 --- a/complete-application/package-lock.json +++ b/complete-application/package-lock.json @@ -23,7 +23,7 @@ "fastify-cli": "^7.4.0", "fastify-plugin": "^5.0.0", "google-auth-library": "10.2.0", - "googleapis": "154.1.0", + "googleapis": "155.0.1", "jose": "6.0.12", "passport-oauth2": "1.8.0", "qs": "6.14.0", @@ -1913,12 +1913,12 @@ } }, "node_modules/googleapis": { - "version": "154.1.0", - "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-154.1.0.tgz", - "integrity": "sha512-lsgKftflkjR+PNdKDjy5e4zZUQO3BMaNLO0Q91uvr9YCy3aOqtEwkDtfhcBguFtFLsqj+XjdfDu2on6rtHNvYg==", + "version": "155.0.1", + "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-155.0.1.tgz", + "integrity": "sha512-8FRHMufEkXqoLeqxF6CTezxIupvHuAGWHfBz3KzRgBrha6R8nf1ed1TPmk3/N8GYkCxueRmUziLPiqpshBlSxQ==", "license": "Apache-2.0", "dependencies": { - "google-auth-library": "^10.1.0", + "google-auth-library": "^10.2.0", "googleapis-common": "^8.0.0" }, "engines": { diff --git a/complete-application/package.json b/complete-application/package.json index e69c9fd..fd5aad6 100644 --- a/complete-application/package.json +++ b/complete-application/package.json @@ -28,7 +28,7 @@ "fastify-cli": "^7.4.0", "fastify-plugin": "^5.0.0", "google-auth-library": "10.2.0", - "googleapis": "154.1.0", + "googleapis": "155.0.1", "jose": "6.0.12", "passport-oauth2": "1.8.0", "qs": "6.14.0",