diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d2d548f..5a2b54d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 0.86.5 Nov 6, 2021 + +Changes: + +- Updated to `@polkadot/{hw-ledger, keyring, util, util-crypto}` 7.8.2 + + ## 0.86.4 Nov 6, 2021 Changes: diff --git a/package.json b/package.json index 08521432..50f8bff4 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.86.4", + "version": "0.86.5", "workspaces": [ "packages/*" ], @@ -34,9 +34,9 @@ "devDependencies": { "@babel/core": "^7.16.0", "@babel/runtime": "^7.16.0", - "@polkadot/dev": "^0.63.26", + "@polkadot/dev": "^0.63.27", "@polkadot/ts": "^0.4.13", - "@polkadot/x-bundle": "^7.8.1", + "@polkadot/x-bundle": "^7.8.2", "@types/jest": "^27.0.2", "babel-plugin-transform-vue-template": "^0.4.2", "empty": "^0.10.1", diff --git a/packages/example-react/package.json b/packages/example-react/package.json index 57c41b26..70e11a1c 100644 --- a/packages/example-react/package.json +++ b/packages/example-react/package.json @@ -14,7 +14,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.86.4", + "version": "0.86.5", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.0" diff --git a/packages/example-vue/package.json b/packages/example-vue/package.json index 2680c06e..7921144a 100644 --- a/packages/example-vue/package.json +++ b/packages/example-vue/package.json @@ -14,7 +14,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.86.4", + "version": "0.86.5", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.0" diff --git a/packages/exampleReactNative/package.json b/packages/exampleReactNative/package.json index d581b23a..baff9821 100644 --- a/packages/exampleReactNative/package.json +++ b/packages/exampleReactNative/package.json @@ -1,6 +1,6 @@ { "name": "exampleReactNative", - "version": "0.86.4", + "version": "0.86.5", "license": "Apache-2.0", "private": true, "scripts": { @@ -21,12 +21,12 @@ }, "sideEffects": false, "dependencies": { - "@polkadot/keyring": "^7.8.1", - "@polkadot/reactnative-identicon": "0.86.4", - "@polkadot/ui-keyring": "0.86.4", - "@polkadot/ui-settings": "0.86.4", - "@polkadot/util": "^7.8.1", - "@polkadot/util-crypto": "^7.8.1", + "@polkadot/keyring": "^7.8.2", + "@polkadot/reactnative-identicon": "0.86.5", + "@polkadot/ui-keyring": "0.86.5", + "@polkadot/ui-settings": "0.86.5", + "@polkadot/util": "^7.8.2", + "@polkadot/util-crypto": "^7.8.2", "@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 5a305b54..fb7ab83a 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -17,15 +17,15 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.86.4", + "version": "0.86.5", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.0", - "@polkadot/keyring": "^7.8.1", - "@polkadot/ui-settings": "0.86.4", - "@polkadot/ui-shared": "0.86.4", - "@polkadot/util": "^7.8.1", - "@polkadot/util-crypto": "^7.8.1", + "@polkadot/keyring": "^7.8.2", + "@polkadot/ui-settings": "0.86.5", + "@polkadot/ui-shared": "0.86.5", + "@polkadot/util": "^7.8.2", + "@polkadot/util-crypto": "^7.8.2", "color": "^3.2.1", "ethereum-blockies-base64": "^1.0.2", "jdenticon": "3.1.1", diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index b4dafe17..b07de40f 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -14,12 +14,12 @@ }, "sideEffects": false, "type": "module", - "version": "0.86.4", + "version": "0.86.5", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.0", - "@polkadot/util": "^7.8.1", - "@polkadot/util-crypto": "^7.8.1", + "@polkadot/util": "^7.8.2", + "@polkadot/util-crypto": "^7.8.2", "qrcode-generator": "^1.4.4", "react-qr-reader": "^2.2.1", "styled-components": "^5.3.3" diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index ca440fdd..c32b368d 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -17,14 +17,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.86.4", + "version": "0.86.5", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.0", - "@polkadot/ui-shared": "0.86.4", - "@polkadot/util": "^7.8.1", - "@polkadot/util-crypto": "^7.8.1", - "react-native-svg": "^12.2.0" + "@polkadot/ui-shared": "0.86.5", + "@polkadot/util": "^7.8.2", + "@polkadot/util-crypto": "^7.8.2", + "react-native-svg": "^12.1.1" }, "devDependencies": { "@types/react-native": "^0.66.2" diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index 9e6278c3..03976966 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -13,7 +13,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.86.4", + "version": "0.86.5", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.0" diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index d19bfba3..7464add9 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -16,14 +16,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.86.4", + "version": "0.86.5", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.0", - "@polkadot/hw-ledger": "^7.8.1", - "@polkadot/keyring": "^7.8.1", - "@polkadot/ui-settings": "0.86.4", - "@polkadot/util": "^7.8.1", + "@polkadot/hw-ledger": "^7.8.2", + "@polkadot/keyring": "^7.8.2", + "@polkadot/ui-settings": "0.86.5", + "@polkadot/util": "^7.8.2", "mkdirp": "^1.0.4", "rxjs": "^7.4.0", "store": "^2.0.12" diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index c098f669..35dfebf0 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -14,12 +14,12 @@ }, "sideEffects": false, "type": "module", - "version": "0.86.4", + "version": "0.86.5", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.0", - "@polkadot/networks": "^7.8.1", - "@polkadot/util": "^7.8.1", + "@polkadot/networks": "^7.8.2", + "@polkadot/util": "^7.8.2", "eventemitter3": "^4.0.7", "store": "^2.0.12" }, diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index 901f323b..5a8608d6 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -14,15 +14,15 @@ }, "sideEffects": false, "type": "module", - "version": "0.86.4", + "version": "0.86.5", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.0", "color": "^3.2.1" }, "devDependencies": { - "@polkadot/util": "^7.8.1", - "@polkadot/util-crypto": "^7.8.1", + "@polkadot/util": "^7.8.2", + "@polkadot/util-crypto": "^7.8.2", "@types/color": "^3.0.2", "@types/xmlserializer": "^0.6.2" }, diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index 11c44a58..0ed278b9 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -17,13 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.86.4", + "version": "0.86.5", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.0", - "@polkadot/ui-shared": "0.86.4", - "@polkadot/util": "^7.8.1", - "@polkadot/util-crypto": "^7.8.1", + "@polkadot/ui-shared": "0.86.5", + "@polkadot/util": "^7.8.2", + "@polkadot/util-crypto": "^7.8.2", "jdenticon": "3.1.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 5f88f9f2..f86cc977 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2154,9 +2154,9 @@ __metadata: languageName: node linkType: hard -"@polkadot/dev@npm:^0.63.26": - version: 0.63.26 - resolution: "@polkadot/dev@npm:0.63.26" +"@polkadot/dev@npm:^0.63.27": + version: 0.63.27 + resolution: "@polkadot/dev@npm:0.63.27" dependencies: "@babel/cli": ^7.16.0 "@babel/core": ^7.16.0 @@ -2241,7 +2241,7 @@ __metadata: polkadot-exec-rollup: scripts/polkadot-exec-rollup.mjs polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs - checksum: 531714b546187b96ed0481275088b8929b8a93b7f74ed14ee838a31c380b21867e88242c546ab948947eed783d719d703dabf4529d8a08e0b54df01e0f4f3aff + checksum: 73a198a215c2ceb8d9c05a44879c62c9ddd82ddd075c66c8c07c2e1f9093de42bc94fd12ae790f709f6e8d4384c9c22861ab2fe0f2c5dd125ea094e16d5bc67c languageName: node linkType: hard @@ -2261,9 +2261,9 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/hw-ledger-transports@npm:7.8.1": - version: 7.8.1 - resolution: "@polkadot/hw-ledger-transports@npm:7.8.1" +"@polkadot/hw-ledger-transports@npm:7.8.2": + version: 7.8.2 + resolution: "@polkadot/hw-ledger-transports@npm:7.8.2" dependencies: "@babel/runtime": ^7.16.0 "@ledgerhq/hw-transport": ^6.11.2 @@ -2273,42 +2273,42 @@ __metadata: dependenciesMeta: "@ledgerhq/hw-transport-node-hid-singleton": optional: true - checksum: af21129c6fe8b9e6df55aea6d1b70bb2706f4336590a154332f59730ccd8e94a846f45011332f9521876cb2fe0d5690f4d4b160bd964885c69b78254b7b51d58 + checksum: 24a54b721d1141a731cd7f021e6a0d08dc1723615a5014aed9ef400994502c6601c35d968390adcdcdecbb8ce812610111261faa0cd84aaaa4e682ef0dc9c660 languageName: node linkType: hard -"@polkadot/hw-ledger@npm:^7.8.1": - version: 7.8.1 - resolution: "@polkadot/hw-ledger@npm:7.8.1" +"@polkadot/hw-ledger@npm:^7.8.2": + version: 7.8.2 + resolution: "@polkadot/hw-ledger@npm:7.8.2" dependencies: "@babel/runtime": ^7.16.0 - "@polkadot/hw-ledger-transports": 7.8.1 - "@polkadot/util": 7.8.1 + "@polkadot/hw-ledger-transports": 7.8.2 + "@polkadot/util": 7.8.2 "@zondax/ledger-substrate": ^0.18.0 - checksum: b38a361fb3793ffcbd5dee89773e84e48c50128e0fdd1173f5504605b48f1a21aa2b11ba01a9190201a83453701be2073b7a697d05e1e4d11eb5fc91e07552fa + checksum: 0e8638e1bd7bb8247333a00ed54f84e3a657740e2d3648fecdac266108dcc7f478f2c55e75a0ec4b37ad6cfda0142a3882c7c14335819a40d4afe8bc84edfc88 languageName: node linkType: hard -"@polkadot/keyring@npm:^7.8.1": - version: 7.8.1 - resolution: "@polkadot/keyring@npm:7.8.1" +"@polkadot/keyring@npm:^7.8.2": + version: 7.8.2 + resolution: "@polkadot/keyring@npm:7.8.2" dependencies: "@babel/runtime": ^7.16.0 - "@polkadot/util": 7.8.1 - "@polkadot/util-crypto": 7.8.1 + "@polkadot/util": 7.8.2 + "@polkadot/util-crypto": 7.8.2 peerDependencies: - "@polkadot/util": 7.8.1 - "@polkadot/util-crypto": 7.8.1 - checksum: e83ea2422d95e09ed8a9e093e321836961d855742d0bdd74f3fc44d739a8294e7627348dbb273bdc3c00e2ab8552ec3fc7dd1f1ef5f11e12b29d46c00fda7bb0 + "@polkadot/util": 7.8.2 + "@polkadot/util-crypto": 7.8.2 + checksum: 9c35be4bebd2930f57a6379cd4dd369b141f843b57b750ebaaa88e4f3e301b906aeb99097cda1bc3147883be554f8e9ed9dd05ecd1487027a0857d141b4a84bf languageName: node linkType: hard -"@polkadot/networks@npm:7.8.1, @polkadot/networks@npm:^7.8.1": - version: 7.8.1 - resolution: "@polkadot/networks@npm:7.8.1" +"@polkadot/networks@npm:7.8.2, @polkadot/networks@npm:^7.8.2": + version: 7.8.2 + resolution: "@polkadot/networks@npm:7.8.2" dependencies: "@babel/runtime": ^7.16.0 - checksum: b2bdd0f8103fa375bf0c7955537a5096caaf030da97f76904c611887581cc588e4ee80a90553c00f1bfbf037818a8ec60300247b2c08557d1bfa9143d6068909 + checksum: e94cc7a4f0767273a3efef07bde941296b730e8364545b92e01a3b6b627d54ed02d4f4ef7798e43ffd192a2e5a0d116cc7e35d5ccca42a888caa190d51c56b8a languageName: node linkType: hard @@ -2317,11 +2317,11 @@ __metadata: resolution: "@polkadot/react-identicon@workspace:packages/react-identicon" dependencies: "@babel/runtime": ^7.16.0 - "@polkadot/keyring": ^7.8.1 - "@polkadot/ui-settings": 0.86.4 - "@polkadot/ui-shared": 0.86.4 - "@polkadot/util": ^7.8.1 - "@polkadot/util-crypto": ^7.8.1 + "@polkadot/keyring": ^7.8.2 + "@polkadot/ui-settings": 0.86.5 + "@polkadot/ui-shared": 0.86.5 + "@polkadot/util": ^7.8.2 + "@polkadot/util-crypto": ^7.8.2 "@types/react-copy-to-clipboard": ^5.0.2 "@types/react-dom": ^17.0.11 "@types/styled-components": ^5.1.15 @@ -2347,8 +2347,8 @@ __metadata: resolution: "@polkadot/react-qr@workspace:packages/react-qr" dependencies: "@babel/runtime": ^7.16.0 - "@polkadot/util": ^7.8.1 - "@polkadot/util-crypto": ^7.8.1 + "@polkadot/util": ^7.8.2 + "@polkadot/util-crypto": ^7.8.2 "@types/react-qr-reader": ^2.1.4 "@types/styled-components": ^5.1.15 qrcode-generator: ^1.4.4 @@ -2363,16 +2363,16 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/reactnative-identicon@0.86.4, @polkadot/reactnative-identicon@workspace:packages/reactnative-identicon": +"@polkadot/reactnative-identicon@0.86.5, @polkadot/reactnative-identicon@workspace:packages/reactnative-identicon": version: 0.0.0-use.local resolution: "@polkadot/reactnative-identicon@workspace:packages/reactnative-identicon" dependencies: "@babel/runtime": ^7.16.0 - "@polkadot/ui-shared": 0.86.4 - "@polkadot/util": ^7.8.1 - "@polkadot/util-crypto": ^7.8.1 + "@polkadot/ui-shared": 0.86.5 + "@polkadot/util": ^7.8.2 + "@polkadot/util-crypto": ^7.8.2 "@types/react-native": ^0.66.2 - react-native-svg: ^12.2.0 + react-native-svg: ^12.1.1 peerDependencies: "@polkadot/util": "*" "@polkadot/util-crypto": "*" @@ -2398,15 +2398,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-keyring@0.86.4, @polkadot/ui-keyring@workspace:packages/ui-keyring": +"@polkadot/ui-keyring@0.86.5, @polkadot/ui-keyring@workspace:packages/ui-keyring": version: 0.0.0-use.local resolution: "@polkadot/ui-keyring@workspace:packages/ui-keyring" dependencies: "@babel/runtime": ^7.16.0 - "@polkadot/hw-ledger": ^7.8.1 - "@polkadot/keyring": ^7.8.1 - "@polkadot/ui-settings": 0.86.4 - "@polkadot/util": ^7.8.1 + "@polkadot/hw-ledger": ^7.8.2 + "@polkadot/keyring": ^7.8.2 + "@polkadot/ui-settings": 0.86.5 + "@polkadot/util": ^7.8.2 "@types/mkdirp": ^1.0.2 "@types/store": ^2.0.2 mkdirp: ^1.0.4 @@ -2419,13 +2419,13 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-settings@0.86.4, @polkadot/ui-settings@workspace:packages/ui-settings": +"@polkadot/ui-settings@0.86.5, @polkadot/ui-settings@workspace:packages/ui-settings": version: 0.0.0-use.local resolution: "@polkadot/ui-settings@workspace:packages/ui-settings" dependencies: "@babel/runtime": ^7.16.0 - "@polkadot/networks": ^7.8.1 - "@polkadot/util": ^7.8.1 + "@polkadot/networks": ^7.8.2 + "@polkadot/util": ^7.8.2 "@types/store": ^2.0.2 eventemitter3: ^4.0.7 store: ^2.0.12 @@ -2435,13 +2435,13 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-shared@0.86.4, @polkadot/ui-shared@workspace:packages/ui-shared": +"@polkadot/ui-shared@0.86.5, @polkadot/ui-shared@workspace:packages/ui-shared": version: 0.0.0-use.local resolution: "@polkadot/ui-shared@workspace:packages/ui-shared" dependencies: "@babel/runtime": ^7.16.0 - "@polkadot/util": ^7.8.1 - "@polkadot/util-crypto": ^7.8.1 + "@polkadot/util": ^7.8.2 + "@polkadot/util-crypto": ^7.8.2 "@types/color": ^3.0.2 "@types/xmlserializer": ^0.6.2 color: ^3.2.1 @@ -2451,15 +2451,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/util-crypto@npm:7.8.1, @polkadot/util-crypto@npm:^7.8.1": - version: 7.8.1 - resolution: "@polkadot/util-crypto@npm:7.8.1" +"@polkadot/util-crypto@npm:7.8.2, @polkadot/util-crypto@npm:^7.8.2": + version: 7.8.2 + resolution: "@polkadot/util-crypto@npm:7.8.2" dependencies: "@babel/runtime": ^7.16.0 - "@polkadot/networks": 7.8.1 - "@polkadot/util": 7.8.1 + "@polkadot/networks": 7.8.2 + "@polkadot/util": 7.8.2 "@polkadot/wasm-crypto": ^4.2.1 - "@polkadot/x-randomvalues": 7.8.1 + "@polkadot/x-randomvalues": 7.8.2 base-x: ^3.0.9 base64-js: ^1.5.1 blakejs: ^1.1.1 @@ -2473,23 +2473,23 @@ __metadata: tweetnacl: ^1.0.3 xxhashjs: ^0.2.2 peerDependencies: - "@polkadot/util": 7.8.1 - checksum: 420e89f614273f78b6b23081db9d076bbec449c035dc13ca36f4cd919bdab180c3e5d3d5b52ac39325d0661e31640a064bff8a31b05a7487290a98f4fc04e4a2 + "@polkadot/util": 7.8.2 + checksum: 7cc3068e93572451ff4929867fed7577968f640c51a18d07cfec15b3526b237f133929882f461b815e6421ff2c7c41a1462c97670381705139f4f1883d9b7e9e languageName: node linkType: hard -"@polkadot/util@npm:7.8.1, @polkadot/util@npm:^7.8.1": - version: 7.8.1 - resolution: "@polkadot/util@npm:7.8.1" +"@polkadot/util@npm:7.8.2, @polkadot/util@npm:^7.8.2": + version: 7.8.2 + resolution: "@polkadot/util@npm:7.8.2" dependencies: "@babel/runtime": ^7.16.0 - "@polkadot/x-textdecoder": 7.8.1 - "@polkadot/x-textencoder": 7.8.1 + "@polkadot/x-textdecoder": 7.8.2 + "@polkadot/x-textencoder": 7.8.2 "@types/bn.js": ^4.11.6 bn.js: ^4.12.0 camelcase: ^6.2.0 ip-regex: ^4.3.0 - checksum: f645cc0925c4f2875d9ab7332644c0ffd8ec6f4d419723204731a2732ba31b6c90c192b2957bd56e5dbc8df364125cab0a716a5097030ae16cad1daff6ff15a5 + checksum: 6c7320c37c14b9a444a931654a728a5eca365554270168bcbd186dc9e9901240f07a2c1d8063c5833d7c1bdb7f081f9ae72a7f17e29420ffa9c12d2cfe65aa90 languageName: node linkType: hard @@ -2498,9 +2498,9 @@ __metadata: resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon" dependencies: "@babel/runtime": ^7.16.0 - "@polkadot/ui-shared": 0.86.4 - "@polkadot/util": ^7.8.1 - "@polkadot/util-crypto": ^7.8.1 + "@polkadot/ui-shared": 0.86.5 + "@polkadot/util": ^7.8.2 + "@polkadot/util-crypto": ^7.8.2 jdenticon: 3.1.1 vue: ^2.6.14 peerDependencies: @@ -2542,53 +2542,53 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-bundle@npm:^7.8.1": - version: 7.8.1 - resolution: "@polkadot/x-bundle@npm:7.8.1" +"@polkadot/x-bundle@npm:^7.8.2": + version: 7.8.2 + resolution: "@polkadot/x-bundle@npm:7.8.2" dependencies: "@babel/runtime": ^7.16.0 - "@polkadot/util": 7.8.1 + "@polkadot/util": 7.8.2 buffer-es6: ^4.9.3 - checksum: 0292bdd599aef2ded2bd27fa99d3b569c3d03861007fcf4946ea4e413ea93057e9ae41a735822d3212b99b93c4a60a26a873c59af61c7878ee716d2b7b335a01 + checksum: c5991a755fde6c988a9a4fdabee6aa4ca476f53dabd2a7b8d94c5066a003c49624f549b77a0e887d21355d1ae8f8ff2f46dcf92a4fdee99b567860226f990d90 languageName: node linkType: hard -"@polkadot/x-global@npm:7.8.1": - version: 7.8.1 - resolution: "@polkadot/x-global@npm:7.8.1" +"@polkadot/x-global@npm:7.8.2": + version: 7.8.2 + resolution: "@polkadot/x-global@npm:7.8.2" dependencies: "@babel/runtime": ^7.16.0 - checksum: 3b77ee598c9e7b980d7cf429182561054dc8ff672c9533f81a477be63a76aa41f368a3ce0944be999a478d53657b5a49392220ff875c970c3e78adfe57135052 + checksum: 9fac7a7a6b6c1c2507e9bd6c04874627827202f789b35f76a4945b46e5afb1f726c6683250261b5b022531b308e60cda7b324bd5912b35ad14640515063f1358 languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:7.8.1": - version: 7.8.1 - resolution: "@polkadot/x-randomvalues@npm:7.8.1" +"@polkadot/x-randomvalues@npm:7.8.2": + version: 7.8.2 + resolution: "@polkadot/x-randomvalues@npm:7.8.2" dependencies: "@babel/runtime": ^7.16.0 - "@polkadot/x-global": 7.8.1 - checksum: 6d694cc92816e0f6f47e49c47171a1bcf6b2e4cc2fa65b0f8f6a5c518cd8a3bf8aaa96a39738ef49815dabcde5ce8a00a5ff8d722228b38690eae99f495ecaf7 + "@polkadot/x-global": 7.8.2 + checksum: 9f0927ed2429ed0f94ca5481b64eb378b139399282e9677637141bc4829bf76a85e37806d8050eab08b0969c54d2073d8f5899921a031c5c543ffda43ea0ed03 languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:7.8.1": - version: 7.8.1 - resolution: "@polkadot/x-textdecoder@npm:7.8.1" +"@polkadot/x-textdecoder@npm:7.8.2": + version: 7.8.2 + resolution: "@polkadot/x-textdecoder@npm:7.8.2" dependencies: "@babel/runtime": ^7.16.0 - "@polkadot/x-global": 7.8.1 - checksum: 90d55c772e746afea897ae1689333fea92fcca89a5d1ba059bf105a637d3aa85899b6374d9824e0a97a358f008a966fcb349d8993b3325b104a7a3c30a8a40ac + "@polkadot/x-global": 7.8.2 + checksum: 5e26717ce427070a5c9670517a998e7d822fe796b6ed67ed9aa06ad9d9971d88f3e8eb42ab2163a237f761390d9cc76791faa903e97085e65dc7c299926a9086 languageName: node linkType: hard -"@polkadot/x-textencoder@npm:7.8.1": - version: 7.8.1 - resolution: "@polkadot/x-textencoder@npm:7.8.1" +"@polkadot/x-textencoder@npm:7.8.2": + version: 7.8.2 + resolution: "@polkadot/x-textencoder@npm:7.8.2" dependencies: "@babel/runtime": ^7.16.0 - "@polkadot/x-global": 7.8.1 - checksum: bcb8d33a30a54b69caa85cdd8516041671a7b32b8e9bff407b208a9e6b2d45a412f78a6630d15a34dff2f236ce1feadd81678f4ee9858802af05d388781e6743 + "@polkadot/x-global": 7.8.2 + checksum: 3464d122aeaa2a45d3576c7862e0b703726cff86671b921a48a99d518209d9a13cfb86229f723003d3e91ce4d3b0f2bf48374becf5662fac890e229d2b31315d languageName: node linkType: hard @@ -7366,12 +7366,12 @@ __metadata: dependencies: "@babel/core": ^7.16.0 "@babel/runtime": ^7.16.0 - "@polkadot/keyring": ^7.8.1 - "@polkadot/reactnative-identicon": 0.86.4 - "@polkadot/ui-keyring": 0.86.4 - "@polkadot/ui-settings": 0.86.4 - "@polkadot/util": ^7.8.1 - "@polkadot/util-crypto": ^7.8.1 + "@polkadot/keyring": ^7.8.2 + "@polkadot/reactnative-identicon": 0.86.5 + "@polkadot/ui-keyring": 0.86.5 + "@polkadot/ui-settings": 0.86.5 + "@polkadot/util": ^7.8.2 + "@polkadot/util-crypto": ^7.8.2 "@react-native-community/async-storage": ^1.12.1 "@react-native-community/cli-platform-ios": ^5.0.2 "@types/react-test-renderer": 17.0.1 @@ -13429,7 +13429,7 @@ fsevents@~2.1.2: languageName: node linkType: hard -"react-native-svg@npm:^12.2.0": +"react-native-svg@npm:^12.1.1": version: 12.2.0 resolution: "react-native-svg@npm:12.2.0" dependencies: @@ -14110,9 +14110,9 @@ resolve@^2.0.0-next.3: dependencies: "@babel/core": ^7.16.0 "@babel/runtime": ^7.16.0 - "@polkadot/dev": ^0.63.26 + "@polkadot/dev": ^0.63.27 "@polkadot/ts": ^0.4.13 - "@polkadot/x-bundle": ^7.8.1 + "@polkadot/x-bundle": ^7.8.2 "@types/jest": ^27.0.2 babel-plugin-transform-vue-template: ^0.4.2 empty: ^0.10.1