Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
fix(deps): do not depend on protobufjs (#728)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency protobufjs to v7

* fix(deps): do not depend on protobufjs

Co-authored-by: Alexander Fenster <github@fenster.name>
  • Loading branch information
renovate-bot and alexander-fenster committed Jul 10, 2022
1 parent acff298 commit 3ce38f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
"precompile": "gts clean"
},
"dependencies": {
"google-gax": "^3.0.1",
"protobufjs": "^6.8.0"
"google-gax": "^3.0.1"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
Expand Down

0 comments on commit 3ce38f6

Please sign in to comment.