chore(deps): bump googleapis from 61.0.0 to 62.0.0

Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 61.0.0 to 62.0.0.
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases)
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/v61.0.0...v62.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-29 15:15:28 +00:00 committed by GitHub
parent 81877beca3
commit cfdd52e110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 11 deletions

View File

@ -80,7 +80,7 @@
"etag": "1.8.1",
"fanfou-sdk": "4.2.0",
"git-rev-sync": "3.0.1",
"googleapis": "61.0.0",
"googleapis": "62.0.0",
"got": "11.8.0",
"he": "1.2.0",
"hooman": "1.2.6",

View File

@ -5638,6 +5638,17 @@ gaxios@^3.0.0:
is-stream "^2.0.0"
node-fetch "^2.3.0"
gaxios@^4.0.0:
version "4.0.1"
resolved "https://registry.yarnpkg.com/gaxios/-/gaxios-4.0.1.tgz#bc7b205a89d883452822cc75e138620c35e3291e"
integrity sha512-jOin8xRZ/UytQeBpSXFqIzqU7Fi5TqgPNLlUsSB8kjJ76+FiGBfImF8KJu++c6J4jOldfJUtt0YmkRj2ZpSHTQ==
dependencies:
abort-controller "^3.0.0"
extend "^3.0.2"
https-proxy-agent "^5.0.0"
is-stream "^2.0.0"
node-fetch "^2.3.0"
gcp-metadata@^4.0.0:
version "4.0.1"
resolved "https://registry.yarnpkg.com/gcp-metadata/-/gcp-metadata-4.0.1.tgz#e97800c4f375e6218707cc4d90dc151ed5c2f960"
@ -5853,25 +5864,25 @@ google-p12-pem@^3.0.0:
dependencies:
node-forge "^0.9.0"
googleapis-common@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/googleapis-common/-/googleapis-common-4.4.0.tgz#b806e41c4e883f22b68769aafb3ed11802919091"
integrity sha512-Bgrs8/1OZQFFIfVuX38L9t48rPAkVUXttZy6NzhhXxFOEMSHgfFIjxou7RIXOkBHxmx2pVwct9WjKkbnqMYImQ==
googleapis-common@^4.4.1:
version "4.4.2"
resolved "https://registry.yarnpkg.com/googleapis-common/-/googleapis-common-4.4.2.tgz#8d25b5313c2cd68ea4595f38338f0d8c0d385371"
integrity sha512-booWj8k9BwN2j+nbCaThbXscbbsO+FkV4h3xHW+RRC6+RwtqS2I3gqXbP8bqE1BgQBcN+49xFODCfAxy9PGfOQ==
dependencies:
extend "^3.0.2"
gaxios "^3.0.0"
gaxios "^4.0.0"
google-auth-library "^6.0.0"
qs "^6.7.0"
url-template "^2.0.8"
uuid "^8.0.0"
googleapis@61.0.0:
version "61.0.0"
resolved "https://registry.yarnpkg.com/googleapis/-/googleapis-61.0.0.tgz#90f2ff37fda7f4f524c478188ebc67e7fb1a37b9"
integrity sha512-aXaNgWKaALiYrfwrJ0ZYhRo2abyIBcqUjyNMgkbghKJMiCeOwcktlaGseH6JbPlCxXYCE8ZDfvAQqVNsf+6/RA==
googleapis@62.0.0:
version "62.0.0"
resolved "https://registry.yarnpkg.com/googleapis/-/googleapis-62.0.0.tgz#211910a906cbb9497c2141a16d6623d2e9764e30"
integrity sha512-IKWMdnrEzaVcambJ90QjH4Rl6e6L+bljB4SRniPgnhTQ8BG/p/M6fuNhzbBssu61GYu5q8EcxKndmRZQIIo2iQ==
dependencies:
google-auth-library "^6.0.0"
googleapis-common "^4.4.0"
googleapis-common "^4.4.1"
got@11.8.0:
version "11.8.0"