Skip to content

Commit

Permalink
fix(deps): google-gax v2.24.1 (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Aug 17, 2021
1 parent 8e5b316 commit b78ee0c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions packages/google-cloud-compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
"description": "Google Compute Engine Client Library for Node.js",
"version": "3.0.0-alpha.3",
"license": "Apache-2.0",
"author": "Google Inc.",
"author": "Google LLC",
"engines": {
"node": ">=10"
},
"repository": "googleapis/nodejs-compute",
"license": "Apache-2.0",
"author": "Google LLC",
"main": "build/src/index.js",
"files": [
"build/src",
Expand Down Expand Up @@ -117,7 +115,7 @@
"precompile": "gts clean"
},
"dependencies": {
"google-gax": "^2.13.0"
"google-gax": "^2.24.1"
},
"devDependencies": {
"@types/mocha": "^8.2.0",
Expand All @@ -139,8 +137,5 @@
"uuid": "^8.0.0",
"webpack": "^5.10.1",
"webpack-cli": "^4.2.0"
},
"engines": {
"node": ">=10"
}
}

0 comments on commit b78ee0c

Please sign in to comment.