Skip to content

Commit

Permalink
Update dependency googleapis to v42 (#1269)
Browse files Browse the repository at this point in the history
Update dependency googleapis to v42
  • Loading branch information
imbstack committed Sep 3, 2019
2 parents 81bad95 + e332b44 commit 77cb6e1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 38 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,7 +45,7 @@
"fast-azure-storage": "^3.0.1",
"fast-json-stable-stringify": "^2.0.0",
"get-caller-file": "^2.0.5",
"googleapis": "^41.0.0",
"googleapis": "^42.0.0",
"graphql": "^14.0.2",
"graphql-depth-limit": "^1.1.0",
"graphql-iso-date": "^3.5.0",
Expand Down
58 changes: 21 additions & 37 deletions yarn.lock
Expand Up @@ -3644,32 +3644,17 @@ globals@^11.1.0, globals@^11.7.0:
resolved "https://registry.yarnpkg.com/globals/-/globals-11.11.0.tgz#dcf93757fa2de5486fbeed7118538adf789e9c2e"
integrity sha512-WHq43gS+6ufNOEqlrDBxVEbb8ntfXrfAUU2ZOpCxrBdGKW3gyv8mCxAfIBD0DroPKGrJ2eSsXsLtY9MPntsyTw==

google-auth-library@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-4.0.0.tgz#2ec24b9ce5758fc86d2cd2093894b1452575ef5a"
integrity sha512-yyxl74G16GjKLevccXK3/DYEXphtI9Q2Qw3Eh7y8scjBKNL0IbAZF1mi999gC0tkfG6J23sCbd9tMEbNYeWfJQ==
dependencies:
arrify "^2.0.0"
base64-js "^1.3.0"
fast-text-encoding "^1.0.0"
gaxios "^2.0.0"
gcp-metadata "^2.0.0"
gtoken "^3.0.0"
jws "^3.1.5"
lru-cache "^5.0.0"
semver "^6.0.0"

google-auth-library@^4.2.5:
version "4.2.5"
resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-4.2.5.tgz#79b8ce6843525cb3a6e61cf97abef333d1386bd5"
integrity sha512-Vfsr82M1KTdT0H0wjawwp0LHsT6mPKSolRp21ZpJ7Ydq63zRe8DbGKjRCCrhsRZHg+p17DuuSCMEznwk3CJRdw==
google-auth-library@^5.1.0, google-auth-library@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-5.2.0.tgz#fff161ec6ad8630c60b37324f78347e11712512b"
integrity sha512-I2726rgOedQ06HgTvoNvBeRCzy5iFe6z3khwj6ugfRd1b0VHwnTYKl/3t2ytOTo7kKc6KivYIBsCIdZf2ep67g==
dependencies:
arrify "^2.0.0"
base64-js "^1.3.0"
fast-text-encoding "^1.0.0"
gaxios "^2.0.0"
gcp-metadata "^2.0.0"
gtoken "^3.0.0"
gtoken "^4.0.0"
jws "^3.1.5"
lru-cache "^5.0.0"

Expand All @@ -3680,25 +3665,25 @@ google-p12-pem@^2.0.0:
dependencies:
node-forge "^0.8.0"

googleapis-common@^2.0.2:
version "2.0.4"
resolved "https://registry.yarnpkg.com/googleapis-common/-/googleapis-common-2.0.4.tgz#bd28eba24578d632b28dfa140838dee4d37ba2f3"
integrity sha512-8RRkxr24v1jIKCC1onFWA8RGnwFV55m3Qpil9DLX1yLc9e5qvOJsRoDOhhD2e7jFRONYEhT/BzT8vJZANqSr9w==
googleapis-common@^3.0.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/googleapis-common/-/googleapis-common-3.1.0.tgz#592dbf4e1fa543090b2671a524dcdb09184ec15c"
integrity sha512-abnogPoWqv0cU6O/EFpkerCVsaUsKEG6XpCm4P1YgK44PxIRcGtalDwijqUErkcivM1Xy5MNyf1PDkKTLEjOZA==
dependencies:
extend "^3.0.2"
gaxios "^2.0.1"
google-auth-library "^4.2.5"
google-auth-library "^5.2.0"
qs "^6.7.0"
url-template "^2.0.8"
uuid "^3.3.2"

googleapis@^41.0.0:
version "41.0.0"
resolved "https://registry.yarnpkg.com/googleapis/-/googleapis-41.0.0.tgz#88460459c9b478a4b3df012c43743e0945fa4e0d"
integrity sha512-SdLIKUTwJAhwdnghlsFRZ7xtBESUs+pAIieRAQXVCXbFPih8dn1hhiZuM7SX5nNP6utb6S8nCwAcDLt5BIB2BA==
googleapis@^42.0.0:
version "42.0.0"
resolved "https://registry.yarnpkg.com/googleapis/-/googleapis-42.0.0.tgz#17de1fc4494a49bc120152e6df87b8eca9a6bf0d"
integrity sha512-nQiKPDmzmMusnU8UOibmlC6hsgkm70SjqmLxSlBBb7i0z7/J6UPilSzo9tAMoHA8u3BUw3OXn13+p9YLmBH6Gg==
dependencies:
google-auth-library "^4.0.0"
googleapis-common "^2.0.2"
google-auth-library "^5.1.0"
googleapis-common "^3.0.0"

got@^5.0.0:
version "5.7.1"
Expand Down Expand Up @@ -3848,16 +3833,15 @@ growl@1.10.5:
resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e"
integrity sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==

gtoken@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/gtoken/-/gtoken-3.0.0.tgz#7d37245b5109442d8ec28075d5de15505c7462ad"
integrity sha512-IY9HVi78D4ykVHn+ThI7rlcpdFtKyo9e9YLim9S9T3rp6fEnfeTexcrqzSpExVshPofsdauLKIa8dEnzX7ZLfQ==
gtoken@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/gtoken/-/gtoken-4.0.0.tgz#42b63a935a03a61eedf0ec14f74f6875bad627bd"
integrity sha512-XaRCfHJxhj06LmnWNBzVTAr85NfAErq0W1oabkdqwbq3uL/QTB1kyvGog361Uu2FMG/8e3115sIy/97Rnd4GjQ==
dependencies:
gaxios "^2.0.0"
google-p12-pem "^2.0.0"
jws "^3.1.5"
mime "^2.2.0"
pify "^4.0.0"

handlebars@^4.1.2:
version "4.1.2"
Expand Down Expand Up @@ -6344,7 +6328,7 @@ pify@^3.0.0:
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=

pify@^4.0.0, pify@^4.0.1:
pify@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
Expand Down

0 comments on commit 77cb6e1

Please sign in to comment.