Skip to content

Commit 92fb3f0

Browse files
committed
Upgrade protobufjs to 7.4
1 parent 20f0d4f commit 92fb3f0

File tree

8 files changed

+28
-32
lines changed

8 files changed

+28
-32
lines changed

.pnp.cjs

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.yarn/cache/long-npm-4.0.0-ecd96a31ed-50a6417d15.zip

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:a34a6637a3fd5742ade382fed737bc7bb267e4b56cc40c443a541302ce20e59c
3+
size 120324

.yarn/cache/protobufjs-npm-6.11.4-af11968b80-c244d7b9b6.zip

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:8ddda0da80355eadc635dba0e5a27565c0314d2d2120bcf49541d9113f5a2386
3+
size 2785766

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to
1313
on a JavaScript implementation of ICS-23 but
1414
[@confio/ics23 is unmaintained](https://github.com/cosmos/cosmjs/issues/1618)
1515
without replacement.
16+
- @cosmjs/proto-signing: Upgrade protobufjs to 7.4.
1617

1718
[#1552]: https://github.com/cosmos/cosmjs/issues/1552
1819

packages/proto-signing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"karma-jasmine-html-reporter": "^1.5.4",
7575
"nyc": "^15.1.0",
7676
"prettier": "^2.8.1",
77-
"protobufjs": "~6.11.4",
77+
"protobufjs": "^7.4.0",
7878
"ses": "^0.11.0",
7979
"source-map-support": "^0.5.19",
8080
"ts-node": "^8",

yarn.lock

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ __metadata:
769769
karma-jasmine-html-reporter: "npm:^1.5.4"
770770
nyc: "npm:^15.1.0"
771771
prettier: "npm:^2.8.1"
772-
protobufjs: "npm:~6.11.4"
772+
protobufjs: "npm:^7.4.0"
773773
ses: "npm:^0.11.0"
774774
source-map-support: "npm:^0.5.19"
775775
ts-node: "npm:^8"
@@ -5384,10 +5384,10 @@ __metadata:
53845384
languageName: node
53855385
linkType: hard
53865386

5387-
"long@npm:^4.0.0":
5388-
version: 4.0.0
5389-
resolution: "long@npm:4.0.0"
5390-
checksum: 10c0/50a6417d15b06104dbe4e3d4a667c39b137f130a9108ea8752b352a4cfae047531a3ac351c181792f3f8768fe17cca6b0f406674a541a86fb638aaac560d83ed
5387+
"long@npm:^5.0.0":
5388+
version: 5.2.4
5389+
resolution: "long@npm:5.2.4"
5390+
checksum: 10c0/0cf819ce2a7bbe48663e79233917552c7667b11e68d4d9ea4ebb99173042509d9af461e5211c22939b913332c264d9a1135937ea533cbd05bc4f8cf46f6d2e07
53915391
languageName: node
53925392
linkType: hard
53935393

@@ -6404,9 +6404,9 @@ __metadata:
64046404
languageName: node
64056405
linkType: hard
64066406

6407-
"protobufjs@npm:~6.11.4":
6408-
version: 6.11.4
6409-
resolution: "protobufjs@npm:6.11.4"
6407+
"protobufjs@npm:^7.4.0":
6408+
version: 7.4.0
6409+
resolution: "protobufjs@npm:7.4.0"
64106410
dependencies:
64116411
"@protobufjs/aspromise": "npm:^1.1.2"
64126412
"@protobufjs/base64": "npm:^1.1.2"
@@ -6418,13 +6418,9 @@ __metadata:
64186418
"@protobufjs/path": "npm:^1.1.2"
64196419
"@protobufjs/pool": "npm:^1.1.0"
64206420
"@protobufjs/utf8": "npm:^1.1.0"
6421-
"@types/long": "npm:^4.0.1"
64226421
"@types/node": "npm:>=13.7.0"
6423-
long: "npm:^4.0.0"
6424-
bin:
6425-
pbjs: bin/pbjs
6426-
pbts: bin/pbts
6427-
checksum: 10c0/c244d7b9b6d3258193da5c0d1e558dfb47f208ae345e209f90ec45c9dca911b90fa17e937892a9a39a4136ab9886981aae9efdf6039f7baff4f7225f5eeb9812
6422+
long: "npm:^5.0.0"
6423+
checksum: 10c0/a5460a63fe596523b9a067cbce39a6b310d1a71750fda261f076535662aada97c24450e18c5bc98a27784f70500615904ff1227e1742183509f0db4fdede669b
64286424
languageName: node
64296425
linkType: hard
64306426

0 commit comments

Comments
 (0)