Skip to content

Commit 90dcf4b

Browse files
authored
chore: bump protobuf.js highest version (#866)
* chore: increase protobufjs and fix syncpack * fix syncpack
1 parent 942d4ed commit 90dcf4b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.syncpackrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"dependencyTypes": ["prod"],
23
"versionGroups": [
34
{
45
"label": "Allow minor and patch version bumps",

packages/gax/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"node-fetch": "^3.3.2",
1919
"object-hash": "^3.0.0",
2020
"proto3-json-serializer": "3.0.4",
21-
"protobufjs": "^7.5.3",
21+
"protobufjs": "^7.5.4",
2222
"retry-request": "8.0.2",
2323
"rimraf": "^5.0.1"
2424
},
@@ -36,7 +36,7 @@
3636
"codecov": "^3.8.3",
3737
"execa": "^5.0.0",
3838
"glob": "10.5.0",
39-
"google-proto-files": "^5.0.0",
39+
"google-proto-files": "5.0.1",
4040
"gts": "^6.0.2",
4141
"jackspeak": "^3.0.2",
4242
"jsdoc": "^4.0.4",

packages/proto3-json-serializer-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"prelint": "cd samples && npm link ../ && npm install"
4141
},
4242
"dependencies": {
43-
"protobufjs": "^7.5.3"
43+
"protobufjs": "^7.5.4"
4444
},
4545
"devDependencies": {
4646
"@types/mocha": "^10.0.10",

0 commit comments

Comments
 (0)