Skip to content

Commit

Permalink
fix(deps): update dependency google-gax to ^2.0.2 (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Apr 2, 2020
1 parent 03a8502 commit f531b22
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
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.0.1"
"google-gax": "^2.0.2"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
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.0.1"
"google-gax": "^2.0.2"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
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.0.1"
"google-gax": "^2.0.2"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
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.0.1"
"google-gax": "^2.0.2"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
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.0.1"
"google-gax": "^2.0.2"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
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.0.1"
"google-gax": "^2.0.2"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
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.0.1"
"google-gax": "^2.0.2"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
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.0.1"
"google-gax": "^2.0.2"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
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.0.1"
"google-gax": "^2.0.2"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
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.0.1"
"google-gax": "^2.0.2"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"file-system": "^2.2.2",
"fs-extra": "^9.0.0",
"get-stdin": "^7.0.0",
"google-gax": "^2.0.1",
"google-gax": "^2.0.2",
"js-yaml": "^3.13.1",
"nunjucks": "^3.2.1",
"object-hash": "^2.0.3",
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.0.1"
"google-gax": "^2.0.2"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
Expand Down

0 comments on commit f531b22

Please sign in to comment.