Skip to content

Commit

Permalink
Bump protobufjs from 6.11.3 to 7.2.4
Browse files Browse the repository at this point in the history
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.3 to 7.2.4.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](protobufjs/protobuf.js@v6.11.3...protobufjs-v7.2.4)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 3, 2023
1 parent d0b311d commit dbd5c87
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"bech32": "^1.1.4",
"buffer": "^6.0.3",
"long": "^4.0.0",
"protobufjs": "^6.11.2"
"protobufjs": "^7.2.4"
}
}
2 changes: 1 addition & 1 deletion packages/proto-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"long": "^4.0.0",
"protobufjs": "^6.11.2"
"protobufjs": "^7.2.4"
},
"devDependencies": {
"glob": "^7.2.0",
Expand Down
33 changes: 30 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5300,7 +5300,7 @@ __metadata:
bech32: ^1.1.4
buffer: ^6.0.3
long: ^4.0.0
protobufjs: ^6.11.2
protobufjs: ^7.2.4
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -5480,7 +5480,7 @@ __metadata:
dependencies:
glob: ^7.2.0
long: ^4.0.0
protobufjs: ^6.11.2
protobufjs: ^7.2.4
ts-proto: ^1.106.2
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -21150,6 +21150,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

"long@npm:^5.2.0":
version: 5.2.1
resolution: "long@npm:5.2.1"
Expand Down Expand Up @@ -25638,7 +25645,7 @@ __metadata:
languageName: node
linkType: hard

"protobufjs@npm:6.11.3, protobufjs@npm:^6.11.2, protobufjs@npm:^6.11.3, protobufjs@npm:^6.8.8, protobufjs@npm:~6.11.2, protobufjs@npm:~6.11.3":
"protobufjs@npm:6.11.3, protobufjs@npm:^6.11.3, protobufjs@npm:^6.8.8, protobufjs@npm:~6.11.2, protobufjs@npm:~6.11.3":
version: 6.11.3
resolution: "protobufjs@npm:6.11.3"
dependencies:
Expand All @@ -25662,6 +25669,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

"protocols@npm:^1.1.0, protocols@npm:^1.4.0":
version: 1.4.8
resolution: "protocols@npm:1.4.8"
Expand Down

0 comments on commit dbd5c87

Please sign in to comment.