Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit e8f13e4

Browse files
fix(deps): do not depend on protobufjs (#802)
* fix(deps): update dependency protobufjs to v7 * fix(deps): do not depend on protobufjs Co-authored-by: Alexander Fenster <[email protected]>
1 parent 4e938f8 commit e8f13e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@
5252
"arrify": "^2.0.0",
5353
"extend": "^3.0.2",
5454
"google-gax": "^3.0.1",
55-
"is-html": "^2.0.0",
56-
"protobufjs": "^6.8.8"
55+
"is-html": "^2.0.0"
5756
},
5857
"devDependencies": {
5958
"@types/extend": "^3.0.0",

0 commit comments

Comments
 (0)