Skip to content

Commit

Permalink
fix(deps): bump google-gax to 1.7.5 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and alexander-fenster committed Oct 21, 2019
1 parent 8ba98a0 commit 995deac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"codecov": "^3.6.1",
"espower-typescript": "^9.0.0",
"fs-extra": "^8.1.0",
"google-gax": "^1.7.0",
"google-gax": "^1.7.5",
"gts": "^1.0.0",
"intelli-espower-loader": "^1.0.1",
"mocha": "^6.2.1",
Expand Down
2 changes: 1 addition & 1 deletion templates/typescript_gapic/package.json.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "{{ api.naming.productName }} client for Node.js",
"main": "build/src/index.js",
"dependencies": {
"google-gax": "^1.7.3"
"google-gax": "^1.7.5"
},
"devDependencies": {
"@types/mocha": "^5.2.5",
Expand Down
2 changes: 1 addition & 1 deletion typescript/test/testdata/keymanager/package.json.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Kms client for Node.js",
"main": "build/src/index.js",
"dependencies": {
"google-gax": "^1.7.3"
"google-gax": "^1.7.5"
},
"devDependencies": {
"@types/mocha": "^5.2.5",
Expand Down
2 changes: 1 addition & 1 deletion typescript/test/testdata/showcase/package.json.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Showcase client for Node.js",
"main": "build/src/index.js",
"dependencies": {
"google-gax": "^1.7.3"
"google-gax": "^1.7.5"
},
"devDependencies": {
"@types/mocha": "^5.2.5",
Expand Down

0 comments on commit 995deac

Please sign in to comment.