Skip to content

Commit a33c102

Browse files
committed
fix(deps): update dependency protobufjs to v6.11.3
1 parent 40d418f commit a33c102

File tree

4 files changed

+31
-7
lines changed

4 files changed

+31
-7
lines changed

packages/google-rpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@types/rimraf": "3.0.2",
1515
"path-exists-cli": "2.0.0",
16-
"protobufjs": "6.11.2",
16+
"protobufjs": "6.11.3",
1717
"rimraf": "3.0.2"
1818
},
1919
"license": "Apache-2.0"

packages/nugrpc-codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"fs-extra": "10.1.0",
2525
"lodash": "4.17.21",
2626
"pathe": "^0.2.0",
27-
"protobufjs": "6.11.2",
27+
"protobufjs": "6.11.3",
2828
"url-join": "4.0.1"
2929
},
3030
"devDependencies": {

packages/nugrpc-transformer-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"body-parser": "1.20.0",
2525
"express": "4.18.1",
2626
"lodash": "4.17.21",
27-
"protobufjs": "6.11.2",
27+
"protobufjs": "6.11.3",
2828
"url-join": "4.0.1"
2929
},
3030
"devDependencies": {

yarn.lock

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3427,7 +3427,7 @@ __metadata:
34273427
dependencies:
34283428
"@types/rimraf": 3.0.2
34293429
path-exists-cli: 2.0.0
3430-
protobufjs: 6.11.2
3430+
protobufjs: 6.11.3
34313431
rimraf: 3.0.2
34323432
languageName: unknown
34333433
linkType: soft
@@ -3478,7 +3478,7 @@ __metadata:
34783478
jest: 28.1.0
34793479
lodash: 4.17.21
34803480
pathe: ^0.2.0
3481-
protobufjs: 6.11.2
3481+
protobufjs: 6.11.3
34823482
unbuild: 0.7.4
34833483
url-join: 4.0.1
34843484
peerDependencies:
@@ -3538,7 +3538,7 @@ __metadata:
35383538
express: 4.18.1
35393539
jest: 28.1.0
35403540
lodash: 4.17.21
3541-
protobufjs: 6.11.2
3541+
protobufjs: 6.11.3
35423542
unbuild: 0.7.4
35433543
url-join: 4.0.1
35443544
languageName: unknown
@@ -17265,7 +17265,31 @@ __metadata:
1726517265
languageName: node
1726617266
linkType: hard
1726717267

17268-
"protobufjs@npm:6.11.2, protobufjs@npm:^6.10.0, protobufjs@npm:^6.11.2":
17268+
"protobufjs@npm:6.11.3":
17269+
version: 6.11.3
17270+
resolution: "protobufjs@npm:6.11.3"
17271+
dependencies:
17272+
"@protobufjs/aspromise": ^1.1.2
17273+
"@protobufjs/base64": ^1.1.2
17274+
"@protobufjs/codegen": ^2.0.4
17275+
"@protobufjs/eventemitter": ^1.1.0
17276+
"@protobufjs/fetch": ^1.1.0
17277+
"@protobufjs/float": ^1.0.2
17278+
"@protobufjs/inquire": ^1.1.0
17279+
"@protobufjs/path": ^1.1.2
17280+
"@protobufjs/pool": ^1.1.0
17281+
"@protobufjs/utf8": ^1.1.0
17282+
"@types/long": ^4.0.1
17283+
"@types/node": ">=13.7.0"
17284+
long: ^4.0.0
17285+
bin:
17286+
pbjs: bin/pbjs
17287+
pbts: bin/pbts
17288+
checksum: 4a6ce1964167e4c45c53fd8a312d7646415c777dd31b4ba346719947b88e61654912326101f927da387d6b6473ab52a7ea4f54d6f15d63b31130ce28e2e15070
17289+
languageName: node
17290+
linkType: hard
17291+
17292+
"protobufjs@npm:^6.10.0, protobufjs@npm:^6.11.2":
1726917293
version: 6.11.2
1727017294
resolution: "protobufjs@npm:6.11.2"
1727117295
dependencies:

0 commit comments

Comments
 (0)