Skip to content

Commit

Permalink
fix(deps): update dependency google-gax to ^1.14.1 (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 14, 2020
1 parent 9bfe888 commit 367b81a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
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": "^1.12.0"
"google-gax": "^1.14.1"
},
"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": "^1.12.0"
"google-gax": "^1.14.1"
},
"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": "^1.12.0"
"google-gax": "^1.14.1"
},
"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": "^1.12.0"
"google-gax": "^1.14.1"
},
"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": "^1.12.0"
"google-gax": "^1.14.1"
},
"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": "^1.12.0"
"google-gax": "^1.14.1"
},
"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": "^1.12.0"
"google-gax": "^1.14.1"
},
"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 @@ -42,7 +42,7 @@
"file-system": "^2.2.2",
"fs-extra": "^8.1.0",
"get-stdin": "^7.0.0",
"google-gax": "^1.9.0",
"google-gax": "^1.14.1",
"nunjucks": "^3.1.3",
"object-hash": "^2.0.0",
"protobufjs": "^6.8.8",
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": "^1.12.0"
"google-gax": "^1.14.1"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
Expand Down

0 comments on commit 367b81a

Please sign in to comment.