Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump protobufjs from 6.11.3 to 7.2.4 #1453

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 30 additions & 4 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/cosmwasm-stargate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"karma-jasmine-html-reporter": "^1.5.4",
"nyc": "^15.1.0",
"prettier": "^2.8.1",
"protobufjs": "~6.11.3",
"protobufjs": "~7.2.4",
"readonly-date": "^1.0.0",
"ses": "^0.11.0",
"source-map-support": "^0.5.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/proto-signing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"karma-jasmine-html-reporter": "^1.5.4",
"nyc": "^15.1.0",
"prettier": "^2.8.1",
"protobufjs": "~6.11.3",
"protobufjs": "~7.2.4",
"ses": "^0.11.0",
"source-map-support": "^0.5.19",
"ts-node": "^8",
Expand Down
2 changes: 1 addition & 1 deletion packages/stargate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@cosmjs/utils": "workspace:^",
"cosmjs-types": "^0.8.0",
"long": "^4.0.0",
"protobufjs": "~6.11.3",
"protobufjs": "~7.2.4",
"xstream": "^11.14.0"
},
"devDependencies": {
Expand Down
35 changes: 31 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ __metadata:
nyc: ^15.1.0
pako: ^2.0.2
prettier: ^2.8.1
protobufjs: ~6.11.3
protobufjs: ~7.2.4
readonly-date: ^1.0.0
ses: ^0.11.0
source-map-support: ^0.5.19
Expand Down Expand Up @@ -786,7 +786,7 @@ __metadata:
long: ^4.0.0
nyc: ^15.1.0
prettier: ^2.8.1
protobufjs: ~6.11.3
protobufjs: ~7.2.4
ses: ^0.11.0
source-map-support: ^0.5.19
ts-node: ^8
Expand Down Expand Up @@ -883,7 +883,7 @@ __metadata:
long: ^4.0.0
nyc: ^15.1.0
prettier: ^2.8.1
protobufjs: ~6.11.3
protobufjs: ~7.2.4
readonly-date: ^1.0.0
ses: ^0.11.0
source-map-support: ^0.5.19
Expand Down Expand Up @@ -5194,6 +5194,13 @@ __metadata:
languageName: node
linkType: hard

"long@npm:^5.0.0":
version: 5.2.3
resolution: "long@npm:5.2.3"
checksum: 885ede7c3de4facccbd2cacc6168bae3a02c3e836159ea4252c87b6e34d40af819824b2d4edce330bfb5c4d6e8ce3ec5864bdcf9473fa1f53a4f8225860e5897
languageName: node
linkType: hard

"lru-cache@npm:^6.0.0":
version: 6.0.0
resolution: "lru-cache@npm:6.0.0"
Expand Down Expand Up @@ -6115,7 +6122,7 @@ __metadata:
languageName: node
linkType: hard

"protobufjs@npm:^6.8.8, protobufjs@npm:~6.11.2, protobufjs@npm:~6.11.3":
"protobufjs@npm:^6.8.8, protobufjs@npm:~6.11.2":
version: 6.11.3
resolution: "protobufjs@npm:6.11.3"
dependencies:
Expand All @@ -6139,6 +6146,26 @@ __metadata:
languageName: node
linkType: hard

"protobufjs@npm:~7.2.4":
version: 7.2.4
resolution: "protobufjs@npm:7.2.4"
dependencies:
"@protobufjs/aspromise": ^1.1.2
"@protobufjs/base64": ^1.1.2
"@protobufjs/codegen": ^2.0.4
"@protobufjs/eventemitter": ^1.1.0
"@protobufjs/fetch": ^1.1.0
"@protobufjs/float": ^1.0.2
"@protobufjs/inquire": ^1.1.0
"@protobufjs/path": ^1.1.2
"@protobufjs/pool": ^1.1.0
"@protobufjs/utf8": ^1.1.0
"@types/node": ">=13.7.0"
long: ^5.0.0
checksum: a952cdf2a5e5250c16ae651b570849b6f5b20a5475c3eef63ffb290ad239aa2916adfc1cc676f7fc93c69f48113df268761c0c246f7f023118c85bdd1a170044
languageName: node
linkType: hard

"pump@npm:^3.0.0":
version: 3.0.0
resolution: "pump@npm:3.0.0"
Expand Down