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

Commit 02c3fb7

Browse files
fix(deps): do not depend on protobufjs; bump dep in samples (#911)
* fix(deps): update dependency protobufjs to v7 * fix(deps): do not depend on protobufjs directly Co-authored-by: Alexander Fenster <[email protected]>
1 parent 422a1e5 commit 02c3fb7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"@google-cloud/common": "^4.0.0",
5050
"@types/pumpify": "^1.4.1",
5151
"google-gax": "^3.1.2",
52-
"protobufjs": "^6.8.6",
5352
"pumpify": "^2.0.0",
5453
"stream-events": "^1.0.4",
5554
"uuid": "^8.3.2"

samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"google-proto-files": "^2.5.0",
2323
"node-record-lpcm16": "^1.0.1",
2424
"proto3-json-serializer": "^0.1.6",
25-
"protobufjs": "^6.11.2",
25+
"protobufjs": "^7.0.0",
2626
"sox": "^0.1.0",
2727
"yargs": "^16.0.0"
2828
},

0 commit comments

Comments
 (0)