diff --git a/CHANGELOG.md b/CHANGELOG.md index 599068a4..f490d82c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 1.4.1 Mar 27, 2022 + +Changes: + +- Updated to `@polkadot/{hw-ledger, keyring, util, util-crypto}` 8.7.1 + + ## 1.3.1 Mar 19, 2022 Changes: diff --git a/package.json b/package.json index 3c5ad5e4..cd620f81 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "1.3.2-1", + "version": "1.4.0", "workspaces": [ "packages/*" ], @@ -30,7 +30,7 @@ "@babel/core": "^7.17.8", "@babel/runtime": "^7.17.8", "@polkadot/dev": "^0.65.101", - "@polkadot/x-bundle": "^8.6.1", + "@polkadot/x-bundle": "^8.7.1", "@types/jest": "^27.4.1", "babel-loader": "^8.2.4", "babel-plugin-transform-vue-template": "^0.4.2", diff --git a/packages/example-react/package.json b/packages/example-react/package.json index 93dbd424..ed4b25d3 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": "1.3.2-1", + "version": "1.4.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8" diff --git a/packages/example-vue/package.json b/packages/example-vue/package.json index e6035098..39ab57f4 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": "1.3.2-1", + "version": "1.4.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8" diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index adb25f6a..6f56dfde 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -17,15 +17,15 @@ "./detectPackage.cjs" ], "type": "module", - "version": "1.3.2-1", + "version": "1.4.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", - "@polkadot/keyring": "^8.6.1", - "@polkadot/ui-settings": "1.3.2-1", - "@polkadot/ui-shared": "1.3.2-1", - "@polkadot/util": "^8.6.1", - "@polkadot/util-crypto": "^8.6.1", + "@polkadot/keyring": "^8.7.1", + "@polkadot/ui-settings": "1.4.0", + "@polkadot/ui-shared": "1.4.0", + "@polkadot/util": "^8.7.1", + "@polkadot/util-crypto": "^8.7.1", "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 56f94c1c..51dd81cd 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -17,13 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "1.3.2-1", + "version": "1.4.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", - "@polkadot/ui-settings": "1.3.2-1", - "@polkadot/util": "^8.6.1", - "@polkadot/util-crypto": "^8.6.1", + "@polkadot/ui-settings": "1.4.0", + "@polkadot/util": "^8.7.1", + "@polkadot/util-crypto": "^8.7.1", "qrcode-generator": "^1.4.4", "react-qr-reader": "^2.2.1", "styled-components": "^5.3.5" diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index bd89da27..ab65386f 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -17,13 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "1.3.2-1", + "version": "1.4.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", - "@polkadot/ui-shared": "1.3.2-1", - "@polkadot/util": "^8.6.1", - "@polkadot/util-crypto": "^8.6.1", + "@polkadot/ui-shared": "1.4.0", + "@polkadot/util": "^8.7.1", + "@polkadot/util-crypto": "^8.7.1", "react-native-svg": "^12.3.0" }, "devDependencies": { diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index 4ede1314..9e809f7a 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -13,10 +13,10 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "1.3.2-1", + "version": "1.4.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", - "@polkadot/util": "^8.6.1" + "@polkadot/util": "^8.7.1" } } diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 148ba519..7f8a3a32 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -16,14 +16,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "1.3.2-1", + "version": "1.4.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", - "@polkadot/keyring": "^8.6.1", - "@polkadot/ui-settings": "1.3.2-1", - "@polkadot/util": "^8.6.1", - "@polkadot/util-crypto": "^8.6.1", + "@polkadot/keyring": "^8.7.1", + "@polkadot/ui-settings": "1.4.0", + "@polkadot/util": "^8.7.1", + "@polkadot/util-crypto": "^8.7.1", "mkdirp": "^1.0.4", "rxjs": "^7.5.5", "store": "^2.0.12" diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index a37ed3c2..08172be5 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -17,12 +17,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "1.3.2-1", + "version": "1.4.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", - "@polkadot/networks": "^8.6.1", - "@polkadot/util": "^8.6.1", + "@polkadot/networks": "^8.7.1", + "@polkadot/util": "^8.7.1", "eventemitter3": "^4.0.7", "store": "^2.0.12" }, diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index 85c733e8..d0a2757b 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -17,15 +17,15 @@ "./detectPackage.cjs" ], "type": "module", - "version": "1.3.2-1", + "version": "1.4.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", "color": "^3.2.1" }, "devDependencies": { - "@polkadot/util": "^8.6.1", - "@polkadot/util-crypto": "^8.6.1", + "@polkadot/util": "^8.7.1", + "@polkadot/util-crypto": "^8.7.1", "@types/color": "^3.0.3", "@types/xmlserializer": "^0.6.2", "xmlserializer": "^0.6.1" diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index f191c61e..f766a03e 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -17,13 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "1.3.2-1", + "version": "1.4.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", - "@polkadot/ui-shared": "1.3.2-1", - "@polkadot/util": "^8.6.1", - "@polkadot/util-crypto": "^8.6.1", + "@polkadot/ui-shared": "1.4.0", + "@polkadot/util": "^8.7.1", + "@polkadot/util-crypto": "^8.7.1", "jdenticon": "3.1.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index aecfa74f..8485fe81 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2189,28 +2189,28 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/keyring@npm:^8.6.1": - version: 8.6.1 - resolution: "@polkadot/keyring@npm:8.6.1" +"@polkadot/keyring@npm:^8.7.1": + version: 8.7.1 + resolution: "@polkadot/keyring@npm:8.7.1" dependencies: "@babel/runtime": ^7.17.8 - "@polkadot/util": 8.6.1 - "@polkadot/util-crypto": 8.6.1 + "@polkadot/util": 8.7.1 + "@polkadot/util-crypto": 8.7.1 peerDependencies: - "@polkadot/util": 8.6.1 - "@polkadot/util-crypto": 8.6.1 - checksum: 12307cea2aaef2d153605a7653a21a6dab0f506f0e5f57f2a45def30d15ff3ebefeb591ae10002397ab3dd1ff13f9c17afa8fc93b074d0b91327dc068ac60cfc + "@polkadot/util": 8.7.1 + "@polkadot/util-crypto": 8.7.1 + checksum: 540a092d5e83a578265729ce872f67fbf035470ae85b7dc35e781a0003d111727538fed9a3c1d5624c276fcd69412ee2be92109d6b382b3d868a63ac4d929946 languageName: node linkType: hard -"@polkadot/networks@npm:8.6.1, @polkadot/networks@npm:^8.6.1": - version: 8.6.1 - resolution: "@polkadot/networks@npm:8.6.1" +"@polkadot/networks@npm:8.7.1, @polkadot/networks@npm:^8.7.1": + version: 8.7.1 + resolution: "@polkadot/networks@npm:8.7.1" dependencies: "@babel/runtime": ^7.17.8 - "@polkadot/util": 8.6.1 + "@polkadot/util": 8.7.1 "@substrate/ss58-registry": ^1.17.0 - checksum: 9f7dd054bae8a66048f86aaa25050e9e8ffda9ad3b5d3eeeaedc6022d8e4165a000bf51e5d877aa18cff807b581ee78c0b9883d61f1f3c0617ef9ed0b016b9bb + checksum: 8934295fca208843da3de5bc72de36f8a0885a43e88019e14563bb2066f8bfae20140d5b8b38f665cfe7c7084c4f18812bccf5b740345296038931229228a40b languageName: node linkType: hard @@ -2219,11 +2219,11 @@ __metadata: resolution: "@polkadot/react-identicon@workspace:packages/react-identicon" dependencies: "@babel/runtime": ^7.17.8 - "@polkadot/keyring": ^8.6.1 - "@polkadot/ui-settings": 1.3.2-1 - "@polkadot/ui-shared": 1.3.2-1 - "@polkadot/util": ^8.6.1 - "@polkadot/util-crypto": ^8.6.1 + "@polkadot/keyring": ^8.7.1 + "@polkadot/ui-settings": 1.4.0 + "@polkadot/ui-shared": 1.4.0 + "@polkadot/util": ^8.7.1 + "@polkadot/util-crypto": ^8.7.1 "@types/react-copy-to-clipboard": ^5.0.2 "@types/react-dom": ^17.0.14 "@types/styled-components": ^5.1.24 @@ -2249,9 +2249,9 @@ __metadata: resolution: "@polkadot/react-qr@workspace:packages/react-qr" dependencies: "@babel/runtime": ^7.17.8 - "@polkadot/ui-settings": 1.3.2-1 - "@polkadot/util": ^8.6.1 - "@polkadot/util-crypto": ^8.6.1 + "@polkadot/ui-settings": 1.4.0 + "@polkadot/util": ^8.7.1 + "@polkadot/util-crypto": ^8.7.1 "@types/react-qr-reader": ^2.1.4 "@types/styled-components": ^5.1.24 qrcode-generator: ^1.4.4 @@ -2271,9 +2271,9 @@ __metadata: resolution: "@polkadot/reactnative-identicon@workspace:packages/reactnative-identicon" dependencies: "@babel/runtime": ^7.17.8 - "@polkadot/ui-shared": 1.3.2-1 - "@polkadot/util": ^8.6.1 - "@polkadot/util-crypto": ^8.6.1 + "@polkadot/ui-shared": 1.4.0 + "@polkadot/util": ^8.7.1 + "@polkadot/util-crypto": ^8.7.1 "@types/react-native": ^0.67.3 react-native-svg: ^12.3.0 peerDependencies: @@ -2289,7 +2289,7 @@ __metadata: resolution: "@polkadot/ui-assets@workspace:packages/ui-assets" dependencies: "@babel/runtime": ^7.17.8 - "@polkadot/util": ^8.6.1 + "@polkadot/util": ^8.7.1 languageName: unknown linkType: soft @@ -2298,10 +2298,10 @@ __metadata: resolution: "@polkadot/ui-keyring@workspace:packages/ui-keyring" dependencies: "@babel/runtime": ^7.17.8 - "@polkadot/keyring": ^8.6.1 - "@polkadot/ui-settings": 1.3.2-1 - "@polkadot/util": ^8.6.1 - "@polkadot/util-crypto": ^8.6.1 + "@polkadot/keyring": ^8.7.1 + "@polkadot/ui-settings": 1.4.0 + "@polkadot/util": ^8.7.1 + "@polkadot/util-crypto": ^8.7.1 "@types/mkdirp": ^1.0.2 "@types/store": ^2.0.2 mkdirp: ^1.0.4 @@ -2314,13 +2314,13 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-settings@1.3.2-1, @polkadot/ui-settings@workspace:packages/ui-settings": +"@polkadot/ui-settings@1.4.0, @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.17.8 - "@polkadot/networks": ^8.6.1 - "@polkadot/util": ^8.6.1 + "@polkadot/networks": ^8.7.1 + "@polkadot/util": ^8.7.1 "@types/store": ^2.0.2 eventemitter3: ^4.0.7 store: ^2.0.12 @@ -2330,13 +2330,13 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-shared@1.3.2-1, @polkadot/ui-shared@workspace:packages/ui-shared": +"@polkadot/ui-shared@1.4.0, @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.17.8 - "@polkadot/util": ^8.6.1 - "@polkadot/util-crypto": ^8.6.1 + "@polkadot/util": ^8.7.1 + "@polkadot/util-crypto": ^8.7.1 "@types/color": ^3.0.3 "@types/xmlserializer": ^0.6.2 color: ^3.2.1 @@ -2347,40 +2347,40 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/util-crypto@npm:8.6.1, @polkadot/util-crypto@npm:^8.6.1": - version: 8.6.1 - resolution: "@polkadot/util-crypto@npm:8.6.1" +"@polkadot/util-crypto@npm:8.7.1, @polkadot/util-crypto@npm:^8.7.1": + version: 8.7.1 + resolution: "@polkadot/util-crypto@npm:8.7.1" dependencies: "@babel/runtime": ^7.17.8 "@noble/hashes": 1.0.0 "@noble/secp256k1": 1.5.5 - "@polkadot/networks": 8.6.1 - "@polkadot/util": 8.6.1 - "@polkadot/wasm-crypto": ^5.0.1 - "@polkadot/x-bigint": 8.6.1 - "@polkadot/x-randomvalues": 8.6.1 + "@polkadot/networks": 8.7.1 + "@polkadot/util": 8.7.1 + "@polkadot/wasm-crypto": ^5.1.1 + "@polkadot/x-bigint": 8.7.1 + "@polkadot/x-randomvalues": 8.7.1 "@scure/base": 1.0.0 ed2curve: ^0.3.0 tweetnacl: ^1.0.3 peerDependencies: - "@polkadot/util": 8.6.1 - checksum: 46b97f98ae93fa0101e134eb2b02089888daa3d49af084af3b601ed8f491a87169d7608c7255e12910b354bacba8a5857a799c8fff7d7f06732bca49c31d3096 + "@polkadot/util": 8.7.1 + checksum: ded90fcca468361102206eff91b807dc5c0f43b2785dbd2b9e2d1f515384785fdc9a97e2a187afd029ab14f9321f0eb1db2bd03a92526b62108ca81448dee05a languageName: node linkType: hard -"@polkadot/util@npm:8.6.1, @polkadot/util@npm:^8.6.1": - version: 8.6.1 - resolution: "@polkadot/util@npm:8.6.1" +"@polkadot/util@npm:8.7.1, @polkadot/util@npm:^8.7.1": + version: 8.7.1 + resolution: "@polkadot/util@npm:8.7.1" dependencies: "@babel/runtime": ^7.17.8 - "@polkadot/x-bigint": 8.6.1 - "@polkadot/x-global": 8.6.1 - "@polkadot/x-textdecoder": 8.6.1 - "@polkadot/x-textencoder": 8.6.1 + "@polkadot/x-bigint": 8.7.1 + "@polkadot/x-global": 8.7.1 + "@polkadot/x-textdecoder": 8.7.1 + "@polkadot/x-textencoder": 8.7.1 "@types/bn.js": ^5.1.0 bn.js: ^5.2.0 ip-regex: ^4.3.0 - checksum: c2e0a16158a0f2569cedd863f31b95139b8cca4b55baeee2b1a1f9ce84732d6a4b980201d6356d81d8457cf8bbf0ed924c23ad44e6e238f8b1473bf66bc532fa + checksum: cd63352d1f691b4604fbbdb9133b1b6a3db33fee02b25c596ad58048105854378af2431e3b9ce4059207c1293276ba4c7dc42bc7372881b33abe3e6a1c56fe05 languageName: node linkType: hard @@ -2389,9 +2389,9 @@ __metadata: resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon" dependencies: "@babel/runtime": ^7.17.8 - "@polkadot/ui-shared": 1.3.2-1 - "@polkadot/util": ^8.6.1 - "@polkadot/util-crypto": ^8.6.1 + "@polkadot/ui-shared": 1.4.0 + "@polkadot/util": ^8.7.1 + "@polkadot/util-crypto": ^8.7.1 jdenticon: 3.1.1 vue: ^2.6.14 peerDependencies: @@ -2401,99 +2401,99 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/wasm-crypto-asmjs@npm:^5.0.1": - version: 5.0.1 - resolution: "@polkadot/wasm-crypto-asmjs@npm:5.0.1" +"@polkadot/wasm-crypto-asmjs@npm:^5.1.1": + version: 5.1.1 + resolution: "@polkadot/wasm-crypto-asmjs@npm:5.1.1" dependencies: "@babel/runtime": ^7.17.8 peerDependencies: "@polkadot/util": "*" - checksum: c32208930de69759a14376b0c86d7944fe88cc89e34681819acaec3636e6b6725d41036de456d6becad45886e316a1be6c22c6621b7c9b791be1c3f06bc030b6 + checksum: fd5906a45ba2fa7c5c9b12c761b4343bb91b21af9b1f854dabad190c822cbd4d8e090c75786f4869190fd0441204c5d225433928ef268b9ff1166875cd774e34 languageName: node linkType: hard -"@polkadot/wasm-crypto-wasm@npm:^5.0.1": - version: 5.0.1 - resolution: "@polkadot/wasm-crypto-wasm@npm:5.0.1" +"@polkadot/wasm-crypto-wasm@npm:^5.1.1": + version: 5.1.1 + resolution: "@polkadot/wasm-crypto-wasm@npm:5.1.1" dependencies: "@babel/runtime": ^7.17.8 peerDependencies: "@polkadot/util": "*" - checksum: 167f9e7c4afc82c307a88a3f40d49458f0b8b1eeac6aec501a26ecfe8ed63f3cfc4132f3b4c8894ec1ee664cb205fa2607264b6c84846231bc705eedfc25972e + checksum: 881c045e04dec8f01e97e62ee8061c5884283d7566d7cc45219c2c1605ffb85a225c800677f7e09896c37e38347817f471f5123e5bffba353efae3bf21b30cc1 languageName: node linkType: hard -"@polkadot/wasm-crypto@npm:^5.0.1": - version: 5.0.1 - resolution: "@polkadot/wasm-crypto@npm:5.0.1" +"@polkadot/wasm-crypto@npm:^5.1.1": + version: 5.1.1 + resolution: "@polkadot/wasm-crypto@npm:5.1.1" dependencies: "@babel/runtime": ^7.17.8 - "@polkadot/wasm-crypto-asmjs": ^5.0.1 - "@polkadot/wasm-crypto-wasm": ^5.0.1 + "@polkadot/wasm-crypto-asmjs": ^5.1.1 + "@polkadot/wasm-crypto-wasm": ^5.1.1 peerDependencies: "@polkadot/util": "*" "@polkadot/x-randomvalues": "*" - checksum: 4116a87c1a047de026b0feb6b68b2e46f4115f2ba7504104421ed240f111e1f5a609e954a1c1f8fd5f0b727eadabfacd1edd939197222988a889d7e40b3e30ef + checksum: 713a6a36b6cce8cf56d455fdfad09c2c13038f863592b746eafe8fa7919bf3f9af06266c8531265db06260bec00add7ee5f87431eb3ab71dbaa176f0417034f4 languageName: node linkType: hard -"@polkadot/x-bigint@npm:8.6.1": - version: 8.6.1 - resolution: "@polkadot/x-bigint@npm:8.6.1" +"@polkadot/x-bigint@npm:8.7.1": + version: 8.7.1 + resolution: "@polkadot/x-bigint@npm:8.7.1" dependencies: "@babel/runtime": ^7.17.8 - "@polkadot/x-global": 8.6.1 - checksum: 256c57fff6d55b548a831c790b680b8840734868b5a29b76ff13bdc32f4d15332da353f33af3d4e8a1bf30738759b476d8e29e2ad685051502ae2c4237fc9163 + "@polkadot/x-global": 8.7.1 + checksum: 2c1e0a6423757860a17a5e80f44b9048ddaa273f6f0901ce5679d0aa98075c84e71022ade7fb49eb6bf35cc65fca4aa94a09d36d024adaaa1f182a93d5348a0d languageName: node linkType: hard -"@polkadot/x-bundle@npm:^8.6.1": - version: 8.6.1 - resolution: "@polkadot/x-bundle@npm:8.6.1" +"@polkadot/x-bundle@npm:^8.7.1": + version: 8.7.1 + resolution: "@polkadot/x-bundle@npm:8.7.1" dependencies: "@babel/runtime": ^7.17.8 - "@polkadot/util": 8.6.1 + "@polkadot/util": 8.7.1 buffer-es6: ^4.9.3 - checksum: ee22ad06cf37cbcf9dc276d6f2589a076a5d1c3d31ac065614b88601d28bd0ac8f4b350586c59a145bd3f641edc2a3e379bacd853f0eee1d5027207b9fe31b6d + checksum: 461ac646621aecbe7b4ab217054083f62108ea3f470895f684cb75d29d6073637df15695f5b092b9c80436e4d8056bf019e680cc4a38e75e74ab01d4b29434bc languageName: node linkType: hard -"@polkadot/x-global@npm:8.6.1": - version: 8.6.1 - resolution: "@polkadot/x-global@npm:8.6.1" +"@polkadot/x-global@npm:8.7.1": + version: 8.7.1 + resolution: "@polkadot/x-global@npm:8.7.1" dependencies: "@babel/runtime": ^7.17.8 - checksum: 10c5de96b630e596634abe3468a234f1ecc2b70579d8a34601ae0306bb70c60acbe8d13e29325cf5e37a34544e09b412953fbb96e584f04f1d5f1747ac3acb54 + checksum: d2a888f2cfa31a8a99b92537799d5fd30115d8db7bd2b58f3e2a0ee929518fb9fc44b936dd6e98f79ac84420a587dd81fd2c592febc87f6176cddda436e622b3 languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:8.6.1": - version: 8.6.1 - resolution: "@polkadot/x-randomvalues@npm:8.6.1" +"@polkadot/x-randomvalues@npm:8.7.1": + version: 8.7.1 + resolution: "@polkadot/x-randomvalues@npm:8.7.1" dependencies: "@babel/runtime": ^7.17.8 - "@polkadot/x-global": 8.6.1 - checksum: 95968613313d4ab1355e527bc5785a9f88a7b55b856a6f94d9f7d89b21f63dcd0dc0c7b000ebe87487de9dc5eecbc41c113b7af95aa22fd4595f9c3d830f264d + "@polkadot/x-global": 8.7.1 + checksum: a3abea5f753087354ffe9c253448b06b2bad9a1c623babbd1994f06a06116d2b0c8aa6490ff09861910468a652b15b52ef02edae4ad2c08f7d83506a2561d597 languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:8.6.1": - version: 8.6.1 - resolution: "@polkadot/x-textdecoder@npm:8.6.1" +"@polkadot/x-textdecoder@npm:8.7.1": + version: 8.7.1 + resolution: "@polkadot/x-textdecoder@npm:8.7.1" dependencies: "@babel/runtime": ^7.17.8 - "@polkadot/x-global": 8.6.1 - checksum: 35dff39b1e636569d9f9c243f43b216f5ed8ddae92fdca47a48d77a52eedbda3476855c1a1115cebc918551bae62fc09da70665f217110cf33176fd1ace09558 + "@polkadot/x-global": 8.7.1 + checksum: 00e20d74d1ec3b999c978ffd94eb0e62f00e8be53d2155a77105fe411fb994671046eca57ab8b6d1064228f023b31f40e18a59b5e2124d1992c4bcf45b698ca4 languageName: node linkType: hard -"@polkadot/x-textencoder@npm:8.6.1": - version: 8.6.1 - resolution: "@polkadot/x-textencoder@npm:8.6.1" +"@polkadot/x-textencoder@npm:8.7.1": + version: 8.7.1 + resolution: "@polkadot/x-textencoder@npm:8.7.1" dependencies: "@babel/runtime": ^7.17.8 - "@polkadot/x-global": 8.6.1 - checksum: 88642324a3fb67919907504c237b9e26af44a8e109fcd83516c00f1014d352e9a05c6d28c0b83c807d284aad529009aa664a928e7df1accc165548c6a5332c17 + "@polkadot/x-global": 8.7.1 + checksum: 29f5c7a1f1c17fc1bb1a494781955645b72f434f5322e9ab8b79307c45c0c46e669426c609ae10a863f877063d735a0786ef84c93d28bd5f0b1b4713f2572e71 languageName: node linkType: hard @@ -12586,7 +12586,7 @@ resolve@^2.0.0-next.3: "@babel/core": ^7.17.8 "@babel/runtime": ^7.17.8 "@polkadot/dev": ^0.65.101 - "@polkadot/x-bundle": ^8.6.1 + "@polkadot/x-bundle": ^8.7.1 "@types/jest": ^27.4.1 babel-loader: ^8.2.4 babel-plugin-transform-vue-template: ^0.4.2