Upgrade protobufjs to 6.10.2

This commit is contained in:
Simon Warta
2020-11-17 11:28:35 +01:00
parent 705215f39b
commit 27f79f1102
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
"dependencies": {
"@cosmjs/launchpad": "^0.24.0-alpha.6",
"long": "^4.0.0",
"protobufjs": "~6.10.0"
"protobufjs": "~6.10.2"
},
"devDependencies": {
"@cosmjs/encoding": "^0.24.0-alpha.6",
+1 -1
View File
@@ -56,6 +56,6 @@
"@cosmjs/tendermint-rpc": "^0.24.0-alpha.6",
"@cosmjs/utils": "^0.24.0-alpha.6",
"long": "^4.0.0",
"protobufjs": "~6.10.0"
"protobufjs": "~6.10.2"
}
}
+4 -4
View File
@@ -7156,10 +7156,10 @@ proto-list@~1.2.1:
resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"
integrity sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=
protobufjs@^6.8.8, protobufjs@~6.10.0:
version "6.10.1"
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.10.1.tgz#e6a484dd8f04b29629e9053344e3970cccf13cd2"
integrity sha512-pb8kTchL+1Ceg4lFd5XUpK8PdWacbvV5SK2ULH2ebrYtl4GjJmS24m6CKME67jzV53tbJxHlnNOSqQHbTsR9JQ==
protobufjs@^6.8.8, protobufjs@~6.10.2:
version "6.10.2"
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.10.2.tgz#b9cb6bd8ec8f87514592ba3fdfd28e93f33a469b"
integrity sha512-27yj+04uF6ya9l+qfpH187aqEzfCF4+Uit0I9ZBQVqK09hk/SQzKa2MUqUpXaVa7LOFRg1TSSr3lVxGOk6c0SQ==
dependencies:
"@protobufjs/aspromise" "^1.1.2"
"@protobufjs/base64" "^1.1.2"