Skip to content

Commit 16cd19e

Browse files
fix(deps): do not depend on protobufjs (#607)
* fix(deps): update dependency protobufjs to v7 * fix(deps): do not depend on protobufjs * fix: remove trailing comma Co-authored-by: Alexander Fenster <[email protected]> Co-authored-by: Alexander Fenster <[email protected]>
1 parent bc87b5f commit 16cd19e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/google-cloud-dataproc/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
"precompile": "gts clean"
4444
},
4545
"dependencies": {
46-
"google-gax": "^3.3.0",
47-
"protobufjs": "^6.8.6"
46+
"google-gax": "^3.5.0"
4847
},
4948
"devDependencies": {
5049
"@types/mocha": "^9.0.0",

0 commit comments

Comments
 (0)