Skip to content

Commit

Permalink
Bump protobufjs from 6.11.3 to 6.11.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 6.11.4.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 20, 2023
1 parent 6423add commit 4ca2da2
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 11 deletions.
28 changes: 24 additions & 4 deletions .pnp.cjs
100755 → 100644

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

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": "~6.11.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": "~6.11.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": "~6.11.4",
"xstream": "^11.14.0"
},
"devDependencies": {
Expand Down
32 changes: 28 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: ~6.11.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: ~6.11.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: ~6.11.4
readonly-date: ^1.0.0
ses: ^0.11.0
source-map-support: ^0.5.19
Expand Down Expand Up @@ -6305,7 +6305,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 @@ -6329,6 +6329,30 @@ __metadata:
languageName: node
linkType: hard

"protobufjs@npm:~6.11.4":
version: 6.11.4
resolution: "protobufjs@npm:6.11.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/long": ^4.0.1
"@types/node": ">=13.7.0"
long: ^4.0.0
bin:
pbjs: bin/pbjs
pbts: bin/pbts
checksum: b2fc6a01897b016c2a7e43a854ab4a3c57080f61be41e552235436e7a730711b8e89e47cb4ae52f0f065b5ab5d5989fc932f390337ce3a8ccf07203415700850
languageName: node
linkType: hard

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

0 comments on commit 4ca2da2

Please sign in to comment.