From a905982f04527ac15e8a6159e48194c7e86a1c06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 11:39:07 -0700 Subject: [PATCH] Bump googleapis from 107.0.0 to 108.0.0 (#720) * Bump googleapis from 107.0.0 to 108.0.0 Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 107.0.0 to 108.0.0. - [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases) - [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v107.0.0...googleapis-v108.0.0) --- updated-dependencies: - dependency-name: googleapis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Reformat package-lock.json [dependabot skip] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- package-lock.json | 14 +++++++------- sources/googlecalendar-source/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c166e7b..dfca001 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "fast-redact": "^3.0.2", "fs-extra": "^10.0.0", "git-url-parse": "^13.0.0", - "googleapis": "^107.0.0", + "googleapis": "^108.0.0", "graphql": "^16.3.0", "graphql-request": "^5.0.0", "jenkins": "^0.28.1", @@ -8873,9 +8873,9 @@ } }, "node_modules/googleapis": { - "version": "107.0.0", - "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-107.0.0.tgz", - "integrity": "sha512-emMvsOEPvE9/DxrOVCMblQzKAhaar37c5JPAqYXoo+hxPpzFefkpN5ayIJFgatDpUWCSMvWtP3CcEWfFhFA7QA==", + "version": "108.0.0", + "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-108.0.0.tgz", + "integrity": "sha512-wQuBzCObtjpfg3CksOfUlX3yT8clw/vJFdGSfs9cpn84WSxNK3U5sxYxEH3mPM+d+SrA8znKM9G8sOuwQceGIA==", "dependencies": { "google-auth-library": "^8.0.2", "googleapis-common": "^6.0.0" @@ -23351,9 +23351,9 @@ } }, "googleapis": { - "version": "107.0.0", - "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-107.0.0.tgz", - "integrity": "sha512-emMvsOEPvE9/DxrOVCMblQzKAhaar37c5JPAqYXoo+hxPpzFefkpN5ayIJFgatDpUWCSMvWtP3CcEWfFhFA7QA==", + "version": "108.0.0", + "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-108.0.0.tgz", + "integrity": "sha512-wQuBzCObtjpfg3CksOfUlX3yT8clw/vJFdGSfs9cpn84WSxNK3U5sxYxEH3mPM+d+SrA8znKM9G8sOuwQceGIA==", "requires": { "google-auth-library": "^8.0.2", "googleapis-common": "^6.0.0" diff --git a/sources/googlecalendar-source/package.json b/sources/googlecalendar-source/package.json index 3cef47e..7577142 100644 --- a/sources/googlecalendar-source/package.json +++ b/sources/googlecalendar-source/package.json @@ -35,7 +35,7 @@ "dependencies": { "commander": "^9.3.0", "faros-airbyte-cdk": "0.0.1", - "googleapis": "^107.0.0", + "googleapis": "^108.0.0", "verror": "^1.10.1" }, "jest": {