diff --git a/CHANGELOG.md b/CHANGELOG.md index 499b1b4c..3c3d781b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 0.75.1 Apr 25, 2021 + +Changes: + +- Updated to `@polkadot/{hw-ledger, keyring, util, util-crypto}` 6.3.1 + + ## 0.74.1 Apr 18, 2021 Changes: diff --git a/package.json b/package.json index c8137ec8..d435060f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "devDependencies": { "@babel/core": "^7.13.16", "@babel/runtime": "^7.13.17", - "@polkadot/dev": "^0.62.9", + "@polkadot/dev": "^0.62.10", "@polkadot/ts": "^0.3.63", "@types/jest": "^26.0.22", "babel-plugin-transform-vue-template": "^0.4.2", @@ -43,5 +43,5 @@ "webpack-cli": "^3.3.12", "webpack-serve": "^3.2.0" }, - "version": "0.74.2-0" + "version": "0.75.0" } diff --git a/packages/example-react/package.json b/packages/example-react/package.json index e17d7c25..219dccc7 100644 --- a/packages/example-react/package.json +++ b/packages/example-react/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/example-react", - "version": "0.74.2-0", + "version": "0.75.0", "description": "A very basic example with ui-* & react-* packages", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/example-vue/package.json b/packages/example-vue/package.json index f9d9b06a..48992432 100644 --- a/packages/example-vue/package.json +++ b/packages/example-vue/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/example-vue", - "version": "0.74.2-0", + "version": "0.75.0", "description": "A very basic example with ui-* & vue-* packages", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/exampleReactNative/package.json b/packages/exampleReactNative/package.json index 03423ea6..a3fbeed9 100644 --- a/packages/exampleReactNative/package.json +++ b/packages/exampleReactNative/package.json @@ -1,6 +1,6 @@ { "name": "exampleReactNative", - "version": "0.74.2-0", + "version": "0.75.0", "private": true, "scripts": { "copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared", @@ -12,12 +12,12 @@ "test": "jest" }, "dependencies": { - "@polkadot/keyring": "^6.2.1", - "@polkadot/reactnative-identicon": "0.74.2-0", - "@polkadot/ui-keyring": "0.74.2-0", - "@polkadot/ui-settings": "0.74.2-0", - "@polkadot/util": "^6.2.1", - "@polkadot/util-crypto": "^6.2.1", + "@polkadot/keyring": "^6.3.1", + "@polkadot/reactnative-identicon": "0.75.0", + "@polkadot/ui-keyring": "0.75.0", + "@polkadot/ui-settings": "0.75.0", + "@polkadot/util": "^6.3.1", + "@polkadot/util-crypto": "^6.3.1", "@react-native-community/async-storage": "^1.12.1", "fast-text-encoding": "^1.0.3", "get-yarn-workspaces": "^1.0.2", @@ -26,7 +26,7 @@ "react": "^17.0.2", "react-native": "^0.64.0", "react-native-crypto": "^2.2.0", - "react-native-randombytes": "^3.6.0", + "react-native-randombytes": "^3.6.1", "stream-http": "^3.2.0" }, "devDependencies": { diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index 8a606546..39adfa2a 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-identicon", - "version": "0.74.2-0", + "version": "0.75.0", "type": "module", "description": "Renders an SVG picture representing an address", "main": "index.js", @@ -13,11 +13,11 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.13.17", - "@polkadot/keyring": "^6.2.1", - "@polkadot/ui-settings": "0.74.2-0", - "@polkadot/ui-shared": "0.74.2-0", - "@polkadot/util": "^6.2.1", - "@polkadot/util-crypto": "^6.2.1", + "@polkadot/keyring": "^6.3.1", + "@polkadot/ui-settings": "0.75.0", + "@polkadot/ui-shared": "0.75.0", + "@polkadot/util": "^6.3.1", + "@polkadot/util-crypto": "^6.3.1", "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 7b7d659a..e4e83e01 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-qr", - "version": "0.74.2-0", + "version": "0.75.0", "type": "module", "description": "Generates and reads QR codes", "main": "index.js", @@ -10,8 +10,8 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.13.17", - "@polkadot/util": "^6.2.1", - "@polkadot/util-crypto": "^6.2.1", + "@polkadot/util": "^6.3.1", + "@polkadot/util-crypto": "^6.3.1", "qrcode-generator": "^1.4.4", "react-qr-reader": "^2.2.1", "styled-components": "^5.2.3" diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index 7c0ef9ed..e40afa9a 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/reactnative-identicon", - "version": "0.74.2-0", + "version": "0.75.0", "type": "module", "description": "Renders an SVG picture representing an address", "main": "index.js", @@ -13,9 +13,9 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.13.17", - "@polkadot/ui-shared": "0.74.2-0", - "@polkadot/util": "^6.2.1", - "@polkadot/util-crypto": "^6.2.1", + "@polkadot/ui-shared": "0.75.0", + "@polkadot/util": "^6.3.1", + "@polkadot/util-crypto": "^6.3.1", "react-native-svg": "^12.1.1" }, "peerDependencies": { diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index faa1ca4f..4691d6ed 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-assets", - "version": "0.74.2-0", + "version": "0.75.0", "description": "Static assets shared accross projects", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index b46a2092..a9ca4643 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-keyring", - "version": "0.74.2-0", + "version": "0.75.0", "type": "module", "main": "index.js", "sideEffects": [ @@ -14,11 +14,11 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.13.17", - "@polkadot/hw-ledger": "^6.2.1", - "@polkadot/keyring": "^6.2.1", - "@polkadot/ui-settings": "0.74.2-0", - "@polkadot/util": "^6.2.1", - "@polkadot/x-rxjs": "^6.2.1", + "@polkadot/hw-ledger": "^6.3.1", + "@polkadot/keyring": "^6.3.1", + "@polkadot/ui-settings": "0.75.0", + "@polkadot/util": "^6.3.1", + "@polkadot/x-rxjs": "^6.3.1", "mkdirp": "^1.0.4", "store": "^2.0.12" }, diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index cf3259e2..faa5e6cc 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-settings", - "version": "0.74.2-0", + "version": "0.75.0", "type": "module", "description": "Manages app settings", "main": "index.js", @@ -10,8 +10,8 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.13.17", - "@polkadot/networks": "^6.2.1", - "@polkadot/util": "^6.2.1", + "@polkadot/networks": "^6.3.1", + "@polkadot/util": "^6.3.1", "eventemitter3": "^4.0.7", "store": "^2.0.12" }, diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index 38e02ccc..be6c6124 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-shared", - "version": "0.74.2-0", + "version": "0.75.0", "type": "module", "description": "Shared logic that is usable accross all frameworks-specific areas", "main": "index.js", @@ -17,8 +17,8 @@ "@polkadot/util-crypto": "*" }, "devDependencies": { - "@polkadot/util": "^6.2.1", - "@polkadot/util-crypto": "^6.2.1", + "@polkadot/util": "^6.3.1", + "@polkadot/util-crypto": "^6.3.1", "@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 b8ede81f..1ffa62b0 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/vue-identicon", - "version": "0.74.2-0", + "version": "0.75.0", "type": "module", "description": "Renders an SVG picture representing an address", "author": "Jaco Greeff ", @@ -13,9 +13,9 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.13.17", - "@polkadot/ui-shared": "0.74.2-0", - "@polkadot/util": "^6.2.1", - "@polkadot/util-crypto": "^6.2.1", + "@polkadot/ui-shared": "0.75.0", + "@polkadot/util": "^6.3.1", + "@polkadot/util-crypto": "^6.3.1", "jdenticon": "3.1.0" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 9a756f71..07cbd810 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2059,9 +2059,9 @@ __metadata: languageName: node linkType: hard -"@polkadot/dev@npm:^0.62.9": - version: 0.62.9 - resolution: "@polkadot/dev@npm:0.62.9" +"@polkadot/dev@npm:^0.62.10": + version: 0.62.10 + resolution: "@polkadot/dev@npm:0.62.10" dependencies: "@babel/cli": ^7.13.16 "@babel/core": ^7.13.16 @@ -2090,10 +2090,10 @@ __metadata: babel-plugin-module-extension-resolver: ^1.0.0-rc.2 babel-plugin-module-resolver: ^4.1.0 babel-plugin-styled-components: ^1.12.0 - browserslist: ^4.16.4 - chalk: ^4.1.0 + browserslist: ^4.16.5 + chalk: ^4.1.1 coveralls: ^3.1.0 - eslint: ^7.24.0 + eslint: ^7.25.0 eslint-config-standard: ^16.0.2 eslint-import-resolver-node: ^0.3.4 eslint-plugin-header: ^3.1.1 @@ -2141,7 +2141,7 @@ __metadata: polkadot-exec-prettier: scripts/polkadot-exec-prettier.cjs polkadot-exec-tsc: scripts/polkadot-exec-tsc.cjs polkadot-exec-webpack: scripts/polkadot-exec-webpack.cjs - checksum: f4b3b74b43321e5c3c6f7cf6f2920e32deba02a45382c3d08abb8b412370b38850bb913b64d7f4915928c1bce3e5d3a6c66e28b8556e916083add4a9271e2068 + checksum: e197e64ed55ffd9809835afbaa0f4d3495adf16d246885a5ea98459f658a587f74481049f472b752f0b0666a41c236159fcd9f8cf623b66363fff1cca2526f4f languageName: node linkType: hard @@ -2161,52 +2161,52 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/hw-ledger-transports@npm:6.2.1": - version: 6.2.1 - resolution: "@polkadot/hw-ledger-transports@npm:6.2.1" +"@polkadot/hw-ledger-transports@npm:6.3.1": + version: 6.3.1 + resolution: "@polkadot/hw-ledger-transports@npm:6.3.1" dependencies: - "@babel/runtime": ^7.13.10 + "@babel/runtime": ^7.13.17 "@ledgerhq/hw-transport-node-hid-singleton": ^5.49.0 "@ledgerhq/hw-transport-webusb": ^5.49.0 dependenciesMeta: "@ledgerhq/hw-transport-node-hid-singleton": optional: true - checksum: 9d973b911dcceb884f11002ff4f8fe15b96d64b765853e53e72ddc0c4ea1db45a49eebfa10443eb4a8bae8293fe240b7ffb016fee11c77c3a79a6be53111267d + checksum: 8b5c3a4ee6f0492bff788ceb906af155c52fc2259f860ed93b32b55964d4c2cb32da4bed021d0bf0371afe0aee36a8320afb89570ba2219ac2e560397d3bfaa1 languageName: node linkType: hard -"@polkadot/hw-ledger@npm:^6.2.1": - version: 6.2.1 - resolution: "@polkadot/hw-ledger@npm:6.2.1" +"@polkadot/hw-ledger@npm:^6.3.1": + version: 6.3.1 + resolution: "@polkadot/hw-ledger@npm:6.3.1" dependencies: - "@babel/runtime": ^7.13.10 - "@polkadot/hw-ledger-transports": 6.2.1 - "@polkadot/util": ^6.2.1 + "@babel/runtime": ^7.13.17 + "@polkadot/hw-ledger-transports": 6.3.1 + "@polkadot/util": ^6.3.1 "@zondax/ledger-polkadot": ^0.13.6 - checksum: 2019a2733dc52fd40e2d52d36d56bda730c5dc26e9ca8aee9c7ac22670d0af827752d022cb7fbcca45240fe80f3e1950f3d8d81ece6569ff3e59a8d26cab0634 + checksum: 7d8f24b2ba80b0101f6ce11b0290af4afa0070f96dcda425da3b2b479ca285543f65579dc843955423b8533e3545083cd7db8f6d4580a1dbaca15c5e91476054 languageName: node linkType: hard -"@polkadot/keyring@npm:^6.2.1": - version: 6.2.1 - resolution: "@polkadot/keyring@npm:6.2.1" +"@polkadot/keyring@npm:^6.3.1": + version: 6.3.1 + resolution: "@polkadot/keyring@npm:6.3.1" dependencies: - "@babel/runtime": ^7.13.10 - "@polkadot/util": 6.2.1 - "@polkadot/util-crypto": 6.2.1 + "@babel/runtime": ^7.13.17 + "@polkadot/util": 6.3.1 + "@polkadot/util-crypto": 6.3.1 peerDependencies: - "@polkadot/util": 6.2.1 - "@polkadot/util-crypto": 6.2.1 - checksum: 638019fb75d3571902a670ed30c1ff47bd1fb5eec5320a78f7900efac1d7f629e6fe92cd66be60658a2afd07dc21e0387fc3b30314b21dde425481e0a3781717 + "@polkadot/util": 6.3.1 + "@polkadot/util-crypto": 6.3.1 + checksum: aab63b74f1eebc49ac3c6ddd6b385695ec6d07e15f03ece02f3f516298b07b51ecf47cb8a8f5c38804cc2ae347886716a46f3f0d6ad83281fd11f7494875e1e8 languageName: node linkType: hard -"@polkadot/networks@npm:6.2.1, @polkadot/networks@npm:^6.2.1": - version: 6.2.1 - resolution: "@polkadot/networks@npm:6.2.1" +"@polkadot/networks@npm:6.3.1, @polkadot/networks@npm:^6.3.1": + version: 6.3.1 + resolution: "@polkadot/networks@npm:6.3.1" dependencies: - "@babel/runtime": ^7.13.10 - checksum: 680f9d18e92e7c6fee0480fa7fbc10f3232a488c47535053227ed20efbe575bc39ef3f122665561328aed3d66993fadb68629fc4e9880fdcb62e841354365d82 + "@babel/runtime": ^7.13.17 + checksum: 24fea684b71efdf77ac7fbe0da0871c4ea617e9c66c5d3fce5ba627005bafc3874d62559689d72f427795a077319aa96c95114f351037f404f3defa0008b8097 languageName: node linkType: hard @@ -2215,11 +2215,11 @@ __metadata: resolution: "@polkadot/react-identicon@workspace:packages/react-identicon" dependencies: "@babel/runtime": ^7.13.17 - "@polkadot/keyring": ^6.2.1 - "@polkadot/ui-settings": 0.74.2-0 - "@polkadot/ui-shared": 0.74.2-0 - "@polkadot/util": ^6.2.1 - "@polkadot/util-crypto": ^6.2.1 + "@polkadot/keyring": ^6.3.1 + "@polkadot/ui-settings": 0.75.0 + "@polkadot/ui-shared": 0.75.0 + "@polkadot/util": ^6.3.1 + "@polkadot/util-crypto": ^6.3.1 "@types/react-copy-to-clipboard": ^5.0.0 "@types/react-dom": ^17.0.3 "@types/styled-components": ^5.1.9 @@ -2245,8 +2245,8 @@ __metadata: resolution: "@polkadot/react-qr@workspace:packages/react-qr" dependencies: "@babel/runtime": ^7.13.17 - "@polkadot/util": ^6.2.1 - "@polkadot/util-crypto": ^6.2.1 + "@polkadot/util": ^6.3.1 + "@polkadot/util-crypto": ^6.3.1 "@types/react-qr-reader": ^2.1.3 "@types/styled-components": ^5.1.9 qrcode-generator: ^1.4.4 @@ -2261,14 +2261,14 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/reactnative-identicon@0.74.2-0, @polkadot/reactnative-identicon@workspace:packages/reactnative-identicon": +"@polkadot/reactnative-identicon@0.75.0, @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.13.17 - "@polkadot/ui-shared": 0.74.2-0 - "@polkadot/util": ^6.2.1 - "@polkadot/util-crypto": ^6.2.1 + "@polkadot/ui-shared": 0.75.0 + "@polkadot/util": ^6.3.1 + "@polkadot/util-crypto": ^6.3.1 "@types/react-native": ^0.64.4 react-native-svg: ^12.1.1 peerDependencies: @@ -2296,16 +2296,16 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-keyring@0.74.2-0, @polkadot/ui-keyring@workspace:packages/ui-keyring": +"@polkadot/ui-keyring@0.75.0, @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.13.17 - "@polkadot/hw-ledger": ^6.2.1 - "@polkadot/keyring": ^6.2.1 - "@polkadot/ui-settings": 0.74.2-0 - "@polkadot/util": ^6.2.1 - "@polkadot/x-rxjs": ^6.2.1 + "@polkadot/hw-ledger": ^6.3.1 + "@polkadot/keyring": ^6.3.1 + "@polkadot/ui-settings": 0.75.0 + "@polkadot/util": ^6.3.1 + "@polkadot/x-rxjs": ^6.3.1 "@types/mkdirp": ^1.0.1 "@types/store": ^2.0.2 mkdirp: ^1.0.4 @@ -2317,13 +2317,13 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-settings@0.74.2-0, @polkadot/ui-settings@workspace:packages/ui-settings": +"@polkadot/ui-settings@0.75.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.13.17 - "@polkadot/networks": ^6.2.1 - "@polkadot/util": ^6.2.1 + "@polkadot/networks": ^6.3.1 + "@polkadot/util": ^6.3.1 "@types/store": ^2.0.2 eventemitter3: ^4.0.7 store: ^2.0.12 @@ -2333,13 +2333,13 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-shared@0.74.2-0, @polkadot/ui-shared@workspace:packages/ui-shared": +"@polkadot/ui-shared@0.75.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.13.17 - "@polkadot/util": ^6.2.1 - "@polkadot/util-crypto": ^6.2.1 + "@polkadot/util": ^6.3.1 + "@polkadot/util-crypto": ^6.3.1 "@types/color": ^3.0.1 "@types/xmlserializer": ^0.6.2 color: ^3.1.3 @@ -2349,15 +2349,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/util-crypto@npm:6.2.1, @polkadot/util-crypto@npm:^6.2.1": - version: 6.2.1 - resolution: "@polkadot/util-crypto@npm:6.2.1" +"@polkadot/util-crypto@npm:6.3.1, @polkadot/util-crypto@npm:^6.3.1": + version: 6.3.1 + resolution: "@polkadot/util-crypto@npm:6.3.1" dependencies: - "@babel/runtime": ^7.13.10 - "@polkadot/networks": 6.2.1 - "@polkadot/util": 6.2.1 + "@babel/runtime": ^7.13.17 + "@polkadot/networks": 6.3.1 + "@polkadot/util": 6.3.1 "@polkadot/wasm-crypto": ^4.0.2 - "@polkadot/x-randomvalues": 6.2.1 + "@polkadot/x-randomvalues": 6.3.1 base-x: ^3.0.8 base64-js: ^1.5.1 blakejs: ^1.1.0 @@ -2370,23 +2370,23 @@ __metadata: tweetnacl: ^1.0.3 xxhashjs: ^0.2.2 peerDependencies: - "@polkadot/util": 6.2.1 - checksum: 6b7a3e5c19081ca7255e85b66f0576a7945ec07fec9f96f0ff8738d030f48a6fece9782d915f77346d06cf040d0d1b60a94531cfb5927da2b641ca403b6652ec + "@polkadot/util": 6.3.1 + checksum: 69004aaf5a5dd44b909292e671bd357336bfec5ce0d0a5feea09c3c310242a41dd2f69488520510aeba948b80faef0352645a2ca0cdf2c0f5a384bf0dc49a403 languageName: node linkType: hard -"@polkadot/util@npm:6.2.1, @polkadot/util@npm:^6.2.1": - version: 6.2.1 - resolution: "@polkadot/util@npm:6.2.1" +"@polkadot/util@npm:6.3.1, @polkadot/util@npm:^6.3.1": + version: 6.3.1 + resolution: "@polkadot/util@npm:6.3.1" dependencies: - "@babel/runtime": ^7.13.10 - "@polkadot/x-textdecoder": 6.2.1 - "@polkadot/x-textencoder": 6.2.1 + "@babel/runtime": ^7.13.17 + "@polkadot/x-textdecoder": 6.3.1 + "@polkadot/x-textencoder": 6.3.1 "@types/bn.js": ^4.11.6 bn.js: ^4.11.9 camelcase: ^5.3.1 ip-regex: ^4.3.0 - checksum: b4aeafe4eed161ac72a0f42deefe4fb91fcdd4f5aa497dc23f9480de976269e93708aeb18aa37e91b538a88ff60bac55a263b5d4808af4eb77a6bd7ad601c63a + checksum: a4d6e19d9933e70bab809f23dbb0b99d4152333e8c1128b94117cec6e6ea28021379d28ad49c95ab2065743ab4b7555d34e4ab1ae3cb80105b74d490bdb4142a languageName: node linkType: hard @@ -2395,9 +2395,9 @@ __metadata: resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon" dependencies: "@babel/runtime": ^7.13.17 - "@polkadot/ui-shared": 0.74.2-0 - "@polkadot/util": ^6.2.1 - "@polkadot/util-crypto": ^6.2.1 + "@polkadot/ui-shared": 0.75.0 + "@polkadot/util": ^6.3.1 + "@polkadot/util-crypto": ^6.3.1 jdenticon: 3.1.0 vue: ^2.6.12 peerDependencies: @@ -2439,54 +2439,54 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-global@npm:6.2.1": - version: 6.2.1 - resolution: "@polkadot/x-global@npm:6.2.1" +"@polkadot/x-global@npm:6.3.1": + version: 6.3.1 + resolution: "@polkadot/x-global@npm:6.3.1" dependencies: - "@babel/runtime": ^7.13.10 + "@babel/runtime": ^7.13.17 "@types/node-fetch": ^2.5.10 node-fetch: ^2.6.1 - checksum: ece93e020f9e8fb81c6315b078d7ca4e3a923a93dc90857757b2f14eed3b53243dd09c5cb56a43ca3c64cea6e71b8704788fea1f923f74a420e40fa9d520c9d5 + checksum: fa8ffbdc402da35ef5d19716030c8294680abf798d139d17d819f227f7bdcc2b4fb838986c8ce78c2873c12581e5c0af04070b39c3e4f9bc3f0a53e3bcf2f262 languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:6.2.1": - version: 6.2.1 - resolution: "@polkadot/x-randomvalues@npm:6.2.1" +"@polkadot/x-randomvalues@npm:6.3.1": + version: 6.3.1 + resolution: "@polkadot/x-randomvalues@npm:6.3.1" dependencies: - "@babel/runtime": ^7.13.10 - "@polkadot/x-global": 6.2.1 - checksum: 65edcf6401eed14631bf605c035950837f6451d01f52bd65d299436900dae7271761d1018c05cd35fce4c0a7e52c9f134e0d13073e8afbe7eefa600dae035bf5 + "@babel/runtime": ^7.13.17 + "@polkadot/x-global": 6.3.1 + checksum: 3f970f8623a917c36283a6301ca9158a47a51ca2d968a7c5a27d66fcb8376d0e86f68284090f37290a8855610f9a29d67a7cdb215cb0a6e8c8b2864612bef466 languageName: node linkType: hard -"@polkadot/x-rxjs@npm:^6.2.1": - version: 6.2.1 - resolution: "@polkadot/x-rxjs@npm:6.2.1" +"@polkadot/x-rxjs@npm:^6.3.1": + version: 6.3.1 + resolution: "@polkadot/x-rxjs@npm:6.3.1" dependencies: - "@babel/runtime": ^7.13.10 + "@babel/runtime": ^7.13.17 rxjs: ^6.6.7 - checksum: 815672accbea5fe295f4de0bad50db5e223785ba1655bbbdf2af7b379eadb0479b4a7b1bef12757e8f58911144268f9dc47dc9c104cfd141e53f5d048ae96a66 + checksum: 6c3e3a0785e583df6e1adfcc667f680ddb55d961883c14f62e49d6970b99a5aa577f6b63f436ae196ed7368ee21314be5c68dc230eeb7d8966dc38afe67561ff languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:6.2.1": - version: 6.2.1 - resolution: "@polkadot/x-textdecoder@npm:6.2.1" +"@polkadot/x-textdecoder@npm:6.3.1": + version: 6.3.1 + resolution: "@polkadot/x-textdecoder@npm:6.3.1" dependencies: - "@babel/runtime": ^7.13.10 - "@polkadot/x-global": 6.2.1 - checksum: ff17e0db6d83509ede097dfcb17a662c198957edc4fb618dc024f4a46473392fbac187fa814a7819b61caa413d3a48a1d24aa794881c302d0a70cf77397b5ba8 + "@babel/runtime": ^7.13.17 + "@polkadot/x-global": 6.3.1 + checksum: b917de465bc96c8adae88d36cf9de3bd459bc5987b755246a8e477082edbc74efa468983cff133da3dd6b38d0684c7183ee46aab2d5efd9b2912954266be50c2 languageName: node linkType: hard -"@polkadot/x-textencoder@npm:6.2.1": - version: 6.2.1 - resolution: "@polkadot/x-textencoder@npm:6.2.1" +"@polkadot/x-textencoder@npm:6.3.1": + version: 6.3.1 + resolution: "@polkadot/x-textencoder@npm:6.3.1" dependencies: - "@babel/runtime": ^7.13.10 - "@polkadot/x-global": 6.2.1 - checksum: 388e9c5d106199a889f2e87ebd9b447b147c699dfd98c0aad60761a697c16f0d840f7b458e5aaffaa23c73687844c6b19714eb35c0af1d20ab4d6ef21045bd2f + "@babel/runtime": ^7.13.17 + "@polkadot/x-global": 6.3.1 + checksum: 80457f236f08cea895919d6cb29535eeece8ff2324956890b4f07dd59745ad2ef8344892ab0b2a9576ce624e576a706ec91a2cc9464c99fecb164c6bc891c8ac languageName: node linkType: hard @@ -4586,18 +4586,18 @@ __metadata: languageName: node linkType: hard -"browserslist@npm:^4.14.5, browserslist@npm:^4.16.3, browserslist@npm:^4.16.4": - version: 4.16.4 - resolution: "browserslist@npm:4.16.4" +"browserslist@npm:^4.14.5, browserslist@npm:^4.16.3, browserslist@npm:^4.16.5": + version: 4.16.5 + resolution: "browserslist@npm:4.16.5" dependencies: - caniuse-lite: ^1.0.30001208 + caniuse-lite: ^1.0.30001214 colorette: ^1.2.2 - electron-to-chromium: ^1.3.712 + electron-to-chromium: ^1.3.719 escalade: ^3.1.1 node-releases: ^1.1.71 bin: browserslist: cli.js - checksum: 00071f51695eae0d33c6193f37af87c690e5049dc615aeebae32bd0a60ad64698f29b8a579667012a177bff532f6235f22d1a96bfb30bf6364631914e2d64294 + checksum: ea06cb8262a69d1479ab2c288eb939250ea0a6b172a181ce7ce9410f1ee29701095c8c13bd575b70baead87743866471814f8c0247c9785b229b04bef399e4c8 languageName: node linkType: hard @@ -4814,10 +4814,10 @@ __metadata: languageName: node linkType: hard -"caniuse-lite@npm:^1.0.30001208": - version: 1.0.30001208 - resolution: "caniuse-lite@npm:1.0.30001208" - checksum: c8c9ffbd57fe0f39e1cde2211b685f4a16babe73ab2bb50b22b9f267e29ca4843b5df83d518fae2c2e79347eab6d7da86027d649cb984e6f151a5650f592c03b +"caniuse-lite@npm:^1.0.30001214": + version: 1.0.30001214 + resolution: "caniuse-lite@npm:1.0.30001214" + checksum: 96c09af8989fe03e6aa0cc0130be3392c4a871093f0ae7190cb1185862a63b54de14483561578564d034cf993c315d4939727badee39ed76144e94ae4ab2a0f7 languageName: node linkType: hard @@ -4867,13 +4867,13 @@ __metadata: languageName: node linkType: hard -"chalk@npm:^4.0.0, chalk@npm:^4.1.0": - version: 4.1.0 - resolution: "chalk@npm:4.1.0" +"chalk@npm:^4.0.0, chalk@npm:^4.1.0, chalk@npm:^4.1.1": + version: 4.1.1 + resolution: "chalk@npm:4.1.1" dependencies: ansi-styles: ^4.1.0 supports-color: ^7.1.0 - checksum: f860285b419f9e925c2db0f45ffa88aa8794c14b80cc5d01ff30930bcfc384996606362706f0829cf557f6d36152a5fb2d227ad63c4bc90e2ec9e9dbed4a3c07 + checksum: 445c12db7aeed0046500a1e4184d31209a77d165654c885a789c41c8598a6a95bd2392180987cac572c967b93a2a730dda778bb7f87fa06ca63fd8592f8cc59f languageName: node linkType: hard @@ -6321,10 +6321,10 @@ __metadata: languageName: node linkType: hard -"electron-to-chromium@npm:^1.3.712": - version: 1.3.715 - resolution: "electron-to-chromium@npm:1.3.715" - checksum: b47fae50b323c0a75fbf511499c9a2bf59ceb380c791505ceb28725db523b25813e37e4d31f9a6c69e228a5bed96b7ff69c4bd3c2483293f97dc26afc0a6083e +"electron-to-chromium@npm:^1.3.719": + version: 1.3.720 + resolution: "electron-to-chromium@npm:1.3.720" + checksum: 51bb3720af1ffe2ac04e0760f4cdcf319c2e371625e7ed9e433ee962c1c7ae09e65b44afbe7ddf5c71dc9a01583c8e0015ff04b86f0222ed7cc5b5871494078d languageName: node linkType: hard @@ -6791,9 +6791,9 @@ __metadata: languageName: node linkType: hard -"eslint@npm:^7.24.0": - version: 7.24.0 - resolution: "eslint@npm:7.24.0" +"eslint@npm:^7.25.0": + version: 7.25.0 + resolution: "eslint@npm:7.25.0" dependencies: "@babel/code-frame": 7.12.11 "@eslint/eslintrc": ^0.4.0 @@ -6834,7 +6834,7 @@ __metadata: v8-compile-cache: ^2.0.3 bin: eslint: bin/eslint.js - checksum: 8130aacc3698a730ba8fa10ac9e1436151181c34cad265c21c97708e62dba714b6f3cc4cb7a1d343918da3d35a5913505ccf53cfbdc1fa8d62d326b7e35b7aae + checksum: 6e1782e2264ebf987504746ee82e996bf0ef2c29a2eaea869b54cb8aa1eaf10945b1d563618515e65ac934ca626f3609282127773f45868ad4a98744458a3c62 languageName: node linkType: hard @@ -6979,12 +6979,12 @@ __metadata: dependencies: "@babel/core": ^7.13.16 "@babel/runtime": ^7.13.17 - "@polkadot/keyring": ^6.2.1 - "@polkadot/reactnative-identicon": 0.74.2-0 - "@polkadot/ui-keyring": 0.74.2-0 - "@polkadot/ui-settings": 0.74.2-0 - "@polkadot/util": ^6.2.1 - "@polkadot/util-crypto": ^6.2.1 + "@polkadot/keyring": ^6.3.1 + "@polkadot/reactnative-identicon": 0.75.0 + "@polkadot/ui-keyring": 0.75.0 + "@polkadot/ui-settings": 0.75.0 + "@polkadot/util": ^6.3.1 + "@polkadot/util-crypto": ^6.3.1 "@react-native-community/async-storage": ^1.12.1 "@react-native-community/cli-platform-ios": ^5.0.1-alpha.2 "@types/react-test-renderer": 17.0.1 @@ -6997,7 +6997,7 @@ __metadata: react: ^17.0.2 react-native: ^0.64.0 react-native-crypto: ^2.2.0 - react-native-randombytes: ^3.6.0 + react-native-randombytes: ^3.6.1 react-test-renderer: 17.0.2 stream-http: ^3.2.0 languageName: unknown @@ -12913,13 +12913,13 @@ fsevents@~2.1.2: languageName: node linkType: hard -"react-native-randombytes@npm:^3.6.0": - version: 3.6.0 - resolution: "react-native-randombytes@npm:3.6.0" +"react-native-randombytes@npm:^3.6.1": + version: 3.6.1 + resolution: "react-native-randombytes@npm:3.6.1" dependencies: buffer: ^4.9.1 sjcl: ^1.0.3 - checksum: 51c0fc73924172a9932c3a0165d46f93118658594df3e2d7a31b371ecc30937768fca172783e1a1adfc6d268d4def0a661ffcc594cde560549df5cd31721f668 + checksum: fc23c5627db3d6414d6b31345a3123895d7ae65ce8858ddfe278120e9522ed6bd7ccdaef62a3f7ef21284661036b484079b2acba96aa848dd785de79dd79e369 languageName: node linkType: hard @@ -13647,7 +13647,7 @@ resolve@^2.0.0-next.3: dependencies: "@babel/core": ^7.13.16 "@babel/runtime": ^7.13.17 - "@polkadot/dev": ^0.62.9 + "@polkadot/dev": ^0.62.10 "@polkadot/ts": ^0.3.63 "@types/jest": ^26.0.22 babel-plugin-transform-vue-template: ^0.4.2