diff --git a/.pnp.cjs b/.pnp.cjs old mode 100755 new mode 100644 index 58535017..543393ed --- a/.pnp.cjs +++ b/.pnp.cjs @@ -2268,7 +2268,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ],\ [\ "protobufjs",\ - "npm:6.11.3"\ + "npm:6.11.4"\ ],\ [\ "pump",\ @@ -3208,7 +3208,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "packageDependencies": [\ ["@confio/ics23", "npm:0.6.8"],\ ["@noble/hashes", "npm:1.0.0"],\ - ["protobufjs", "npm:6.11.3"]\ + ["protobufjs", "npm:6.11.4"]\ ],\ "linkType": "HARD"\ }]\ @@ -3351,7 +3351,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["nyc", "npm:15.1.0"],\ ["pako", "npm:2.0.3"],\ ["prettier", "npm:2.8.8"],\ - ["protobufjs", "npm:6.11.3"],\ + ["protobufjs", "npm:6.11.4"],\ ["readonly-date", "npm:1.0.0"],\ ["ses", "npm:0.11.1"],\ ["source-map-support", "npm:0.5.21"],\ @@ -3723,7 +3723,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["long", "npm:4.0.0"],\ ["nyc", "npm:15.1.0"],\ ["prettier", "npm:2.8.8"],\ - ["protobufjs", "npm:6.11.3"],\ + ["protobufjs", "npm:6.11.4"],\ ["ses", "npm:0.11.1"],\ ["source-map-support", "npm:0.5.21"],\ ["ts-node", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:8.10.2"],\ @@ -3824,7 +3824,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["long", "npm:4.0.0"],\ ["nyc", "npm:15.1.0"],\ ["prettier", "npm:2.8.8"],\ - ["protobufjs", "npm:6.11.3"],\ + ["protobufjs", "npm:6.11.4"],\ ["readonly-date", "npm:1.0.0"],\ ["ses", "npm:0.11.1"],\ ["source-map-support", "npm:0.5.21"],\ @@ -7116,7 +7116,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "packageDependencies": [\ ["cosmjs-types", "npm:0.8.0"],\ ["long", "npm:4.0.0"],\ - ["protobufjs", "npm:6.11.3"]\ + ["protobufjs", "npm:6.11.4"]\ ],\ "linkType": "HARD"\ }]\ @@ -10920,10 +10920,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }]\ ]],\ ["protobufjs", [\ - ["npm:6.11.3", {\ - "packageLocation": "./.yarn/unplugged/protobufjs-npm-6.11.3-566fb31188/node_modules/protobufjs/",\ + ["npm:6.11.4", {\ + "packageLocation": "./.yarn/unplugged/protobufjs-npm-6.11.4-af11968b80/node_modules/protobufjs/",\ "packageDependencies": [\ - ["protobufjs", "npm:6.11.3"],\ + ["protobufjs", "npm:6.11.4"],\ ["@protobufjs/aspromise", "npm:1.1.2"],\ ["@protobufjs/base64", "npm:1.1.2"],\ ["@protobufjs/codegen", "npm:2.0.4"],\ diff --git a/.yarn/cache/protobufjs-npm-6.11.3-566fb31188-4a6ce19641.zip b/.yarn/cache/protobufjs-npm-6.11.3-566fb31188-4a6ce19641.zip deleted file mode 100644 index b12b6458..00000000 --- a/.yarn/cache/protobufjs-npm-6.11.3-566fb31188-4a6ce19641.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:117dcd9eea72ff364d1bcce79674a295f596f12339b1e768a52c27b7d7cfcca2 -size 758281 diff --git a/.yarn/cache/protobufjs-npm-6.11.4-af11968b80-b2fc6a0189.zip b/.yarn/cache/protobufjs-npm-6.11.4-af11968b80-b2fc6a0189.zip new file mode 100644 index 00000000..a056c36b --- /dev/null +++ b/.yarn/cache/protobufjs-npm-6.11.4-af11968b80-b2fc6a0189.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39052dff109afac52b0f256244c8f8b43f4ee83076b7143d7ac9276350b21b1 +size 4397851 diff --git a/packages/cosmwasm-stargate/package.json b/packages/cosmwasm-stargate/package.json index 9836f113..cc7b29a3 100644 --- a/packages/cosmwasm-stargate/package.json +++ b/packages/cosmwasm-stargate/package.json @@ -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", diff --git a/packages/proto-signing/package.json b/packages/proto-signing/package.json index cfa46efa..397ac262 100644 --- a/packages/proto-signing/package.json +++ b/packages/proto-signing/package.json @@ -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", diff --git a/packages/stargate/package.json b/packages/stargate/package.json index e817b4e0..44b92d71 100644 --- a/packages/stargate/package.json +++ b/packages/stargate/package.json @@ -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": { diff --git a/yarn.lock b/yarn.lock index 6543d82f..dae27b3f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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 @@ -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 @@ -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 @@ -6305,9 +6305,9 @@ __metadata: languageName: node linkType: hard -"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" +"protobufjs@npm:^6.8.8, protobufjs@npm:~6.11.2, 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 @@ -6325,7 +6325,7 @@ __metadata: bin: pbjs: bin/pbjs pbts: bin/pbts - checksum: 4a6ce1964167e4c45c53fd8a312d7646415c777dd31b4ba346719947b88e61654912326101f927da387d6b6473ab52a7ea4f54d6f15d63b31130ce28e2e15070 + checksum: b2fc6a01897b016c2a7e43a854ab4a3c57080f61be41e552235436e7a730711b8e89e47cb4ae52f0f065b5ab5d5989fc932f390337ce3a8ccf07203415700850 languageName: node linkType: hard