diff --git a/packages/exampleReactNative/package.json b/packages/exampleReactNative/package.json index dad02c69..22b83ec0 100644 --- a/packages/exampleReactNative/package.json +++ b/packages/exampleReactNative/package.json @@ -12,12 +12,12 @@ "test": "jest" }, "dependencies": { - "@polkadot/keyring": "^5.4.2", + "@polkadot/keyring": "^5.4.4", "@polkadot/reactnative-identicon": "0.66.4-2", "@polkadot/ui-keyring": "0.66.4-2", "@polkadot/ui-settings": "0.66.4-2", - "@polkadot/util": "^5.4.2", - "@polkadot/util-crypto": "^5.4.2", + "@polkadot/util": "^5.4.4", + "@polkadot/util-crypto": "^5.4.4", "@react-native-community/async-storage": "^1.12.1", "fast-text-encoding": "^1.0.3", "get-yarn-workspaces": "^1.0.2", diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index 88595e56..4651de00 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -9,11 +9,11 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.12.5", - "@polkadot/keyring": "^5.4.2", + "@polkadot/keyring": "^5.4.4", "@polkadot/ui-settings": "0.66.4-2", "@polkadot/ui-shared": "0.66.4-2", - "@polkadot/util": "^5.4.2", - "@polkadot/util-crypto": "^5.4.2", + "@polkadot/util": "^5.4.4", + "@polkadot/util-crypto": "^5.4.4", "color": "^3.1.3", "ethereum-blockies-base64": "^1.0.2", "jdenticon": "3.1.0", diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index fbf7e3c9..4101f1dc 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -9,8 +9,8 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.12.5", - "@polkadot/util": "^5.4.2", - "@polkadot/util-crypto": "^5.4.2", + "@polkadot/util": "^5.4.4", + "@polkadot/util-crypto": "^5.4.4", "qrcode-generator": "^1.4.4", "react-qr-reader": "^2.2.1", "styled-components": "^5.2.1" diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index 5478830a..7cb631d9 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -10,8 +10,8 @@ "dependencies": { "@babel/runtime": "^7.12.5", "@polkadot/ui-shared": "0.66.4-2", - "@polkadot/util": "^5.4.2", - "@polkadot/util-crypto": "^5.4.2", + "@polkadot/util": "^5.4.4", + "@polkadot/util-crypto": "^5.4.4", "react-native-svg": "^12.1.0" }, "peerDependencies": { diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 5987fe3d..d1f404b7 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -13,11 +13,11 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.12.5", - "@polkadot/hw-ledger": "^5.4.2", - "@polkadot/keyring": "^5.4.2", + "@polkadot/hw-ledger": "^5.4.4", + "@polkadot/keyring": "^5.4.4", "@polkadot/ui-settings": "0.66.4-2", - "@polkadot/util": "^5.4.2", - "@polkadot/x-rxjs": "^5.4.2", + "@polkadot/util": "^5.4.4", + "@polkadot/x-rxjs": "^5.4.4", "mkdirp": "^1.0.4", "store": "^2.0.12" }, diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 12a7a59e..e63bc2f2 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -9,8 +9,8 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.12.5", - "@polkadot/networks": "^5.4.2", - "@polkadot/util": "^5.4.2", + "@polkadot/networks": "^5.4.4", + "@polkadot/util": "^5.4.4", "eventemitter3": "^4.0.7", "store": "^2.0.12" }, diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index 7c952475..634a344b 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -16,8 +16,8 @@ "@polkadot/util-crypto": "*" }, "devDependencies": { - "@polkadot/util": "^5.4.2", - "@polkadot/util-crypto": "^5.4.2", + "@polkadot/util": "^5.4.4", + "@polkadot/util-crypto": "^5.4.4", "@types/color": "^3.0.1", "@types/xmlserializer": "^0.6.2" } diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index 5f6d0bf9..22f40258 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -10,8 +10,8 @@ "dependencies": { "@babel/runtime": "^7.12.5", "@polkadot/ui-shared": "0.66.4-2", - "@polkadot/util": "^5.4.2", - "@polkadot/util-crypto": "^5.4.2", + "@polkadot/util": "^5.4.4", + "@polkadot/util-crypto": "^5.4.4", "jdenticon": "3.1.0" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index d8a60eb4..be1ea585 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2041,9 +2041,9 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/hw-ledger-transports@npm:5.4.2": - version: 5.4.2 - resolution: "@polkadot/hw-ledger-transports@npm:5.4.2" +"@polkadot/hw-ledger-transports@npm:5.4.4": + version: 5.4.4 + resolution: "@polkadot/hw-ledger-transports@npm:5.4.4" dependencies: "@babel/runtime": ^7.12.5 "@ledgerhq/hw-transport-node-hid-singleton": ^5.40.0 @@ -2051,42 +2051,42 @@ __metadata: dependenciesMeta: "@ledgerhq/hw-transport-node-hid-singleton": optional: true - checksum: f5637a9b6d51f32370b2cce5c97573e9360400294c73212ca09c67f660a2fe6672ab43cd1c8fcf5c9c14b48ee923ffb8a9010bd8633baab95b147614f31cda4a + checksum: dfbcbaf5243d4c1310d599e49ab3803637bf579eff16067b29e93ceb51ce2a3b16684639e4a24fe20fe60f5102db242a99086d181743ccafcb73f935a5fb4575 languageName: node linkType: hard -"@polkadot/hw-ledger@npm:^5.4.2": - version: 5.4.2 - resolution: "@polkadot/hw-ledger@npm:5.4.2" +"@polkadot/hw-ledger@npm:^5.4.4": + version: 5.4.4 + resolution: "@polkadot/hw-ledger@npm:5.4.4" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/hw-ledger-transports": 5.4.2 - "@polkadot/util": ^5.4.2 + "@polkadot/hw-ledger-transports": 5.4.4 + "@polkadot/util": ^5.4.4 "@zondax/ledger-polkadot": ^0.13.0 - checksum: edc7e3274a3d0cab3116987f0412bd22c1d81d3b9ba7d2cebd5991274c7e6faa50012c5499646d9cd3a8549fee82d18c50748a9dfd3d3cb6641e335a2f2b5e79 + checksum: 28fd253d0b141e8fdcab05e418c6f96145daad4eb268757c93be104821fd41403ed9bf9904ac31f3d47ddbc0d4d6e95e67615b0a6f2e1339955f45f6793ba9c6 languageName: node linkType: hard -"@polkadot/keyring@npm:^5.4.2": - version: 5.4.2 - resolution: "@polkadot/keyring@npm:5.4.2" +"@polkadot/keyring@npm:^5.4.4": + version: 5.4.4 + resolution: "@polkadot/keyring@npm:5.4.4" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/util": 5.4.2 - "@polkadot/util-crypto": 5.4.2 + "@polkadot/util": 5.4.4 + "@polkadot/util-crypto": 5.4.4 peerDependencies: - "@polkadot/util": 5.4.2 - "@polkadot/util-crypto": 5.4.2 - checksum: 9f68a3606809df329506aa4df7da286a755c47e961268d406a6e2d226cb8cb95aa444c2043e1aeb55ff75766c3385d5c6e588535b5633b4b262d36ce33034d44 + "@polkadot/util": 5.4.4 + "@polkadot/util-crypto": 5.4.4 + checksum: 5131bdfc2c628ab861abecf5dcce84b31d746ef2aadea64aab63e94c40dc123ec0d29346d5faa64f9c86873da9385b6454461d9d70d24839ec78dba79a4802ee languageName: node linkType: hard -"@polkadot/networks@npm:5.4.2, @polkadot/networks@npm:^5.4.2": - version: 5.4.2 - resolution: "@polkadot/networks@npm:5.4.2" +"@polkadot/networks@npm:5.4.4, @polkadot/networks@npm:^5.4.4": + version: 5.4.4 + resolution: "@polkadot/networks@npm:5.4.4" dependencies: "@babel/runtime": ^7.12.5 - checksum: 4bc40a3925364e9f95c1cecfd3ac82b50cf50fafee2a8ba2d535099500822812dfc3c8ba31dc43c11fe992f5aec93afabd5bd0863e610faef0e1bd86d45f7c46 + checksum: fdc3640f22c84f30b9f59a50d546661420f7a412de1a5b136fe2b6a431867f50bc7f00d9ae8fe2005e8d37529b7ecc749abff8d9cb0c5566caf1a81f4ef5981e languageName: node linkType: hard @@ -2095,11 +2095,11 @@ __metadata: resolution: "@polkadot/react-identicon@workspace:packages/react-identicon" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/keyring": ^5.4.2 + "@polkadot/keyring": ^5.4.4 "@polkadot/ui-settings": 0.66.4-2 "@polkadot/ui-shared": 0.66.4-2 - "@polkadot/util": ^5.4.2 - "@polkadot/util-crypto": ^5.4.2 + "@polkadot/util": ^5.4.4 + "@polkadot/util-crypto": ^5.4.4 "@types/react-copy-to-clipboard": ^5.0.0 "@types/react-dom": ^17.0.0 "@types/styled-components": ^5.1.7 @@ -2125,8 +2125,8 @@ __metadata: resolution: "@polkadot/react-qr@workspace:packages/react-qr" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/util": ^5.4.2 - "@polkadot/util-crypto": ^5.4.2 + "@polkadot/util": ^5.4.4 + "@polkadot/util-crypto": ^5.4.4 "@types/react-qr-reader": ^2.1.3 "@types/styled-components": ^5.1.7 qrcode-generator: ^1.4.4 @@ -2147,8 +2147,8 @@ __metadata: dependencies: "@babel/runtime": ^7.12.5 "@polkadot/ui-shared": 0.66.4-2 - "@polkadot/util": ^5.4.2 - "@polkadot/util-crypto": ^5.4.2 + "@polkadot/util": ^5.4.4 + "@polkadot/util-crypto": ^5.4.4 "@types/react-native": ^0.63.46 react-native-svg: ^12.1.0 peerDependencies: @@ -2181,11 +2181,11 @@ __metadata: resolution: "@polkadot/ui-keyring@workspace:packages/ui-keyring" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/hw-ledger": ^5.4.2 - "@polkadot/keyring": ^5.4.2 + "@polkadot/hw-ledger": ^5.4.4 + "@polkadot/keyring": ^5.4.4 "@polkadot/ui-settings": 0.66.4-2 - "@polkadot/util": ^5.4.2 - "@polkadot/x-rxjs": ^5.4.2 + "@polkadot/util": ^5.4.4 + "@polkadot/x-rxjs": ^5.4.4 "@types/mkdirp": ^1.0.1 "@types/store": ^2.0.2 mkdirp: ^1.0.4 @@ -2202,8 +2202,8 @@ __metadata: resolution: "@polkadot/ui-settings@workspace:packages/ui-settings" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/networks": ^5.4.2 - "@polkadot/util": ^5.4.2 + "@polkadot/networks": ^5.4.4 + "@polkadot/util": ^5.4.4 "@types/store": ^2.0.2 eventemitter3: ^4.0.7 store: ^2.0.12 @@ -2218,8 +2218,8 @@ __metadata: resolution: "@polkadot/ui-shared@workspace:packages/ui-shared" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/util": ^5.4.2 - "@polkadot/util-crypto": ^5.4.2 + "@polkadot/util": ^5.4.4 + "@polkadot/util-crypto": ^5.4.4 "@types/color": ^3.0.1 "@types/xmlserializer": ^0.6.2 color: ^3.1.3 @@ -2229,15 +2229,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/util-crypto@npm:5.4.2, @polkadot/util-crypto@npm:^5.4.2": - version: 5.4.2 - resolution: "@polkadot/util-crypto@npm:5.4.2" +"@polkadot/util-crypto@npm:5.4.4, @polkadot/util-crypto@npm:^5.4.4": + version: 5.4.4 + resolution: "@polkadot/util-crypto@npm:5.4.4" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/networks": 5.4.2 - "@polkadot/util": 5.4.2 + "@polkadot/networks": 5.4.4 + "@polkadot/util": 5.4.4 "@polkadot/wasm-crypto": ^3.2.2 - "@polkadot/x-randomvalues": 5.4.2 + "@polkadot/x-randomvalues": 5.4.4 base-x: ^3.0.8 blakejs: ^1.1.0 bn.js: ^4.11.9 @@ -2249,23 +2249,23 @@ __metadata: tweetnacl: ^1.0.3 xxhashjs: ^0.2.2 peerDependencies: - "@polkadot/util": 5.4.2 - checksum: d1f5b2f77f5da524039c8e3b15cb90c2d1c0d8f284db4833e4f202c7ea0b2c74553052f96dea30e3c8d91bcf6b30f4e25fe90dbe17d044a861d082363754201e + "@polkadot/util": 5.4.4 + checksum: eaf96f40351e8cf92afddcc70ba8e4d21c46b812a31f94e1b355a82c6a2daf2858052cc5d9593b3dcfeaeb4994e12f0f592c557851bae485fe331d6becaf64d5 languageName: node linkType: hard -"@polkadot/util@npm:5.4.2, @polkadot/util@npm:^5.4.2": - version: 5.4.2 - resolution: "@polkadot/util@npm:5.4.2" +"@polkadot/util@npm:5.4.4, @polkadot/util@npm:^5.4.4": + version: 5.4.4 + resolution: "@polkadot/util@npm:5.4.4" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/x-textdecoder": 5.4.2 - "@polkadot/x-textencoder": 5.4.2 + "@polkadot/x-textdecoder": 5.4.4 + "@polkadot/x-textencoder": 5.4.4 "@types/bn.js": ^4.11.6 bn.js: ^4.11.9 camelcase: ^5.3.1 ip-regex: ^4.3.0 - checksum: ebc157c8cada88719dd8f78977de3186da55232be886159473c6395a9d6619115e6abd1655c6e62f5412f2abb9cc0db99bce7c8872dfc568275472cbd2b46a58 + checksum: b0a82d9d3a72527a2c3fab83809b178c719ce495b46785d5f0435d200b6f29dbb1f4f33ca41d36de5ac1b86c4c1c139b770a8bfd4c29f95a7ece4a442692b94a languageName: node linkType: hard @@ -2275,8 +2275,8 @@ __metadata: dependencies: "@babel/runtime": ^7.12.5 "@polkadot/ui-shared": 0.66.4-2 - "@polkadot/util": ^5.4.2 - "@polkadot/util-crypto": ^5.4.2 + "@polkadot/util": ^5.4.4 + "@polkadot/util-crypto": ^5.4.4 jdenticon: 3.1.0 vue: ^2.6.12 peerDependencies: @@ -2318,40 +2318,54 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:5.4.2": - version: 5.4.2 - resolution: "@polkadot/x-randomvalues@npm:5.4.2" +"@polkadot/x-global@npm:5.4.4": + version: 5.4.4 + resolution: "@polkadot/x-global@npm:5.4.4" dependencies: "@babel/runtime": ^7.12.5 - checksum: 916cfb49d29b2638291b5a8be892c5776690dec4d5ca951c32b1ae1e0fd050764a1df5f028d6926c571131b0e5336c81c76fd1c949db46922649754a1a81a12d + "@types/node-fetch": ^2.5.8 + node-fetch: ^2.6.1 + checksum: 46a89933af3b31fae69dabf2a583b6694873a8923988b3963d6446be03941c901ddf56c6658fee804098235195af47ef5fb70fed0057fa200f0a5419f5625754 languageName: node linkType: hard -"@polkadot/x-rxjs@npm:^5.4.2": - version: 5.4.2 - resolution: "@polkadot/x-rxjs@npm:5.4.2" +"@polkadot/x-randomvalues@npm:5.4.4": + version: 5.4.4 + resolution: "@polkadot/x-randomvalues@npm:5.4.4" + dependencies: + "@babel/runtime": ^7.12.5 + "@polkadot/x-global": 5.4.4 + checksum: f7a75d57a8d3670a4c9b48dcdf0e0b38ab4b6313ef9454a47dd1e472e18385944bc4dfd4420459b9c0dd29d00b192ad3a9c5208532af548f2836f695d8c7a23c + languageName: node + linkType: hard + +"@polkadot/x-rxjs@npm:^5.4.4": + version: 5.4.4 + resolution: "@polkadot/x-rxjs@npm:5.4.4" dependencies: "@babel/runtime": ^7.12.5 rxjs: ^6.6.3 - checksum: 2662da5c2195db7d40e67b7da2eb5e9558120f7e274b5dc6045ec06ff67178cec39ee6c17cac0c9cc885635e36a3b266569500fb215925b786d57f3bbc25fdb0 + checksum: 4e9ac02978dce49bb1257258af875a62d8f709e386d85dc6054d06c555c1976553537d71fe2b1982d8906c439981fe0903c8b52959e0406941c37ddb1d210e5d languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:5.4.2": - version: 5.4.2 - resolution: "@polkadot/x-textdecoder@npm:5.4.2" +"@polkadot/x-textdecoder@npm:5.4.4": + version: 5.4.4 + resolution: "@polkadot/x-textdecoder@npm:5.4.4" dependencies: "@babel/runtime": ^7.12.5 - checksum: 3da6962155441a1e68843d69b3813049f073e315da27999cc47ca3498689957b32651b8aff6f635406ad4864c2a054faa49bc8f06840508b44e535f3d43b765f + "@polkadot/x-global": 5.4.4 + checksum: ec42196b5f6145aef5e09c185c94ff4221be06079e299b38c988e184a28a080e698ae6e0087fb2ef4595b182feb4fd8dcd891d078de21f027443af80598b6700 languageName: node linkType: hard -"@polkadot/x-textencoder@npm:5.4.2": - version: 5.4.2 - resolution: "@polkadot/x-textencoder@npm:5.4.2" +"@polkadot/x-textencoder@npm:5.4.4": + version: 5.4.4 + resolution: "@polkadot/x-textencoder@npm:5.4.4" dependencies: "@babel/runtime": ^7.12.5 - checksum: 6f9b77c77c41f5ebbc754ca6b252d3b3e4655c0c35d39e2624c2948d0bb27016277b2eb56eafdf1b0d8b75d2c796b6825629f7a95cf2b61684182705bfdebad8 + "@polkadot/x-global": 5.4.4 + checksum: 911019179a88ac6eeba7bc02fc7970ce22885dc81d19938ae6ce3aea34b99a28db864e3c69771e55b616982eacadc60d7a7482b344aea2b8b64de9f1e0c95764 languageName: node linkType: hard @@ -2769,6 +2783,16 @@ __metadata: languageName: node linkType: hard +"@types/node-fetch@npm:^2.5.8": + version: 2.5.8 + resolution: "@types/node-fetch@npm:2.5.8" + dependencies: + "@types/node": "*" + form-data: ^3.0.0 + checksum: 608cdd6aed2c6a44a26406eb63475d4bfb8f63f78f22f747e30dd7cda309b86dc019e4427b9092011541da95d83ef03e2e6558c37d39221c0931617f32d3c4e1 + languageName: node + linkType: hard + "@types/node@npm:*": version: 14.14.19 resolution: "@types/node@npm:14.14.19" @@ -5010,7 +5034,7 @@ __metadata: languageName: node linkType: hard -"combined-stream@npm:^1.0.6, combined-stream@npm:~1.0.6": +"combined-stream@npm:^1.0.6, combined-stream@npm:^1.0.8, combined-stream@npm:~1.0.6": version: 1.0.8 resolution: "combined-stream@npm:1.0.8" dependencies: @@ -6800,12 +6824,12 @@ __metadata: dependencies: "@babel/core": ^7.12.10 "@babel/runtime": ^7.12.5 - "@polkadot/keyring": ^5.4.2 + "@polkadot/keyring": ^5.4.4 "@polkadot/reactnative-identicon": 0.66.4-2 "@polkadot/ui-keyring": 0.66.4-2 "@polkadot/ui-settings": 0.66.4-2 - "@polkadot/util": ^5.4.2 - "@polkadot/util-crypto": ^5.4.2 + "@polkadot/util": ^5.4.4 + "@polkadot/util-crypto": ^5.4.4 "@react-native-community/async-storage": ^1.12.1 "@react-native-community/cli-platform-ios": ^4.13.0 "@types/react-test-renderer": 17.0.0 @@ -7387,6 +7411,17 @@ __metadata: languageName: node linkType: hard +"form-data@npm:^3.0.0": + version: 3.0.0 + resolution: "form-data@npm:3.0.0" + dependencies: + asynckit: ^0.4.0 + combined-stream: ^1.0.8 + mime-types: ^2.1.12 + checksum: 1af88217b449eda6566a0d95185f2baa403ed2a0e3b11547069f6062be66cbac7c8d7a25f0fc59560702e96526e659b5b9e5a8c6fefe00f06da44338191a9133 + languageName: node + linkType: hard + "form-data@npm:~2.3.2": version: 2.3.3 resolution: "form-data@npm:2.3.3" @@ -11464,7 +11499,7 @@ fsevents@~2.1.2: languageName: node linkType: hard -"node-fetch@npm:^2.2.0, node-fetch@npm:^2.6.0": +"node-fetch@npm:^2.2.0, node-fetch@npm:^2.6.0, node-fetch@npm:^2.6.1": version: 2.6.1 resolution: "node-fetch@npm:2.6.1" checksum: cbb171635e538162b977eac5dfe7a1e07a9a02e991924377a6435502291e2f823d306b95aabc455caebf4a118ccf836868462bc70ccc3095af02bb9da61fda37