Skip to content

Commit 033422f

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/google-privacy-dlp/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.0.1",
47-
"protobufjs": "^6.8.0"
46+
"google-gax": "^3.0.1"
4847
},
4948
"devDependencies": {
5049
"@types/mocha": "^9.0.0",

0 commit comments

Comments
 (0)