Skip to content

Commit

Permalink
fix(deps): update dependency google-gax to ^2.4.1 (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 1, 2020
1 parent f95515d commit b769669
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion baselines/asset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.4.0"
"google-gax": "^2.4.1"
},
"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 @@ -24,7 +24,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.4.0"
"google-gax": "^2.4.1"
},
"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 @@ -24,7 +24,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.4.0"
"google-gax": "^2.4.1"
},
"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 @@ -24,7 +24,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.4.0"
"google-gax": "^2.4.1"
},
"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 @@ -24,7 +24,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.4.0"
"google-gax": "^2.4.1"
},
"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 @@ -24,7 +24,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.4.0"
"google-gax": "^2.4.1"
},
"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 @@ -24,7 +24,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.4.0"
"google-gax": "^2.4.1"
},
"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 @@ -24,7 +24,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.4.0"
"google-gax": "^2.4.1"
},
"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 @@ -24,7 +24,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.4.0"
"google-gax": "^2.4.1"
},
"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 @@ -24,7 +24,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.4.0"
"google-gax": "^2.4.1"
},
"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 @@ -24,7 +24,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.4.0"
"google-gax": "^2.4.1"
},
"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 @@ -24,7 +24,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.4.0"
"google-gax": "^2.4.1"
},
"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 @@ -24,7 +24,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.4.0"
"google-gax": "^2.4.1"
},
"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.0",
"get-stdin": "^8.0.0",
"google-gax": "^2.4.0",
"google-gax": "^2.4.1",
"js-yaml": "^3.14.0",
"module-alias": "^2.2.2",
"nunjucks": "^3.2.1",
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 @@ -24,7 +24,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.4.0"
"google-gax": "^2.4.1"
},
"devDependencies": {
"@types/mocha": "^7.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1644,10 +1644,10 @@ google-auth-library@^6.0.0:
jws "^4.0.0"
lru-cache "^5.0.0"

google-gax@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/google-gax/-/google-gax-2.4.0.tgz#8a0f8e170b3b23f51e3e1e3b891b024c93758e17"
integrity sha512-//OQX4JcpUD5ke+GdvII22kbR4AerFdBOvEFgiCX3zn74ldY4K6Yiv4vjpX3Ud3M6nP1+6th81ROni1wXyWymQ==
google-gax@^2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/google-gax/-/google-gax-2.4.1.tgz#b11a88493b3321f74cf2c3805ad66131a7cfb37d"
integrity sha512-uDY8rsI1z2fKOxq9boXjTAnrhMW7PM0T23euCuYmaR6MfoBcXgtjlQ88lXUxKWSZdUIKrS7CeeD/WtoRu47h6g==
dependencies:
"@grpc/grpc-js" "~1.0.0"
"@grpc/proto-loader" "^0.5.1"
Expand Down

0 comments on commit b769669

Please sign in to comment.