From f8cdf2a3c09103713cbcab1e32457275e8547a14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:10:52 +0000 Subject: [PATCH] build(deps): bump googleapis from 140.0.1 to 144.0.0 Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 140.0.1 to 144.0.0. - [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases) - [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/release-please-config.json) - [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v140.0.1...googleapis-v144.0.0) --- updated-dependencies: - dependency-name: googleapis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0708d0d..244b0b3 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "Ferry Suhandri", "license": "MIT", "dependencies": { - "googleapis": "^140.0.1" + "googleapis": "^144.0.0" }, "keywords": [ "gatsby", diff --git a/yarn.lock b/yarn.lock index d7e03c0..f1815fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -108,10 +108,10 @@ googleapis-common@^7.0.0: url-template "^2.0.8" uuid "^9.0.0" -googleapis@^140.0.1: - version "140.0.1" - resolved "https://registry.yarnpkg.com/googleapis/-/googleapis-140.0.1.tgz#fe347353761f21a2959777186026475fad08ee0f" - integrity sha512-ZGvBX4mQcFXO9ACnVNg6Aqy3KtBPB5zTuue43YVLxwn8HSv8jB7w+uDKoIPSoWuxGROgnj2kbng6acXncOQRNA== +googleapis@^144.0.0: + version "144.0.0" + resolved "https://registry.yarnpkg.com/googleapis/-/googleapis-144.0.0.tgz#969aff29be76e308ea75ee52f10991af4c8ddc63" + integrity sha512-ELcWOXtJxjPX4vsKMh+7V+jZvgPwYMlEhQFiu2sa9Qmt5veX8nwXPksOWGGN6Zk4xCiLygUyaz7xGtcMO+Onxw== dependencies: google-auth-library "^9.0.0" googleapis-common "^7.0.0"