Skip to content

Commit

Permalink
fix(deps): update dependency google-gax to ^2.6.2 (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 8, 2020
1 parent 6d5946a commit 2879ed4
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 25 deletions.
2 changes: 1 addition & 1 deletion baselines/asset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.6.1"
"google-gax": "^2.6.2"
},
"devDependencies": {
"@types/mocha": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion baselines/bigquery-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.6.1"
"google-gax": "^2.6.2"
},
"devDependencies": {
"@types/mocha": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion baselines/disable-packing-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.6.1"
"google-gax": "^2.6.2"
},
"devDependencies": {
"@types/mocha": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion baselines/dlp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.6.1"
"google-gax": "^2.6.2"
},
"devDependencies": {
"@types/mocha": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion baselines/kms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.6.1"
"google-gax": "^2.6.2"
},
"devDependencies": {
"@types/mocha": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion baselines/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.6.1"
"google-gax": "^2.6.2"
},
"devDependencies": {
"@types/mocha": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion baselines/monitoring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.6.1"
"google-gax": "^2.6.2"
},
"devDependencies": {
"@types/mocha": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion baselines/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.6.1"
"google-gax": "^2.6.2"
},
"devDependencies": {
"@types/mocha": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion baselines/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.6.1"
"google-gax": "^2.6.2"
},
"devDependencies": {
"@types/mocha": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion baselines/tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.6.1"
"google-gax": "^2.6.2"
},
"devDependencies": {
"@types/mocha": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion baselines/texttospeech/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.6.1"
"google-gax": "^2.6.2"
},
"devDependencies": {
"@types/mocha": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion baselines/translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.6.1"
"google-gax": "^2.6.2"
},
"devDependencies": {
"@types/mocha": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion baselines/videointelligence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.6.1"
"google-gax": "^2.6.2"
},
"devDependencies": {
"@types/mocha": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"file-system": "^2.2.2",
"fs-extra": "^9.0.1",
"get-stdin": "^8.0.0",
"google-gax": "^2.6.1",
"google-gax": "^2.6.2",
"js-yaml": "^3.14.0",
"long": "^4.0.0",
"module-alias": "^2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion templates/typescript_gapic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.6.1"
"google-gax": "^2.6.2"
},
"devDependencies": {
"@types/mocha": "^7.0.2",
Expand Down
19 changes: 9 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,11 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@grpc/grpc-js@~1.0.0":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.0.4.tgz#a858bca10ee1da24291f54931656bd5877686a55"
integrity sha512-Qawt6HUrEmljQMPWnLnIXpcjelmtIAydi3M9awiG02WWJ1CmIvFEx4IOC1EsWUWUlabOGksRbpfvoIeZKFTNXw==
"@grpc/grpc-js@~1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.1.1.tgz#56069fee48ba0667a0577a021504c573a6b613f0"
integrity sha512-mhZRszS0SKwnWPJaNyrECePZ9U7vaHFGqrzxQbWinWR3WznBIU+nmh2L5J3elF+lp5DEUIzARXkifbs6LQVAHA==
dependencies:
google-auth-library "^6.0.0"
semver "^6.2.0"

"@grpc/proto-loader@^0.5.1":
Expand Down Expand Up @@ -1675,12 +1674,12 @@ google-auth-library@^6.0.0:
jws "^4.0.0"
lru-cache "^5.0.0"

google-gax@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/google-gax/-/google-gax-2.6.1.tgz#ab09c4f94ccdd0a81a0f743f49fec83108587fbf"
integrity sha512-AKQKfaaXCJhMrP4nniz/ei7j+uyqG7nNrGmQxDBIBtDMUbZUMnH0Kw8asts35vmciEV5UeIWfclVcAU+VaJptw==
google-gax@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/google-gax/-/google-gax-2.6.2.tgz#f503d705753a38f57c5129753b46e935344d0f60"
integrity sha512-Q5IydUQ+7sF072E72Cl1KDxHaQIa1a5CVqG80OHk3NXdT5ZvKAveBFp/f78E3HjVHGTgUDB16R4M2wDt0ia9mQ==
dependencies:
"@grpc/grpc-js" "~1.0.0"
"@grpc/grpc-js" "~1.1.1"
"@grpc/proto-loader" "^0.5.1"
"@types/long" "^4.0.0"
abort-controller "^3.0.0"
Expand Down

0 comments on commit 2879ed4

Please sign in to comment.