Upgrade protobufjs to 7.4

This commit is contained in:
Simon Warta 2025-01-15 13:38:19 +01:00
parent 20f0d4fd5c
commit 92fb3f019b
No known key found for this signature in database
8 changed files with 28 additions and 32 deletions

21
.pnp.cjs generated
View File

@ -1927,7 +1927,7 @@ const RAW_RUNTIME_STATE =
],\ ],\
[\ [\
"long",\ "long",\
"npm:4.0.0"\ "npm:5.2.4"\
],\ ],\
[\ [\
"lru-cache",\ "lru-cache",\
@ -2283,7 +2283,7 @@ const RAW_RUNTIME_STATE =
],\ ],\
[\ [\
"protobufjs",\ "protobufjs",\
"npm:6.11.4"\ "npm:7.4.0"\
],\ ],\
[\ [\
"proxy-from-env",\ "proxy-from-env",\
@ -3734,7 +3734,7 @@ const RAW_RUNTIME_STATE =
["karma-jasmine-html-reporter", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:1.6.0"],\ ["karma-jasmine-html-reporter", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:1.6.0"],\
["nyc", "npm:15.1.0"],\ ["nyc", "npm:15.1.0"],\
["prettier", "npm:2.8.8"],\ ["prettier", "npm:2.8.8"],\
["protobufjs", "npm:6.11.4"],\ ["protobufjs", "npm:7.4.0"],\
["ses", "npm:0.11.1"],\ ["ses", "npm:0.11.1"],\
["source-map-support", "npm:0.5.21"],\ ["source-map-support", "npm:0.5.21"],\
["ts-node", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:8.10.2"],\ ["ts-node", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:8.10.2"],\
@ -9935,10 +9935,10 @@ const RAW_RUNTIME_STATE =
}]\ }]\
]],\ ]],\
["long", [\ ["long", [\
["npm:4.0.0", {\ ["npm:5.2.4", {\
"packageLocation": "./.yarn/cache/long-npm-4.0.0-ecd96a31ed-50a6417d15.zip/node_modules/long/",\ "packageLocation": "./.yarn/cache/long-npm-5.2.4-b96a88098c-0cf819ce2a.zip/node_modules/long/",\
"packageDependencies": [\ "packageDependencies": [\
["long", "npm:4.0.0"]\ ["long", "npm:5.2.4"]\
],\ ],\
"linkType": "HARD"\ "linkType": "HARD"\
}]\ }]\
@ -11050,10 +11050,10 @@ const RAW_RUNTIME_STATE =
}]\ }]\
]],\ ]],\
["protobufjs", [\ ["protobufjs", [\
["npm:6.11.4", {\ ["npm:7.4.0", {\
"packageLocation": "./.yarn/unplugged/protobufjs-npm-6.11.4-af11968b80/node_modules/protobufjs/",\ "packageLocation": "./.yarn/unplugged/protobufjs-npm-7.4.0-12c56a3adc/node_modules/protobufjs/",\
"packageDependencies": [\ "packageDependencies": [\
["protobufjs", "npm:6.11.4"],\ ["protobufjs", "npm:7.4.0"],\
["@protobufjs/aspromise", "npm:1.1.2"],\ ["@protobufjs/aspromise", "npm:1.1.2"],\
["@protobufjs/base64", "npm:1.1.2"],\ ["@protobufjs/base64", "npm:1.1.2"],\
["@protobufjs/codegen", "npm:2.0.4"],\ ["@protobufjs/codegen", "npm:2.0.4"],\
@ -11064,9 +11064,8 @@ const RAW_RUNTIME_STATE =
["@protobufjs/path", "npm:1.1.2"],\ ["@protobufjs/path", "npm:1.1.2"],\
["@protobufjs/pool", "npm:1.1.0"],\ ["@protobufjs/pool", "npm:1.1.0"],\
["@protobufjs/utf8", "npm:1.1.0"],\ ["@protobufjs/utf8", "npm:1.1.0"],\
["@types/long", "npm:4.0.1"],\
["@types/node", "npm:22.10.6"],\ ["@types/node", "npm:22.10.6"],\
["long", "npm:4.0.0"]\ ["long", "npm:5.2.4"]\
],\ ],\
"linkType": "HARD"\ "linkType": "HARD"\
}]\ }]\

BIN
.yarn/cache/long-npm-4.0.0-ecd96a31ed-50a6417d15.zip (Stored with Git LFS) vendored

Binary file not shown.

BIN
.yarn/cache/long-npm-5.2.4-b96a88098c-0cf819ce2a.zip (Stored with Git LFS) vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
.yarn/cache/protobufjs-npm-7.4.0-12c56a3adc-a5460a63fe.zip (Stored with Git LFS) vendored Normal file

Binary file not shown.

View File

@ -13,6 +13,7 @@ and this project adheres to
on a JavaScript implementation of ICS-23 but on a JavaScript implementation of ICS-23 but
[@confio/ics23 is unmaintained](https://github.com/cosmos/cosmjs/issues/1618) [@confio/ics23 is unmaintained](https://github.com/cosmos/cosmjs/issues/1618)
without replacement. without replacement.
- @cosmjs/proto-signing: Upgrade protobufjs to 7.4.
[#1552]: https://github.com/cosmos/cosmjs/issues/1552 [#1552]: https://github.com/cosmos/cosmjs/issues/1552

View File

@ -74,7 +74,7 @@
"karma-jasmine-html-reporter": "^1.5.4", "karma-jasmine-html-reporter": "^1.5.4",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"prettier": "^2.8.1", "prettier": "^2.8.1",
"protobufjs": "~6.11.4", "protobufjs": "^7.4.0",
"ses": "^0.11.0", "ses": "^0.11.0",
"source-map-support": "^0.5.19", "source-map-support": "^0.5.19",
"ts-node": "^8", "ts-node": "^8",

View File

@ -769,7 +769,7 @@ __metadata:
karma-jasmine-html-reporter: "npm:^1.5.4" karma-jasmine-html-reporter: "npm:^1.5.4"
nyc: "npm:^15.1.0" nyc: "npm:^15.1.0"
prettier: "npm:^2.8.1" prettier: "npm:^2.8.1"
protobufjs: "npm:~6.11.4" protobufjs: "npm:^7.4.0"
ses: "npm:^0.11.0" ses: "npm:^0.11.0"
source-map-support: "npm:^0.5.19" source-map-support: "npm:^0.5.19"
ts-node: "npm:^8" ts-node: "npm:^8"
@ -5384,10 +5384,10 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"long@npm:^4.0.0": "long@npm:^5.0.0":
version: 4.0.0 version: 5.2.4
resolution: "long@npm:4.0.0" resolution: "long@npm:5.2.4"
checksum: 10c0/50a6417d15b06104dbe4e3d4a667c39b137f130a9108ea8752b352a4cfae047531a3ac351c181792f3f8768fe17cca6b0f406674a541a86fb638aaac560d83ed checksum: 10c0/0cf819ce2a7bbe48663e79233917552c7667b11e68d4d9ea4ebb99173042509d9af461e5211c22939b913332c264d9a1135937ea533cbd05bc4f8cf46f6d2e07
languageName: node languageName: node
linkType: hard linkType: hard
@ -6404,9 +6404,9 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"protobufjs@npm:~6.11.4": "protobufjs@npm:^7.4.0":
version: 6.11.4 version: 7.4.0
resolution: "protobufjs@npm:6.11.4" resolution: "protobufjs@npm:7.4.0"
dependencies: dependencies:
"@protobufjs/aspromise": "npm:^1.1.2" "@protobufjs/aspromise": "npm:^1.1.2"
"@protobufjs/base64": "npm:^1.1.2" "@protobufjs/base64": "npm:^1.1.2"
@ -6418,13 +6418,9 @@ __metadata:
"@protobufjs/path": "npm:^1.1.2" "@protobufjs/path": "npm:^1.1.2"
"@protobufjs/pool": "npm:^1.1.0" "@protobufjs/pool": "npm:^1.1.0"
"@protobufjs/utf8": "npm:^1.1.0" "@protobufjs/utf8": "npm:^1.1.0"
"@types/long": "npm:^4.0.1"
"@types/node": "npm:>=13.7.0" "@types/node": "npm:>=13.7.0"
long: "npm:^4.0.0" long: "npm:^5.0.0"
bin: checksum: 10c0/a5460a63fe596523b9a067cbce39a6b310d1a71750fda261f076535662aada97c24450e18c5bc98a27784f70500615904ff1227e1742183509f0db4fdede669b
pbjs: bin/pbjs
pbts: bin/pbts
checksum: 10c0/c244d7b9b6d3258193da5c0d1e558dfb47f208ae345e209f90ec45c9dca911b90fa17e937892a9a39a4136ab9886981aae9efdf6039f7baff4f7225f5eeb9812
languageName: node languageName: node
linkType: hard linkType: hard