Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
fix(deps): do not depend on protobufjs; bump dep in samples (#911)
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 directly

Co-authored-by: Alexander Fenster <fenster@google.com>
  • Loading branch information
renovate-bot and alexander-fenster authored Jul 10, 2022
1 parent 422a1e5 commit 02c3fb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"@google-cloud/common": "^4.0.0",
"@types/pumpify": "^1.4.1",
"google-gax": "^3.1.2",
"protobufjs": "^6.8.6",
"pumpify": "^2.0.0",
"stream-events": "^1.0.4",
"uuid": "^8.3.2"
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"google-proto-files": "^2.5.0",
"node-record-lpcm16": "^1.0.1",
"proto3-json-serializer": "^0.1.6",
"protobufjs": "^6.11.2",
"protobufjs": "^7.0.0",
"sox": "^0.1.0",
"yargs": "^16.0.0"
},
Expand Down

0 comments on commit 02c3fb7

Please sign in to comment.