diff --git a/CHANGELOG.md b/CHANGELOG.md index f6fe8cdf..a254c502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 2.4.1 Jun 4, 2022 + +Changes: + +- Upgrade to `@polkadot/{hw-ledger, keyring, util, util-crypto}` 9.4.1 + + ## 2.3.1 May 30, 2022 Changes: diff --git a/package.json b/package.json index 05d6bcb1..f1a192fe 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "2.3.2-1", + "version": "2.4.0", "workspaces": [ "packages/*" ], @@ -30,7 +30,7 @@ "@babel/core": "^7.18.2", "@babel/runtime": "^7.18.3", "@polkadot/dev": "^0.66.34", - "@polkadot/x-bundle": "^9.3.1", + "@polkadot/x-bundle": "^9.4.1", "@types/jest": "^28.1.0", "babel-loader": "^8.2.5", "babel-plugin-transform-vue-template": "^0.4.2", diff --git a/packages/example-react/package.json b/packages/example-react/package.json index 5e2eb6e3..95fac2a4 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": "2.3.2-1", + "version": "2.4.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3" diff --git a/packages/example-vue/package.json b/packages/example-vue/package.json index ea47c84f..72da2d02 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": "2.3.2-1", + "version": "2.4.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3" diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index 1f8551b4..92a400a0 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -17,15 +17,15 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.3.2-1", + "version": "2.4.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", - "@polkadot/keyring": "^9.3.1", - "@polkadot/ui-settings": "2.3.2-1", - "@polkadot/ui-shared": "2.3.2-1", - "@polkadot/util": "^9.3.1", - "@polkadot/util-crypto": "^9.3.1", + "@polkadot/keyring": "^9.4.1", + "@polkadot/ui-settings": "2.4.0", + "@polkadot/ui-shared": "2.4.0", + "@polkadot/util": "^9.4.1", + "@polkadot/util-crypto": "^9.4.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 0a05e2ea..91be2a3c 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -17,13 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.3.2-1", + "version": "2.4.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", - "@polkadot/ui-settings": "2.3.2-1", - "@polkadot/util": "^9.3.1", - "@polkadot/util-crypto": "^9.3.1", + "@polkadot/ui-settings": "2.4.0", + "@polkadot/util": "^9.4.1", + "@polkadot/util-crypto": "^9.4.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 e6fc6169..b252388c 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -17,13 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.3.2-1", + "version": "2.4.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", - "@polkadot/ui-shared": "2.3.2-1", - "@polkadot/util": "^9.3.1", - "@polkadot/util-crypto": "^9.3.1", + "@polkadot/ui-shared": "2.4.0", + "@polkadot/util": "^9.4.1", + "@polkadot/util-crypto": "^9.4.1", "react-native-svg": "^12.3.0" }, "devDependencies": { diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index 426727df..5c91e884 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": "2.3.2-1", + "version": "2.4.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", - "@polkadot/util": "^9.3.1" + "@polkadot/util": "^9.4.1" } } diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 00d7fdb3..a012c291 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -16,14 +16,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.3.2-1", + "version": "2.4.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", - "@polkadot/keyring": "^9.3.1", - "@polkadot/ui-settings": "2.3.2-1", - "@polkadot/util": "^9.3.1", - "@polkadot/util-crypto": "^9.3.1", + "@polkadot/keyring": "^9.4.1", + "@polkadot/ui-settings": "2.4.0", + "@polkadot/util": "^9.4.1", + "@polkadot/util-crypto": "^9.4.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 4dd4dde6..1988e796 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -17,12 +17,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.3.2-1", + "version": "2.4.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", - "@polkadot/networks": "^9.3.1", - "@polkadot/util": "^9.3.1", + "@polkadot/networks": "^9.4.1", + "@polkadot/util": "^9.4.1", "eventemitter3": "^4.0.7", "store": "^2.0.12" }, diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index d25740f0..96a1137e 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -17,15 +17,15 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.3.2-1", + "version": "2.4.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", "color": "^3.2.1" }, "devDependencies": { - "@polkadot/util": "^9.3.1", - "@polkadot/util-crypto": "^9.3.1", + "@polkadot/util": "^9.4.1", + "@polkadot/util-crypto": "^9.4.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 f0d7b629..58213c5b 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -17,13 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.3.2-1", + "version": "2.4.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", - "@polkadot/ui-shared": "2.3.2-1", - "@polkadot/util": "^9.3.1", - "@polkadot/util-crypto": "^9.3.1", + "@polkadot/ui-shared": "2.4.0", + "@polkadot/util": "^9.4.1", + "@polkadot/util-crypto": "^9.4.1", "jdenticon": "3.1.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 44040d0a..61933484 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2239,28 +2239,28 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/keyring@npm:^9.3.1": - version: 9.3.1 - resolution: "@polkadot/keyring@npm:9.3.1" +"@polkadot/keyring@npm:^9.4.1": + version: 9.4.1 + resolution: "@polkadot/keyring@npm:9.4.1" dependencies: "@babel/runtime": ^7.18.3 - "@polkadot/util": 9.3.1 - "@polkadot/util-crypto": 9.3.1 + "@polkadot/util": 9.4.1 + "@polkadot/util-crypto": 9.4.1 peerDependencies: - "@polkadot/util": 9.3.1 - "@polkadot/util-crypto": 9.3.1 - checksum: 0bce23fe4f58247960c69775453b44464125991d9a05c7b4adc2f319e3a4c77ba7f792d66b6d47c8528c940fa724fd3b682b012f8f7cbc7ce7b2fda1c30430cb + "@polkadot/util": 9.4.1 + "@polkadot/util-crypto": 9.4.1 + checksum: e2ad67f683441bee22a57845b9d7961bfbfbdc8ee268b7fc8fcec12aee22e0b7f3da41bcee157426c748b775ffff2eb6a2f7ebae481143a91a10f45f1ed1ad08 languageName: node linkType: hard -"@polkadot/networks@npm:9.3.1, @polkadot/networks@npm:^9.3.1": - version: 9.3.1 - resolution: "@polkadot/networks@npm:9.3.1" +"@polkadot/networks@npm:9.4.1, @polkadot/networks@npm:^9.4.1": + version: 9.4.1 + resolution: "@polkadot/networks@npm:9.4.1" dependencies: "@babel/runtime": ^7.18.3 - "@polkadot/util": 9.3.1 - "@substrate/ss58-registry": ^1.20.0 - checksum: b7760bfbcec4f8e101c2043c7deb99ba9035fff00e9f0d95a997b2907535494b4da864cb5c70ccbbffddca518041dc169915a8fc5e07a257b850bfa2af398a0e + "@polkadot/util": 9.4.1 + "@substrate/ss58-registry": ^1.22.0 + checksum: 2342ec4937541e826ed40e245b136ae3344d30fde11bffb97f90e3dd7e944f8a94434d835ff7ae789f39442624c908d2069c89789f1f6ab920e5d172de0f5bce languageName: node linkType: hard @@ -2269,11 +2269,11 @@ __metadata: resolution: "@polkadot/react-identicon@workspace:packages/react-identicon" dependencies: "@babel/runtime": ^7.18.3 - "@polkadot/keyring": ^9.3.1 - "@polkadot/ui-settings": 2.3.2-1 - "@polkadot/ui-shared": 2.3.2-1 - "@polkadot/util": ^9.3.1 - "@polkadot/util-crypto": ^9.3.1 + "@polkadot/keyring": ^9.4.1 + "@polkadot/ui-settings": 2.4.0 + "@polkadot/ui-shared": 2.4.0 + "@polkadot/util": ^9.4.1 + "@polkadot/util-crypto": ^9.4.1 "@types/react-copy-to-clipboard": ^5.0.2 "@types/react-dom": ^18.0.5 "@types/styled-components": ^5.1.25 @@ -2299,9 +2299,9 @@ __metadata: resolution: "@polkadot/react-qr@workspace:packages/react-qr" dependencies: "@babel/runtime": ^7.18.3 - "@polkadot/ui-settings": 2.3.2-1 - "@polkadot/util": ^9.3.1 - "@polkadot/util-crypto": ^9.3.1 + "@polkadot/ui-settings": 2.4.0 + "@polkadot/util": ^9.4.1 + "@polkadot/util-crypto": ^9.4.1 "@types/react-qr-reader": ^2.1.4 "@types/styled-components": ^5.1.25 qrcode-generator: ^1.4.4 @@ -2321,9 +2321,9 @@ __metadata: resolution: "@polkadot/reactnative-identicon@workspace:packages/reactnative-identicon" dependencies: "@babel/runtime": ^7.18.3 - "@polkadot/ui-shared": 2.3.2-1 - "@polkadot/util": ^9.3.1 - "@polkadot/util-crypto": ^9.3.1 + "@polkadot/ui-shared": 2.4.0 + "@polkadot/util": ^9.4.1 + "@polkadot/util-crypto": ^9.4.1 "@types/react-native": ^0.67.8 react-native-svg: ^12.3.0 peerDependencies: @@ -2339,7 +2339,7 @@ __metadata: resolution: "@polkadot/ui-assets@workspace:packages/ui-assets" dependencies: "@babel/runtime": ^7.18.3 - "@polkadot/util": ^9.3.1 + "@polkadot/util": ^9.4.1 languageName: unknown linkType: soft @@ -2348,10 +2348,10 @@ __metadata: resolution: "@polkadot/ui-keyring@workspace:packages/ui-keyring" dependencies: "@babel/runtime": ^7.18.3 - "@polkadot/keyring": ^9.3.1 - "@polkadot/ui-settings": 2.3.2-1 - "@polkadot/util": ^9.3.1 - "@polkadot/util-crypto": ^9.3.1 + "@polkadot/keyring": ^9.4.1 + "@polkadot/ui-settings": 2.4.0 + "@polkadot/util": ^9.4.1 + "@polkadot/util-crypto": ^9.4.1 "@types/mkdirp": ^1.0.2 "@types/store": ^2.0.2 mkdirp: ^1.0.4 @@ -2364,13 +2364,13 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-settings@2.3.2-1, @polkadot/ui-settings@workspace:packages/ui-settings": +"@polkadot/ui-settings@2.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.18.3 - "@polkadot/networks": ^9.3.1 - "@polkadot/util": ^9.3.1 + "@polkadot/networks": ^9.4.1 + "@polkadot/util": ^9.4.1 "@types/store": ^2.0.2 eventemitter3: ^4.0.7 store: ^2.0.12 @@ -2380,13 +2380,13 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-shared@2.3.2-1, @polkadot/ui-shared@workspace:packages/ui-shared": +"@polkadot/ui-shared@2.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.18.3 - "@polkadot/util": ^9.3.1 - "@polkadot/util-crypto": ^9.3.1 + "@polkadot/util": ^9.4.1 + "@polkadot/util-crypto": ^9.4.1 "@types/color": ^3.0.3 "@types/xmlserializer": ^0.6.2 color: ^3.2.1 @@ -2397,40 +2397,40 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/util-crypto@npm:9.3.1, @polkadot/util-crypto@npm:^9.3.1": - version: 9.3.1 - resolution: "@polkadot/util-crypto@npm:9.3.1" +"@polkadot/util-crypto@npm:9.4.1, @polkadot/util-crypto@npm:^9.4.1": + version: 9.4.1 + resolution: "@polkadot/util-crypto@npm:9.4.1" dependencies: "@babel/runtime": ^7.18.3 "@noble/hashes": 1.0.0 "@noble/secp256k1": 1.5.5 - "@polkadot/networks": 9.3.1 - "@polkadot/util": 9.3.1 + "@polkadot/networks": 9.4.1 + "@polkadot/util": 9.4.1 "@polkadot/wasm-crypto": ^6.1.1 - "@polkadot/x-bigint": 9.3.1 - "@polkadot/x-randomvalues": 9.3.1 + "@polkadot/x-bigint": 9.4.1 + "@polkadot/x-randomvalues": 9.4.1 "@scure/base": 1.0.0 ed2curve: ^0.3.0 tweetnacl: ^1.0.3 peerDependencies: - "@polkadot/util": 9.3.1 - checksum: 555ff8096aad42a02e796f113997263d23720bda31cead273079295b648d461ef40058354a5a8e614dd29da09ef2a00aa484cbecf0ffaecbd5558923aa81de3b + "@polkadot/util": 9.4.1 + checksum: 089341eb7c86063073f00b66a90648e24a4eb13f7c10d4f2308238e0e183ae53fd31516be108e8a9d98e1cf668023057c7bdca684d81d71cd747d1167f433f6f languageName: node linkType: hard -"@polkadot/util@npm:9.3.1, @polkadot/util@npm:^9.3.1": - version: 9.3.1 - resolution: "@polkadot/util@npm:9.3.1" +"@polkadot/util@npm:9.4.1, @polkadot/util@npm:^9.4.1": + version: 9.4.1 + resolution: "@polkadot/util@npm:9.4.1" dependencies: "@babel/runtime": ^7.18.3 - "@polkadot/x-bigint": 9.3.1 - "@polkadot/x-global": 9.3.1 - "@polkadot/x-textdecoder": 9.3.1 - "@polkadot/x-textencoder": 9.3.1 + "@polkadot/x-bigint": 9.4.1 + "@polkadot/x-global": 9.4.1 + "@polkadot/x-textdecoder": 9.4.1 + "@polkadot/x-textencoder": 9.4.1 "@types/bn.js": ^5.1.0 bn.js: ^5.2.1 ip-regex: ^4.3.0 - checksum: 96134abe009704f07f4b81bb9cd759082629568e7558805593459241cf55802cbf6bd5c17a2b3f1eb684777e610b07439530b8646260c05407ba18acfd90b2ab + checksum: 9bda687519fd00cdb233699c7cbc4565745aacf57112af60184b7ade21b9006a52dd745c8534970561b92f2a76334524e95bf60a88cae7add3e49946722f236a languageName: node linkType: hard @@ -2439,9 +2439,9 @@ __metadata: resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon" dependencies: "@babel/runtime": ^7.18.3 - "@polkadot/ui-shared": 2.3.2-1 - "@polkadot/util": ^9.3.1 - "@polkadot/util-crypto": ^9.3.1 + "@polkadot/ui-shared": 2.4.0 + "@polkadot/util": ^9.4.1 + "@polkadot/util-crypto": ^9.4.1 jdenticon: 3.1.1 vue: ^2.6.14 peerDependencies: @@ -2527,63 +2527,63 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-bigint@npm:9.3.1": - version: 9.3.1 - resolution: "@polkadot/x-bigint@npm:9.3.1" +"@polkadot/x-bigint@npm:9.4.1": + version: 9.4.1 + resolution: "@polkadot/x-bigint@npm:9.4.1" dependencies: "@babel/runtime": ^7.18.3 - "@polkadot/x-global": 9.3.1 - checksum: cbfc99ba149734f71bbde7f35e9ba4e1edb4ded8e1f73ec154fd59ea7c1c8189b2cb3b3ee014d6a99766555dcde30d7a269c25b4ecdfb687f0c667bbdf57d1d7 + "@polkadot/x-global": 9.4.1 + checksum: 596a5174b8a03ea0cf0fd43e4018f057d6b2fbec7bbcb7d5f65add8230ac6b7c1324d90c533f7f5a299232bb49ccb881f6e23708f91439d69f7f399e8c68c547 languageName: node linkType: hard -"@polkadot/x-bundle@npm:^9.3.1": - version: 9.3.1 - resolution: "@polkadot/x-bundle@npm:9.3.1" +"@polkadot/x-bundle@npm:^9.4.1": + version: 9.4.1 + resolution: "@polkadot/x-bundle@npm:9.4.1" dependencies: "@babel/runtime": ^7.18.3 - "@polkadot/util": 9.3.1 + "@polkadot/util": 9.4.1 buffer-es6: ^4.9.3 - checksum: 2dc95f0fd54509466fadf7d2bc0f11ce9fcb791ab7b1423140d9ce2f32b8612eee47d4c9a309738f9e283a0f74786ed3df50a21d9c8ca17d16f3fcb6e42d3661 + checksum: d425125f26b93053733fe01c4a667d6b09326ebfae4f42a38f7524709be5936e2d3853b80a79723af662c26e4f4a1a2f9713822da981aef5386322f54c59da4f languageName: node linkType: hard -"@polkadot/x-global@npm:9.3.1": - version: 9.3.1 - resolution: "@polkadot/x-global@npm:9.3.1" +"@polkadot/x-global@npm:9.4.1": + version: 9.4.1 + resolution: "@polkadot/x-global@npm:9.4.1" dependencies: "@babel/runtime": ^7.18.3 - checksum: 7cdeea5440842ead42777ed21c599faa1baaaeedf1b93e518002a4cc891aa1e051eaf3b0c964b948ca143e31a17ca7b4362b3f98e5f80c969bdfbde4954cc6fd + checksum: eb29518680a52228d4bc8e79a9ef57340a6db57088f91eaadf4e72c50fe1f4e7af380b90eafa3441d472312a19df899bdcd568073abbcb90fd85bc758c90769e languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:9.3.1": - version: 9.3.1 - resolution: "@polkadot/x-randomvalues@npm:9.3.1" +"@polkadot/x-randomvalues@npm:9.4.1": + version: 9.4.1 + resolution: "@polkadot/x-randomvalues@npm:9.4.1" dependencies: "@babel/runtime": ^7.18.3 - "@polkadot/x-global": 9.3.1 - checksum: 5428340bf9a42dba0f08fe743ecd1253a79ec05ada57999b439db9045e50d45c694062e2e94bab9e421688e4b94426d482960c07d8723167defe5c6edfb6e8e9 + "@polkadot/x-global": 9.4.1 + checksum: da06ad2ddd395e0e81a48ad57d82781d0be06fc8d1aba6bb9cde29cd1a6810f565df190299adee403e39bfe94e1c10d93ebb9522cef3218336db8964eb9f0a7b languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:9.3.1": - version: 9.3.1 - resolution: "@polkadot/x-textdecoder@npm:9.3.1" +"@polkadot/x-textdecoder@npm:9.4.1": + version: 9.4.1 + resolution: "@polkadot/x-textdecoder@npm:9.4.1" dependencies: "@babel/runtime": ^7.18.3 - "@polkadot/x-global": 9.3.1 - checksum: 707f10a91999ae1ba18146309ce3dfc5a283b9b691ee86a31a0a513796cc953db4233b20360c9c01141d335284bfcafd13ead37cb80fa67c14082a321a076261 + "@polkadot/x-global": 9.4.1 + checksum: bf8ad474f03a258db761212e3cf7fc514c49feb0a60dce9bfadea5587a429649ff9175af587f11631e948b3e26c34acecad77f0e1be4b0f5268dc4479ab08053 languageName: node linkType: hard -"@polkadot/x-textencoder@npm:9.3.1": - version: 9.3.1 - resolution: "@polkadot/x-textencoder@npm:9.3.1" +"@polkadot/x-textencoder@npm:9.4.1": + version: 9.4.1 + resolution: "@polkadot/x-textencoder@npm:9.4.1" dependencies: "@babel/runtime": ^7.18.3 - "@polkadot/x-global": 9.3.1 - checksum: 1ad4988fecd22d8b2a23f76ff3f0e7f3b1a73705addbbd9a4ce897c2ee05a458663f8edcd5b8f1069273d9ecdca4217466880685996b0bebb0a6de95d62c81ca + "@polkadot/x-global": 9.4.1 + checksum: cb80ff374a0c154ba1bead5c3a99354fde97d32139366197b63bcf33d383566b390b6b77f8d9cda7aa2c46ed6e73364c75f8d830d619f05b259d709a0bf47d63 languageName: node linkType: hard @@ -2953,10 +2953,10 @@ __metadata: languageName: node linkType: hard -"@substrate/ss58-registry@npm:^1.20.0": - version: 1.20.0 - resolution: "@substrate/ss58-registry@npm:1.20.0" - checksum: 4155a8fbd7c663354b2f0ae654421da397f0f5af01c8e4b1f5234dd318429c734595c4a90edb98e1cd3b2d0e727f26c57bcf557d47f9ce9a15c481f498f592cc +"@substrate/ss58-registry@npm:^1.22.0": + version: 1.22.0 + resolution: "@substrate/ss58-registry@npm:1.22.0" + checksum: 5674b586680bd0d83a5da1bb790f84ed5184221e1b2935aed4f539c2e72311c53affb9d8a93e9a30727a409f874f7493569bd4e6990473957409dbf0a165b24d languageName: node linkType: hard @@ -12860,7 +12860,7 @@ resolve@^2.0.0-next.3: "@babel/core": ^7.18.2 "@babel/runtime": ^7.18.3 "@polkadot/dev": ^0.66.34 - "@polkadot/x-bundle": ^9.3.1 + "@polkadot/x-bundle": ^9.4.1 "@types/jest": ^28.1.0 babel-loader: ^8.2.5 babel-plugin-transform-vue-template: ^0.4.2