fix(deps): update cosmjs deps to v0.32.2 (#352)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
272b81fc28
commit
316b000777
126
advanced/wallets/react-wallet-auth/package-lock.json
generated
126
advanced/wallets/react-wallet-auth/package-lock.json
generated
@ -6,9 +6,9 @@
|
||||
"": {
|
||||
"name": "react-wallet-v2",
|
||||
"dependencies": {
|
||||
"@cosmjs/amino": "0.32.0",
|
||||
"@cosmjs/encoding": "0.32.0",
|
||||
"@cosmjs/proto-signing": "0.32.0",
|
||||
"@cosmjs/amino": "0.32.2",
|
||||
"@cosmjs/encoding": "0.32.2",
|
||||
"@cosmjs/proto-signing": "0.32.2",
|
||||
"@json-rpc-tools/utils": "1.7.6",
|
||||
"@nextui-org/react": "1.0.8-beta.5",
|
||||
"@polkadot/keyring": "^12.0.0",
|
||||
@ -310,24 +310,24 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@cosmjs/amino": {
|
||||
"version": "0.32.0",
|
||||
"resolved": "https://registry.npmjs.org/@cosmjs/amino/-/amino-0.32.0.tgz",
|
||||
"integrity": "sha512-i1ehEZLQo8HUGY78eum+1ZrDQ48QSkHKy0zOTBOMqce6TiwACIC5kOjRSOWdRQDILcPFzPVrbS2dIgtrdd0ykg==",
|
||||
"version": "0.32.2",
|
||||
"resolved": "https://registry.npmjs.org/@cosmjs/amino/-/amino-0.32.2.tgz",
|
||||
"integrity": "sha512-lcK5RCVm4OfdAooxKcF2+NwaDVVpghOq6o/A40c2mHXDUzUoRZ33VAHjVJ9Me6vOFxshrw/XEFn1f4KObntjYA==",
|
||||
"dependencies": {
|
||||
"@cosmjs/crypto": "^0.32.0",
|
||||
"@cosmjs/encoding": "^0.32.0",
|
||||
"@cosmjs/math": "^0.32.0",
|
||||
"@cosmjs/utils": "^0.32.0"
|
||||
"@cosmjs/crypto": "^0.32.2",
|
||||
"@cosmjs/encoding": "^0.32.2",
|
||||
"@cosmjs/math": "^0.32.2",
|
||||
"@cosmjs/utils": "^0.32.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@cosmjs/crypto": {
|
||||
"version": "0.32.0",
|
||||
"resolved": "https://registry.npmjs.org/@cosmjs/crypto/-/crypto-0.32.0.tgz",
|
||||
"integrity": "sha512-h8Fuff9QtHeHAZXB8Mjpk8sYQSqOd484GtD1NAJRCqfXifanNUeZOaXAQkcHbA0eg/IYa+ev7+gOPxm9HkSshQ==",
|
||||
"version": "0.32.2",
|
||||
"resolved": "https://registry.npmjs.org/@cosmjs/crypto/-/crypto-0.32.2.tgz",
|
||||
"integrity": "sha512-RuxrYKzhrPF9g6NmU7VEq++Hn1vZJjqqJpZ9Tmw9lOYOV8BUsv+j/0BE86kmWi7xVJ7EwxiuxYsKuM8IR18CIA==",
|
||||
"dependencies": {
|
||||
"@cosmjs/encoding": "^0.32.0",
|
||||
"@cosmjs/math": "^0.32.0",
|
||||
"@cosmjs/utils": "^0.32.0",
|
||||
"@cosmjs/encoding": "^0.32.2",
|
||||
"@cosmjs/math": "^0.32.2",
|
||||
"@cosmjs/utils": "^0.32.2",
|
||||
"@noble/hashes": "^1",
|
||||
"bn.js": "^5.2.0",
|
||||
"elliptic": "^6.5.4",
|
||||
@ -335,9 +335,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@cosmjs/encoding": {
|
||||
"version": "0.32.0",
|
||||
"resolved": "https://registry.npmjs.org/@cosmjs/encoding/-/encoding-0.32.0.tgz",
|
||||
"integrity": "sha512-dlurY3BOnv/5JTz3ziGPxvJAsfaXHcOpYP+Fqwo2OHGoWxpQJgJub4QG5V530ZQHliX+6Wqp97lFEwstpISedg==",
|
||||
"version": "0.32.2",
|
||||
"resolved": "https://registry.npmjs.org/@cosmjs/encoding/-/encoding-0.32.2.tgz",
|
||||
"integrity": "sha512-WX7m1wLpA9V/zH0zRcz4EmgZdAv1F44g4dbXOgNj1eXZw1PIGR12p58OEkLN51Ha3S4DKRtCv5CkhK1KHEvQtg==",
|
||||
"dependencies": {
|
||||
"base64-js": "^1.3.0",
|
||||
"bech32": "^1.1.4",
|
||||
@ -345,30 +345,30 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@cosmjs/math": {
|
||||
"version": "0.32.0",
|
||||
"resolved": "https://registry.npmjs.org/@cosmjs/math/-/math-0.32.0.tgz",
|
||||
"integrity": "sha512-3h12ENHm1B2TuzZY0JrjGyShIkdUAJDmb/xnSPBBJYZH6ZWL4DFLkq2gISq8XSVCBhuNVv4R+cSCdXs8/vSUTw==",
|
||||
"version": "0.32.2",
|
||||
"resolved": "https://registry.npmjs.org/@cosmjs/math/-/math-0.32.2.tgz",
|
||||
"integrity": "sha512-b8+ruAAY8aKtVKWSft2IvtCVCUH1LigIlf9ALIiY8n9jtM4kMASiaRbQ/27etnSAInV88IaezKK9rQZrtxTjcw==",
|
||||
"dependencies": {
|
||||
"bn.js": "^5.2.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@cosmjs/proto-signing": {
|
||||
"version": "0.32.0",
|
||||
"resolved": "https://registry.npmjs.org/@cosmjs/proto-signing/-/proto-signing-0.32.0.tgz",
|
||||
"integrity": "sha512-9401CI0U5rvKMmYrEN4DAl7wvRd5PwfOTPgxoee+O0d3LzK4FUbTjnNIM7DeUi0zaQw/qU3vSbA3ZcMqPifSbQ==",
|
||||
"version": "0.32.2",
|
||||
"resolved": "https://registry.npmjs.org/@cosmjs/proto-signing/-/proto-signing-0.32.2.tgz",
|
||||
"integrity": "sha512-UV4WwkE3W3G3s7wwU9rizNcUEz2g0W8jQZS5J6/3fiN0mRPwtPKQ6EinPN9ASqcAJ7/VQH4/9EPOw7d6XQGnqw==",
|
||||
"dependencies": {
|
||||
"@cosmjs/amino": "^0.32.0",
|
||||
"@cosmjs/crypto": "^0.32.0",
|
||||
"@cosmjs/encoding": "^0.32.0",
|
||||
"@cosmjs/math": "^0.32.0",
|
||||
"@cosmjs/utils": "^0.32.0",
|
||||
"@cosmjs/amino": "^0.32.2",
|
||||
"@cosmjs/crypto": "^0.32.2",
|
||||
"@cosmjs/encoding": "^0.32.2",
|
||||
"@cosmjs/math": "^0.32.2",
|
||||
"@cosmjs/utils": "^0.32.2",
|
||||
"cosmjs-types": "^0.9.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@cosmjs/utils": {
|
||||
"version": "0.32.0",
|
||||
"resolved": "https://registry.npmjs.org/@cosmjs/utils/-/utils-0.32.0.tgz",
|
||||
"integrity": "sha512-9EWhdTtpaNBSDf2i8nwkWWHfgXGumTVAQe4KuC/R0p3A842MiZhpMAU1WxaZkEO0fcvTbfnM/svAIMVcilDtkw=="
|
||||
"version": "0.32.2",
|
||||
"resolved": "https://registry.npmjs.org/@cosmjs/utils/-/utils-0.32.2.tgz",
|
||||
"integrity": "sha512-Gg5t+eR7vPJMAmhkFt6CZrzPd0EKpAslWwk5rFVYZpJsM8JG5KT9XQ99hgNM3Ov6ScNoIWbXkpX27F6A9cXR4Q=="
|
||||
},
|
||||
"node_modules/@emotion/is-prop-valid": {
|
||||
"version": "0.8.8",
|
||||
@ -8725,24 +8725,24 @@
|
||||
}
|
||||
},
|
||||
"@cosmjs/amino": {
|
||||
"version": "0.32.0",
|
||||
"resolved": "https://registry.npmjs.org/@cosmjs/amino/-/amino-0.32.0.tgz",
|
||||
"integrity": "sha512-i1ehEZLQo8HUGY78eum+1ZrDQ48QSkHKy0zOTBOMqce6TiwACIC5kOjRSOWdRQDILcPFzPVrbS2dIgtrdd0ykg==",
|
||||
"version": "0.32.2",
|
||||
"resolved": "https://registry.npmjs.org/@cosmjs/amino/-/amino-0.32.2.tgz",
|
||||
"integrity": "sha512-lcK5RCVm4OfdAooxKcF2+NwaDVVpghOq6o/A40c2mHXDUzUoRZ33VAHjVJ9Me6vOFxshrw/XEFn1f4KObntjYA==",
|
||||
"requires": {
|
||||
"@cosmjs/crypto": "^0.32.0",
|
||||
"@cosmjs/encoding": "^0.32.0",
|
||||
"@cosmjs/math": "^0.32.0",
|
||||
"@cosmjs/utils": "^0.32.0"
|
||||
"@cosmjs/crypto": "^0.32.2",
|
||||
"@cosmjs/encoding": "^0.32.2",
|
||||
"@cosmjs/math": "^0.32.2",
|
||||
"@cosmjs/utils": "^0.32.2"
|
||||
}
|
||||
},
|
||||
"@cosmjs/crypto": {
|
||||
"version": "0.32.0",
|
||||
"resolved": "https://registry.npmjs.org/@cosmjs/crypto/-/crypto-0.32.0.tgz",
|
||||
"integrity": "sha512-h8Fuff9QtHeHAZXB8Mjpk8sYQSqOd484GtD1NAJRCqfXifanNUeZOaXAQkcHbA0eg/IYa+ev7+gOPxm9HkSshQ==",
|
||||
"version": "0.32.2",
|
||||
"resolved": "https://registry.npmjs.org/@cosmjs/crypto/-/crypto-0.32.2.tgz",
|
||||
"integrity": "sha512-RuxrYKzhrPF9g6NmU7VEq++Hn1vZJjqqJpZ9Tmw9lOYOV8BUsv+j/0BE86kmWi7xVJ7EwxiuxYsKuM8IR18CIA==",
|
||||
"requires": {
|
||||
"@cosmjs/encoding": "^0.32.0",
|
||||
"@cosmjs/math": "^0.32.0",
|
||||
"@cosmjs/utils": "^0.32.0",
|
||||
"@cosmjs/encoding": "^0.32.2",
|
||||
"@cosmjs/math": "^0.32.2",
|
||||
"@cosmjs/utils": "^0.32.2",
|
||||
"@noble/hashes": "^1",
|
||||
"bn.js": "^5.2.0",
|
||||
"elliptic": "^6.5.4",
|
||||
@ -8750,9 +8750,9 @@
|
||||
}
|
||||
},
|
||||
"@cosmjs/encoding": {
|
||||
"version": "0.32.0",
|
||||
"resolved": "https://registry.npmjs.org/@cosmjs/encoding/-/encoding-0.32.0.tgz",
|
||||
"integrity": "sha512-dlurY3BOnv/5JTz3ziGPxvJAsfaXHcOpYP+Fqwo2OHGoWxpQJgJub4QG5V530ZQHliX+6Wqp97lFEwstpISedg==",
|
||||
"version": "0.32.2",
|
||||
"resolved": "https://registry.npmjs.org/@cosmjs/encoding/-/encoding-0.32.2.tgz",
|
||||
"integrity": "sha512-WX7m1wLpA9V/zH0zRcz4EmgZdAv1F44g4dbXOgNj1eXZw1PIGR12p58OEkLN51Ha3S4DKRtCv5CkhK1KHEvQtg==",
|
||||
"requires": {
|
||||
"base64-js": "^1.3.0",
|
||||
"bech32": "^1.1.4",
|
||||
@ -8760,30 +8760,30 @@
|
||||
}
|
||||
},
|
||||
"@cosmjs/math": {
|
||||
"version": "0.32.0",
|
||||
"resolved": "https://registry.npmjs.org/@cosmjs/math/-/math-0.32.0.tgz",
|
||||
"integrity": "sha512-3h12ENHm1B2TuzZY0JrjGyShIkdUAJDmb/xnSPBBJYZH6ZWL4DFLkq2gISq8XSVCBhuNVv4R+cSCdXs8/vSUTw==",
|
||||
"version": "0.32.2",
|
||||
"resolved": "https://registry.npmjs.org/@cosmjs/math/-/math-0.32.2.tgz",
|
||||
"integrity": "sha512-b8+ruAAY8aKtVKWSft2IvtCVCUH1LigIlf9ALIiY8n9jtM4kMASiaRbQ/27etnSAInV88IaezKK9rQZrtxTjcw==",
|
||||
"requires": {
|
||||
"bn.js": "^5.2.0"
|
||||
}
|
||||
},
|
||||
"@cosmjs/proto-signing": {
|
||||
"version": "0.32.0",
|
||||
"resolved": "https://registry.npmjs.org/@cosmjs/proto-signing/-/proto-signing-0.32.0.tgz",
|
||||
"integrity": "sha512-9401CI0U5rvKMmYrEN4DAl7wvRd5PwfOTPgxoee+O0d3LzK4FUbTjnNIM7DeUi0zaQw/qU3vSbA3ZcMqPifSbQ==",
|
||||
"version": "0.32.2",
|
||||
"resolved": "https://registry.npmjs.org/@cosmjs/proto-signing/-/proto-signing-0.32.2.tgz",
|
||||
"integrity": "sha512-UV4WwkE3W3G3s7wwU9rizNcUEz2g0W8jQZS5J6/3fiN0mRPwtPKQ6EinPN9ASqcAJ7/VQH4/9EPOw7d6XQGnqw==",
|
||||
"requires": {
|
||||
"@cosmjs/amino": "^0.32.0",
|
||||
"@cosmjs/crypto": "^0.32.0",
|
||||
"@cosmjs/encoding": "^0.32.0",
|
||||
"@cosmjs/math": "^0.32.0",
|
||||
"@cosmjs/utils": "^0.32.0",
|
||||
"@cosmjs/amino": "^0.32.2",
|
||||
"@cosmjs/crypto": "^0.32.2",
|
||||
"@cosmjs/encoding": "^0.32.2",
|
||||
"@cosmjs/math": "^0.32.2",
|
||||
"@cosmjs/utils": "^0.32.2",
|
||||
"cosmjs-types": "^0.9.0"
|
||||
}
|
||||
},
|
||||
"@cosmjs/utils": {
|
||||
"version": "0.32.0",
|
||||
"resolved": "https://registry.npmjs.org/@cosmjs/utils/-/utils-0.32.0.tgz",
|
||||
"integrity": "sha512-9EWhdTtpaNBSDf2i8nwkWWHfgXGumTVAQe4KuC/R0p3A842MiZhpMAU1WxaZkEO0fcvTbfnM/svAIMVcilDtkw=="
|
||||
"version": "0.32.2",
|
||||
"resolved": "https://registry.npmjs.org/@cosmjs/utils/-/utils-0.32.2.tgz",
|
||||
"integrity": "sha512-Gg5t+eR7vPJMAmhkFt6CZrzPd0EKpAslWwk5rFVYZpJsM8JG5KT9XQ99hgNM3Ov6ScNoIWbXkpX27F6A9cXR4Q=="
|
||||
},
|
||||
"@emotion/is-prop-valid": {
|
||||
"version": "0.8.8",
|
||||
|
@ -8,9 +8,9 @@
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@cosmjs/amino": "0.32.0",
|
||||
"@cosmjs/encoding": "0.32.0",
|
||||
"@cosmjs/proto-signing": "0.32.0",
|
||||
"@cosmjs/amino": "0.32.2",
|
||||
"@cosmjs/encoding": "0.32.2",
|
||||
"@cosmjs/proto-signing": "0.32.2",
|
||||
"@json-rpc-tools/utils": "1.7.6",
|
||||
"@nextui-org/react": "1.0.8-beta.5",
|
||||
"@polkadot/keyring": "^12.0.0",
|
||||
|
@ -9,9 +9,9 @@
|
||||
"prettier:write": "prettier --write '**/*.{js,ts,jsx,tsx}'"
|
||||
},
|
||||
"dependencies": {
|
||||
"@cosmjs/amino": "0.32.0",
|
||||
"@cosmjs/encoding": "0.32.0",
|
||||
"@cosmjs/proto-signing": "0.32.0",
|
||||
"@cosmjs/amino": "0.32.2",
|
||||
"@cosmjs/encoding": "0.32.2",
|
||||
"@cosmjs/proto-signing": "0.32.2",
|
||||
"@emotion/react": "^11.11.1",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@json-rpc-tools/utils": "1.7.6",
|
||||
|
@ -162,15 +162,15 @@
|
||||
"@babel/helper-validator-identifier" "^7.22.20"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@cosmjs/amino@0.32.0":
|
||||
version "0.32.0"
|
||||
resolved "https://registry.yarnpkg.com/@cosmjs/amino/-/amino-0.32.0.tgz#1121b73f7d7c5287a599fde1194c8f78af0c0cb5"
|
||||
integrity sha512-i1ehEZLQo8HUGY78eum+1ZrDQ48QSkHKy0zOTBOMqce6TiwACIC5kOjRSOWdRQDILcPFzPVrbS2dIgtrdd0ykg==
|
||||
"@cosmjs/amino@0.32.2", "@cosmjs/amino@^0.32.2":
|
||||
version "0.32.2"
|
||||
resolved "https://registry.yarnpkg.com/@cosmjs/amino/-/amino-0.32.2.tgz#ba3cf255e4e6b1ba67461f1ef7b0b8ad3f895da7"
|
||||
integrity sha512-lcK5RCVm4OfdAooxKcF2+NwaDVVpghOq6o/A40c2mHXDUzUoRZ33VAHjVJ9Me6vOFxshrw/XEFn1f4KObntjYA==
|
||||
dependencies:
|
||||
"@cosmjs/crypto" "^0.32.0"
|
||||
"@cosmjs/encoding" "^0.32.0"
|
||||
"@cosmjs/math" "^0.32.0"
|
||||
"@cosmjs/utils" "^0.32.0"
|
||||
"@cosmjs/crypto" "^0.32.2"
|
||||
"@cosmjs/encoding" "^0.32.2"
|
||||
"@cosmjs/math" "^0.32.2"
|
||||
"@cosmjs/utils" "^0.32.2"
|
||||
|
||||
"@cosmjs/amino@^0.25.4", "@cosmjs/amino@^0.25.6":
|
||||
version "0.25.6"
|
||||
@ -182,16 +182,6 @@
|
||||
"@cosmjs/math" "^0.25.6"
|
||||
"@cosmjs/utils" "^0.25.6"
|
||||
|
||||
"@cosmjs/amino@^0.32.0":
|
||||
version "0.32.1"
|
||||
resolved "https://registry.yarnpkg.com/@cosmjs/amino/-/amino-0.32.1.tgz#412ea151ee064757d8c8746f8a8975dc73ee175f"
|
||||
integrity sha512-5l2xQ2XuAhV/B3kTIMPBcVZ/OQ+9Yyddzw/lIVs4qE5e/oBI0PVNWXw1oyR0wgfGHrMUxgKjsoOOqE2IbXVyCw==
|
||||
dependencies:
|
||||
"@cosmjs/crypto" "^0.32.1"
|
||||
"@cosmjs/encoding" "^0.32.1"
|
||||
"@cosmjs/math" "^0.32.1"
|
||||
"@cosmjs/utils" "^0.32.1"
|
||||
|
||||
"@cosmjs/crypto@^0.25.6":
|
||||
version "0.25.6"
|
||||
resolved "https://registry.yarnpkg.com/@cosmjs/crypto/-/crypto-0.25.6.tgz#695d2d0d2195bdbdd5825d415385646244900bbb"
|
||||
@ -208,23 +198,23 @@
|
||||
ripemd160 "^2.0.2"
|
||||
sha.js "^2.4.11"
|
||||
|
||||
"@cosmjs/crypto@^0.32.0", "@cosmjs/crypto@^0.32.1":
|
||||
version "0.32.1"
|
||||
resolved "https://registry.yarnpkg.com/@cosmjs/crypto/-/crypto-0.32.1.tgz#81202a10cbd36394a390454d954d782482537a5b"
|
||||
integrity sha512-AsKucEg5o8evU0wXF/lDwX+ZSwCKF4bbc57nFzraHywlp3sNu4dfPPURoMrT0r7kT7wQZAy4Pdnvmm9nnCCm/Q==
|
||||
"@cosmjs/crypto@^0.32.2":
|
||||
version "0.32.2"
|
||||
resolved "https://registry.yarnpkg.com/@cosmjs/crypto/-/crypto-0.32.2.tgz#8ed255d3d1c1c4d916a1586f8cbc33eaab82f511"
|
||||
integrity sha512-RuxrYKzhrPF9g6NmU7VEq++Hn1vZJjqqJpZ9Tmw9lOYOV8BUsv+j/0BE86kmWi7xVJ7EwxiuxYsKuM8IR18CIA==
|
||||
dependencies:
|
||||
"@cosmjs/encoding" "^0.32.1"
|
||||
"@cosmjs/math" "^0.32.1"
|
||||
"@cosmjs/utils" "^0.32.1"
|
||||
"@cosmjs/encoding" "^0.32.2"
|
||||
"@cosmjs/math" "^0.32.2"
|
||||
"@cosmjs/utils" "^0.32.2"
|
||||
"@noble/hashes" "^1"
|
||||
bn.js "^5.2.0"
|
||||
elliptic "^6.5.4"
|
||||
libsodium-wrappers-sumo "^0.7.11"
|
||||
|
||||
"@cosmjs/encoding@0.32.0":
|
||||
version "0.32.0"
|
||||
resolved "https://registry.yarnpkg.com/@cosmjs/encoding/-/encoding-0.32.0.tgz#1b6f5b7e3f4c8c01c7863202e7eb0de9ad91a252"
|
||||
integrity sha512-dlurY3BOnv/5JTz3ziGPxvJAsfaXHcOpYP+Fqwo2OHGoWxpQJgJub4QG5V530ZQHliX+6Wqp97lFEwstpISedg==
|
||||
"@cosmjs/encoding@0.32.2", "@cosmjs/encoding@^0.32.2":
|
||||
version "0.32.2"
|
||||
resolved "https://registry.yarnpkg.com/@cosmjs/encoding/-/encoding-0.32.2.tgz#8c5c64481a85cd570740c34dccce69d024a29805"
|
||||
integrity sha512-WX7m1wLpA9V/zH0zRcz4EmgZdAv1F44g4dbXOgNj1eXZw1PIGR12p58OEkLN51Ha3S4DKRtCv5CkhK1KHEvQtg==
|
||||
dependencies:
|
||||
base64-js "^1.3.0"
|
||||
bech32 "^1.1.4"
|
||||
@ -239,15 +229,6 @@
|
||||
bech32 "^1.1.4"
|
||||
readonly-date "^1.0.0"
|
||||
|
||||
"@cosmjs/encoding@^0.32.0", "@cosmjs/encoding@^0.32.1":
|
||||
version "0.32.1"
|
||||
resolved "https://registry.yarnpkg.com/@cosmjs/encoding/-/encoding-0.32.1.tgz#1755c96e063bebef07a3f2d32971e90fb9ea4e3a"
|
||||
integrity sha512-x60Lfds+Eq42rVV29NaoIAson3kBhATBI3zPp7X3GJTryBc5HFHQ6L/976tE1WB2DrvkfUdWS3ayCMVOY/qm1g==
|
||||
dependencies:
|
||||
base64-js "^1.3.0"
|
||||
bech32 "^1.1.4"
|
||||
readonly-date "^1.0.0"
|
||||
|
||||
"@cosmjs/math@^0.25.6":
|
||||
version "0.25.6"
|
||||
resolved "https://registry.yarnpkg.com/@cosmjs/math/-/math-0.25.6.tgz#25c7b106aaded889a5b80784693caa9e654b0c28"
|
||||
@ -255,23 +236,23 @@
|
||||
dependencies:
|
||||
bn.js "^4.11.8"
|
||||
|
||||
"@cosmjs/math@^0.32.0", "@cosmjs/math@^0.32.1":
|
||||
version "0.32.1"
|
||||
resolved "https://registry.yarnpkg.com/@cosmjs/math/-/math-0.32.1.tgz#e748b1f8bb20a927f5fe8311615911ed63c7334e"
|
||||
integrity sha512-sqJgDjPh49rxe06apzwKYLxAw4LLFKmEd4yQtHqH16BxVVUrvK5UH9TEBpUrRErdjqENowekecDCDBZspGXHNA==
|
||||
"@cosmjs/math@^0.32.2":
|
||||
version "0.32.2"
|
||||
resolved "https://registry.yarnpkg.com/@cosmjs/math/-/math-0.32.2.tgz#4522312769197e132679e4960862bcec0eed4cb8"
|
||||
integrity sha512-b8+ruAAY8aKtVKWSft2IvtCVCUH1LigIlf9ALIiY8n9jtM4kMASiaRbQ/27etnSAInV88IaezKK9rQZrtxTjcw==
|
||||
dependencies:
|
||||
bn.js "^5.2.0"
|
||||
|
||||
"@cosmjs/proto-signing@0.32.0":
|
||||
version "0.32.0"
|
||||
resolved "https://registry.yarnpkg.com/@cosmjs/proto-signing/-/proto-signing-0.32.0.tgz#3f182552257b68d040d945913356c399281df0ce"
|
||||
integrity sha512-9401CI0U5rvKMmYrEN4DAl7wvRd5PwfOTPgxoee+O0d3LzK4FUbTjnNIM7DeUi0zaQw/qU3vSbA3ZcMqPifSbQ==
|
||||
"@cosmjs/proto-signing@0.32.2":
|
||||
version "0.32.2"
|
||||
resolved "https://registry.yarnpkg.com/@cosmjs/proto-signing/-/proto-signing-0.32.2.tgz#26ed2675978ce24078981f4c15a06c5d6b808f44"
|
||||
integrity sha512-UV4WwkE3W3G3s7wwU9rizNcUEz2g0W8jQZS5J6/3fiN0mRPwtPKQ6EinPN9ASqcAJ7/VQH4/9EPOw7d6XQGnqw==
|
||||
dependencies:
|
||||
"@cosmjs/amino" "^0.32.0"
|
||||
"@cosmjs/crypto" "^0.32.0"
|
||||
"@cosmjs/encoding" "^0.32.0"
|
||||
"@cosmjs/math" "^0.32.0"
|
||||
"@cosmjs/utils" "^0.32.0"
|
||||
"@cosmjs/amino" "^0.32.2"
|
||||
"@cosmjs/crypto" "^0.32.2"
|
||||
"@cosmjs/encoding" "^0.32.2"
|
||||
"@cosmjs/math" "^0.32.2"
|
||||
"@cosmjs/utils" "^0.32.2"
|
||||
cosmjs-types "^0.9.0"
|
||||
|
||||
"@cosmjs/proto-signing@^0.25.4":
|
||||
@ -288,10 +269,10 @@
|
||||
resolved "https://registry.yarnpkg.com/@cosmjs/utils/-/utils-0.25.6.tgz#934d9a967180baa66163847616a74358732227ca"
|
||||
integrity sha512-ofOYiuxVKNo238vCPPlaDzqPXy2AQ/5/nashBo5rvPZJkxt9LciGfUEQWPCOb1BIJDNx2Dzu0z4XCf/dwzl0Dg==
|
||||
|
||||
"@cosmjs/utils@^0.32.0", "@cosmjs/utils@^0.32.1":
|
||||
version "0.32.1"
|
||||
resolved "https://registry.yarnpkg.com/@cosmjs/utils/-/utils-0.32.1.tgz#0f7f7cbbe38c4a7fd852e698bad4d811fba5f80a"
|
||||
integrity sha512-PV9pa0cVPFCNgfQKEOc6RcNFHr5wMQLcDqWoo/ekIoj1AfzAaqnojdnL80u1C9Qf+vOfRGIXubqiU7Tl7QZuig==
|
||||
"@cosmjs/utils@^0.32.2":
|
||||
version "0.32.2"
|
||||
resolved "https://registry.yarnpkg.com/@cosmjs/utils/-/utils-0.32.2.tgz#324304aa85bfa6f10561cc17781d824d02130897"
|
||||
integrity sha512-Gg5t+eR7vPJMAmhkFt6CZrzPd0EKpAslWwk5rFVYZpJsM8JG5KT9XQ99hgNM3Ov6ScNoIWbXkpX27F6A9cXR4Q==
|
||||
|
||||
"@emotion/babel-plugin@^11.11.0":
|
||||
version "11.11.0"
|
||||
|
Loading…
Reference in New Issue
Block a user