Skip to content

Commit 4bd7f71

Browse files
fix(deps): use google-gax v3.5.2 (#458)
* fix(deps): use google-gax v3.5.2 * fix: add comma
1 parent 4717562 commit 4bd7f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-aiplatform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"test": "c8 node build/test/run.js"
4848
},
4949
"dependencies": {
50-
"google-gax": "^3.3.0",
50+
"google-gax": "^3.5.2",
5151
"protobuf.js": "^1.1.2"
5252
},
5353
"devDependencies": {

0 commit comments

Comments
 (0)