Skip to content

Commit 49a0577

Browse files
committed
fix(deps): update dependency protobufjs to v8
1 parent 28b0b05 commit 49a0577

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"lodash.snakecase": "^4.1.1",
8282
"merge-stream": "^2.0.0",
8383
"p-queue": "^6.0.2",
84-
"protobufjs": "^7.4.0",
84+
"protobufjs": "^8.0.0",
8585
"retry-request": "^8.0.0",
8686
"split-array-stream": "^2.0.0",
8787
"stack-trace": "0.0.10",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@google-cloud/kms": "^5.0.0",
1919
"@google-cloud/precise-date": "^5.0.0",
2020
"@google-cloud/spanner": "^8.3.1",
21-
"protobufjs": "^7.0.0",
21+
"protobufjs": "^8.0.0",
2222
"yargs": "^17.0.0"
2323
},
2424
"devDependencies": {

0 commit comments

Comments
 (0)