diff --git a/.gitignore b/.gitignore index 394d1d2..ac6627c 100644 --- a/.gitignore +++ b/.gitignore @@ -234,4 +234,6 @@ tmpArtifacts artifacts/* !artifacts/.gitkeep -typedContract \ No newline at end of file +test/**/artifacts +typedContract + diff --git a/package.json b/package.json index a842f2f..c42ce9b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "astar-demo", + "name": "astar-swanky-ink-template", "version": "1.0.0", "author": "Austin Zhu", "license": "MIT", @@ -15,35 +15,34 @@ "node": ">=18.0.0" }, "dependencies": { - "@727-ventures/typechain-compiler": "0.5.18", - "@727-ventures/typechain-types": "0.0.23" + "@727-ventures/typechain-compiler": "1.0.0-beta.2", + "@727-ventures/typechain-types": "1.0.0-beta.1" }, "devDependencies": { - "@727-ventures/typechain-polkadot": "0.6.11", + "@727-ventures/typechain-polkadot": "0.6.12", "@astar-network/swanky-cli": "2.1.0", + "@polkadot/api": "^10.2.1", + "@polkadot/keyring": "^11.1.2", + "@polkadot/types": "^10.2.1", + "@polkadot/util-crypto": "^11.1.2", "@types/chai": "4.3.4", "@types/chai-as-promised": "7.1.5", "@types/mocha": "10.0.1", - "@typescript-eslint/eslint-plugin": "5.55.0", + "@typescript-eslint/eslint-plugin": "5.57.0", + "@typescript-eslint/parser": "^5.57.0", + "bn.js": "^5.2.1", "chai": "4.3.7", "chai-as-promised": "7.1.1", - "eslint": "8.36.0", - "eslint-config-prettier": "^8.7.0", + "eslint": "8.37.0", + "eslint-config-prettier": "^8.8.0", "eslint-config-standard-with-typescript": "34.0.1", "eslint-plugin-import": "2.27.5", - "eslint-plugin-n": "15.6.1", + "eslint-plugin-n": "15.7.0", "eslint-plugin-promise": "6.1.1", "mocha": "10.2.0", "mochawesome": "7.1.3", - "prettier": "2.8.4", + "prettier": "2.8.7", "ts-node": "10.9.1", - "typescript": "4.9.5" - }, - "pnpm": { - "overrides": { - "@polkadot/util": "10.4.2", - "@polkadot/util-crypto": "10.4.2", - "@polkadot/keyring": "10.4.2" - } + "typescript": "5.0.3" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6c537ef..2ac6752 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,66 +1,73 @@ lockfileVersion: 5.4 -overrides: - '@polkadot/util': 10.4.2 - '@polkadot/util-crypto': 10.4.2 - '@polkadot/keyring': 10.4.2 - specifiers: - '@727-ventures/typechain-compiler': 0.5.18 - '@727-ventures/typechain-polkadot': 0.6.11 - '@727-ventures/typechain-types': 0.0.23 + '@727-ventures/typechain-compiler': 1.0.0-beta.2 + '@727-ventures/typechain-polkadot': 0.6.12 + '@727-ventures/typechain-types': 1.0.0-beta.1 '@astar-network/swanky-cli': 2.1.0 + '@polkadot/api': ^10.2.1 + '@polkadot/keyring': ^11.1.2 + '@polkadot/types': ^10.2.1 + '@polkadot/util-crypto': ^11.1.2 '@types/chai': 4.3.4 '@types/chai-as-promised': 7.1.5 '@types/mocha': 10.0.1 - '@typescript-eslint/eslint-plugin': 5.55.0 + '@typescript-eslint/eslint-plugin': 5.57.0 + '@typescript-eslint/parser': ^5.57.0 + bn.js: ^5.2.1 chai: 4.3.7 chai-as-promised: 7.1.1 - eslint: 8.36.0 - eslint-config-prettier: ^8.7.0 + eslint: 8.37.0 + eslint-config-prettier: ^8.8.0 eslint-config-standard-with-typescript: 34.0.1 eslint-plugin-import: 2.27.5 - eslint-plugin-n: 15.6.1 + eslint-plugin-n: 15.7.0 eslint-plugin-promise: 6.1.1 mocha: 10.2.0 mochawesome: 7.1.3 - prettier: 2.8.4 + prettier: 2.8.7 ts-node: 10.9.1 - typescript: 4.9.5 + typescript: 5.0.3 dependencies: - '@727-ventures/typechain-compiler': 0.5.18_sxaswvclnxdpih7ckvc53o3gg4 - '@727-ventures/typechain-types': 0.0.23 + '@727-ventures/typechain-compiler': 1.0.0-beta.2_yji7rymbjiypqpcy3jupdgt5dy + '@727-ventures/typechain-types': 1.0.0-beta.1 devDependencies: - '@727-ventures/typechain-polkadot': 0.6.11_hrj2sufdvstjot27h3kha2h3l4 + '@727-ventures/typechain-polkadot': 0.6.12_iywxgzf2lasy5hnb4dxnru23sm '@astar-network/swanky-cli': 2.1.0 + '@polkadot/api': 10.2.1 + '@polkadot/keyring': 11.1.2_jd66pekvllnz5bnifsx6bghvkm + '@polkadot/types': 10.2.1 + '@polkadot/util-crypto': 11.1.2_@polkadot+util@11.1.2 '@types/chai': 4.3.4 '@types/chai-as-promised': 7.1.5 '@types/mocha': 10.0.1 - '@typescript-eslint/eslint-plugin': 5.55.0_buczjn7lj4rlvyvatxpzumr3kq + '@typescript-eslint/eslint-plugin': 5.57.0_z24sz2fazj3bxoipp6m4s7b2mi + '@typescript-eslint/parser': 5.57.0_vwh6htx42aidho2qgfca5u5rwm + bn.js: 5.2.1 chai: 4.3.7 chai-as-promised: 7.1.1_chai@4.3.7 - eslint: 8.36.0 - eslint-config-prettier: 8.7.0_eslint@8.36.0 - eslint-config-standard-with-typescript: 34.0.1_m62ggp4hpbv7eiyz4q3ztczpa4 - eslint-plugin-import: 2.27.5_uodme5gdk3cnryickrhyux6l6y - eslint-plugin-n: 15.6.1_eslint@8.36.0 - eslint-plugin-promise: 6.1.1_eslint@8.36.0 + eslint: 8.37.0 + eslint-config-prettier: 8.8.0_eslint@8.37.0 + eslint-config-standard-with-typescript: 34.0.1_hmgy6erzgbccrve73wwvfwtnji + eslint-plugin-import: 2.27.5_2niwd2uqke2jpnohndnwvllrkm + eslint-plugin-n: 15.7.0_eslint@8.37.0 + eslint-plugin-promise: 6.1.1_eslint@8.37.0 mocha: 10.2.0 mochawesome: 7.1.3_mocha@10.2.0 - prettier: 2.8.4 - ts-node: 10.9.1_tncu2ai53lzgmizdedur7lbibe - typescript: 4.9.5 + prettier: 2.8.7 + ts-node: 10.9.1_mt3klkpbgfc7smvnfuim35cksq + typescript: 5.0.3 packages: - /@727-ventures/typechain-compiler/0.5.18_sxaswvclnxdpih7ckvc53o3gg4: - resolution: {integrity: sha512-sPj1TZnoQZYkIRiEduGnsstjeXUkGmRPjgR4QYy3B3/a5EEq+i2+nEUXmrOxocpXjA9+qG5IV/HJ7LkM1sAObg==} + /@727-ventures/typechain-compiler/1.0.0-beta.2_yji7rymbjiypqpcy3jupdgt5dy: + resolution: {integrity: sha512-EcM2RzjeghJvlvauvVl+TN2fFzNbmqQLzDIztDSda9FY86VTCrfwbUfercsWDxOZiJYr8N+X6rFAll8Ql20/mQ==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} hasBin: true dependencies: - '@727-ventures/typechain-polkadot': 0.6.11_hrj2sufdvstjot27h3kha2h3l4 + '@727-ventures/typechain-polkadot': 1.0.0-beta.1_iywxgzf2lasy5hnb4dxnru23sm '@types/consola': 2.2.5 '@types/yargs': 17.0.22 chalk: 4.1.2 @@ -68,7 +75,7 @@ packages: globby: 11.0.2 minimatch: 5.1.6 toml: 3.0.0 - ts-node: 10.9.1_tncu2ai53lzgmizdedur7lbibe + ts-node: 10.9.1_mt3klkpbgfc7smvnfuim35cksq yargs: 17.7.0 transitivePeerDependencies: - '@polkadot/util' @@ -95,25 +102,41 @@ packages: - bufferutil - supports-color - utf-8-validate + dev: true + + /@727-ventures/typechain-polkadot-parser/1.0.0: + resolution: {integrity: sha512-4JjvaTAhZtWo/HTNdkHxswg65ZxLHu4WfhWH5NdO0w+saweWZbO2rUzBTM+f9JhMdxirwMSr+Iyvi+9BcqEsdA==} + dependencies: + '@polkadot/api': 10.2.1 + '@polkadot/api-contract': 10.1.4 + '@types/bn.js': 5.1.1 + '@types/node': 18.14.0 + camelcase: 6.3.0 + typescript: 4.9.5 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: false - /@727-ventures/typechain-polkadot/0.6.11_hrj2sufdvstjot27h3kha2h3l4: - resolution: {integrity: sha512-F17A0WqEOrhyIow9OHdvT3AqPSmos7EXfKFVvHguuAXnK1LNueF4XH/ebRLCzVk3orPhfRWI2s+2PMcv//FxXQ==} + /@727-ventures/typechain-polkadot/0.6.12_iywxgzf2lasy5hnb4dxnru23sm: + resolution: {integrity: sha512-QgGCiNClWYIosvoE1sdMsqQg/N9tK9XvDacTHD2NBSiheLqA1qTRZWOu8+nJq8EZtqfBF7hHfPrwwOeMWVN8Dg==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} hasBin: true dependencies: '@727-ventures/typechain-polkadot-parser': 0.3.6 '@polkadot/api': 9.14.2 '@polkadot/api-contract': 9.14.2 - '@polkadot/keyring': 10.4.2_bfy7tld2q6wbfixybv6w75yda4 + '@polkadot/keyring': 10.4.2_jd66pekvllnz5bnifsx6bghvkm '@types/fs-extra': 9.0.13 '@types/node': 18.14.0 '@types/yargs': 17.0.22 camelcase: 6.3.0 - eslint: 8.36.0 + eslint: 8.37.0 fs-extra: 9.1.0 handlebars: 4.7.7 - prettier: 2.8.4 - ts-node: 10.9.1_tncu2ai53lzgmizdedur7lbibe + prettier: 2.8.7 + ts-node: 10.9.1_mt3klkpbgfc7smvnfuim35cksq yargs: 17.7.0 transitivePeerDependencies: - '@polkadot/util' @@ -124,12 +147,43 @@ packages: - supports-color - typescript - utf-8-validate + dev: true - /@727-ventures/typechain-types/0.0.23: - resolution: {integrity: sha512-DNHZFFBaqENS/s8vpY5UNVs/Hqoip+56Auc/PP+vaYV708gTOovTukh2jIzIEUpcxs7t0SvOn3UBZWHT/mRNKQ==} + /@727-ventures/typechain-polkadot/1.0.0-beta.1_iywxgzf2lasy5hnb4dxnru23sm: + resolution: {integrity: sha512-AJbMYfVjvFPaTVUN71uVfmDQ08DVk/pNqs1XgWY3OR8JivqhYT6+EqRqNTIKgwowSlRDm2ImZ7yCoQFKJA0l9Q==} + engines: {node: '>=16.0.0', npm: '>=7.0.0'} + hasBin: true dependencies: - '@polkadot/api': 9.14.2 - '@polkadot/api-contract': 9.14.2 + '@727-ventures/typechain-polkadot-parser': 1.0.0 + '@polkadot/api': 10.2.1 + '@polkadot/api-contract': 10.1.4 + '@polkadot/keyring': 11.1.2_jd66pekvllnz5bnifsx6bghvkm + '@types/fs-extra': 9.0.13 + '@types/node': 18.14.0 + '@types/yargs': 17.0.22 + camelcase: 6.3.0 + eslint: 8.37.0 + fs-extra: 9.1.0 + handlebars: 4.7.7 + prettier: 2.8.7 + ts-node: 10.9.1_mt3klkpbgfc7smvnfuim35cksq + yargs: 17.7.0 + transitivePeerDependencies: + - '@polkadot/util' + - '@polkadot/util-crypto' + - '@swc/core' + - '@swc/wasm' + - bufferutil + - supports-color + - typescript + - utf-8-validate + dev: false + + /@727-ventures/typechain-types/1.0.0-beta.1: + resolution: {integrity: sha512-BEjoce+BWMlstdlVe/+WbLsA/8BbGc2haoQqCOOZ4BnAHDKgZiH0A6Ybob8f8Lf/zJw3gk0zcGrvTDKe1ddOdw==} + dependencies: + '@polkadot/api': 10.2.1 + '@polkadot/api-contract': 10.1.4 '@types/bn.js': 5.1.1 '@types/node': 18.14.0 camelcase: 6.3.0 @@ -151,8 +205,8 @@ packages: '@oclif/plugin-help': 5.2.7 '@oclif/plugin-plugins': 2.3.2 '@oclif/plugin-version': 1.2.1 - '@polkadot/util': 10.4.2 - '@polkadot/util-crypto': 10.4.2_@polkadot+util@10.4.2 + '@polkadot/util': 11.0.1 + '@polkadot/util-crypto': 11.0.1_@polkadot+util@11.0.1 '@types/shelljs': 0.8.11 chalk: 4.1.2 change-case: 4.1.2 @@ -211,6 +265,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.13.11 + dev: true /@cspotcode/source-map-support/0.8.1: resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} @@ -218,26 +273,26 @@ packages: dependencies: '@jridgewell/trace-mapping': 0.3.9 - /@eslint-community/eslint-utils/4.2.0_eslint@8.36.0: + /@eslint-community/eslint-utils/4.2.0_eslint@8.37.0: resolution: {integrity: sha512-gB8T4H4DEfX2IV9zGDJPOBgP1e/DbfCPDTtEqUMckpvzS1OYtva8JdFYBqMwYk7xAQ429WGF/UPqn8uQ//h2vQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.36.0 - eslint-visitor-keys: 3.3.0 + eslint: 8.37.0 + eslint-visitor-keys: 3.4.0 /@eslint-community/regexpp/4.4.0: resolution: {integrity: sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - /@eslint/eslintrc/2.0.1: - resolution: {integrity: sha512-eFRmABvW2E5Ho6f5fHLqgena46rOj7r7OKHYfLElqcBfGFHHpjBhivyi5+jOEQuSpdc/1phIZJlbC2te+tZNIw==} + /@eslint/eslintrc/2.0.2: + resolution: {integrity: sha512-3W4f5tDUra+pA+FzgugqL2pRimUTDJWKr7BINqOpkZrC0uYI0NIc0/JFgBROCU07HR6GieA5m3/rsPIhDmCXTQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 debug: 4.3.4 - espree: 9.5.0 + espree: 9.5.1 globals: 13.20.0 ignore: 5.2.4 import-fresh: 3.3.0 @@ -247,8 +302,8 @@ packages: transitivePeerDependencies: - supports-color - /@eslint/js/8.36.0: - resolution: {integrity: sha512-lxJ9R5ygVm8ZWgYdUweoq5ownDlJ4upvoWmO4eLxBYHdMo+vZ/Rx0EN6MbKWDJOSUGrqJy2Gt+Dyv/VKml0fjg==} + /@eslint/js/8.37.0: + resolution: {integrity: sha512-x5vzdtOOGgFVDCUs81QRB2+liax8rFg3+7hqM+QhBG0/G3F1ZsoYl97UrqgHgQ9KKT7G6c4V+aTUCgu/n22v1A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} /@humanwhocodes/config-array/0.11.8: @@ -283,6 +338,10 @@ packages: /@noble/hashes/1.2.0: resolution: {integrity: sha512-FZfhjEDbT5GRswV3C6uvLPHMiVD6lQBmpoX5+eSiPaMTXte/IKqI5dykDxzZB/WBeK/CDuQRBWarPdi3FNY2zQ==} + dev: true + + /@noble/hashes/1.3.0: + resolution: {integrity: sha512-ilHEACi9DwqJB0pw7kv+Apvh50jiiSyR/cQ3y4W7lOR5mhvn/50FLUfsnfJz0BDZtl/RR16kXvptiv6q1msYZg==} /@noble/secp256k1/1.7.1: resolution: {integrity: sha512-hOUk6AyBFmqVrv7k5WAw/LpszxVbj9gGN4JRkIX52fdFAj1UA61KXmZDvqVEm+pOyec3+fIeZB02LYa/pWOArw==} @@ -383,6 +442,39 @@ packages: '@oclif/core': 2.5.0 dev: true + /@polkadot/api-augment/10.1.4: + resolution: {integrity: sha512-E8XTVKF85sL+awUEVkzbpfH2LrvWe/StINGu4ZCOhPrlw53F/pT8Uvnv3rpDM214pXNkVZSX0JneaKGYCqPzAw==} + engines: {node: '>=14'} + dependencies: + '@polkadot/api-base': 10.1.4 + '@polkadot/rpc-augment': 10.1.4 + '@polkadot/types': 10.1.4 + '@polkadot/types-augment': 10.1.4 + '@polkadot/types-codec': 10.1.4 + '@polkadot/util': 11.1.2 + tslib: 2.5.0 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: false + + /@polkadot/api-augment/10.2.1: + resolution: {integrity: sha512-fqxm+B0ASA5bdacOMk/YuVUGuRZT/B0iLOoaUSy2Z9yA4qx1mZnazwzIIkfHxTdcpEw8+prRmgv0EMXxMvmA0g==} + engines: {node: '>=14'} + dependencies: + '@polkadot/api-base': 10.2.1 + '@polkadot/rpc-augment': 10.2.1 + '@polkadot/types': 10.2.1 + '@polkadot/types-augment': 10.2.1 + '@polkadot/types-codec': 10.2.1 + '@polkadot/util': 11.1.2 + tslib: 2.5.0 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + /@polkadot/api-augment/9.14.2: resolution: {integrity: sha512-19MmW8AHEcLkdcUIo3LLk0eCQgREWqNSxkUyOeWn7UiNMY1AhDOOwMStUBNCvrIDK6VL6GGc1sY7rkPCLMuKSw==} engines: {node: '>=14.0.0'} @@ -398,6 +490,36 @@ packages: - bufferutil - supports-color - utf-8-validate + dev: true + + /@polkadot/api-base/10.1.4: + resolution: {integrity: sha512-FuQ98EoFfSlal2aGjAPyktA+zf/UPl4rz5CZoEXbFS7l9V7IkM6v1xGKHb6bQz2rJCnBjwizMxIEn0+5btB0fA==} + engines: {node: '>=14'} + dependencies: + '@polkadot/rpc-core': 10.1.4 + '@polkadot/types': 10.1.4 + '@polkadot/util': 11.1.2 + rxjs: 7.8.0 + tslib: 2.5.0 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: false + + /@polkadot/api-base/10.2.1: + resolution: {integrity: sha512-SLWjdzAGyVINsMa8V0XPK8npnJWUObuOlRmJ6kcxcwBi4BTJJeDMIp7HsATrxwhdBWZr7uuk+bQi+7ADH8yzvA==} + engines: {node: '>=14'} + dependencies: + '@polkadot/rpc-core': 10.2.1 + '@polkadot/types': 10.2.1 + '@polkadot/util': 11.1.2 + rxjs: 7.8.0 + tslib: 2.5.0 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate /@polkadot/api-base/9.14.2: resolution: {integrity: sha512-ky9fmzG1Tnrjr/SBZ0aBB21l0TFr+CIyQenQczoUyVgiuxVaI/2Bp6R2SFrHhG28P+PW2/RcYhn2oIAR2Z2fZQ==} @@ -412,6 +534,25 @@ packages: - bufferutil - supports-color - utf-8-validate + dev: true + + /@polkadot/api-contract/10.1.4: + resolution: {integrity: sha512-DEoTklTXIh0XS9GDwgXRDAVMsSKEbDAe+f4nMjZfjScXRTSxC9Oh6+95z4FvFv50+EMNETt5tRj1MKrzTwGoig==} + engines: {node: '>=14'} + dependencies: + '@polkadot/api': 10.1.4 + '@polkadot/types': 10.1.4 + '@polkadot/types-codec': 10.1.4 + '@polkadot/types-create': 10.1.4 + '@polkadot/util': 11.1.2 + '@polkadot/util-crypto': 11.1.2_@polkadot+util@11.1.2 + rxjs: 7.8.0 + tslib: 2.5.0 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: false /@polkadot/api-contract/9.14.2: resolution: {integrity: sha512-gAAHEh+tOIKuAJWxbAuB8Imo+Z8s0FHdICN6/q4JOxBhONJNA9beHB4wmqWSKvYqYmWrJvtv3HensLaITzAcrQ==} @@ -429,6 +570,46 @@ packages: - bufferutil - supports-color - utf-8-validate + dev: true + + /@polkadot/api-derive/10.1.4: + resolution: {integrity: sha512-aHLelYSrpBM4rVm1BUUJa/B0VZz98eQWtFkEr/2HS4auS8V1OPQHzcWN/HQhDxwW3JLXP/Q15DRGkfZJv31cOg==} + engines: {node: '>=14'} + dependencies: + '@polkadot/api': 10.1.4 + '@polkadot/api-augment': 10.1.4 + '@polkadot/api-base': 10.1.4 + '@polkadot/rpc-core': 10.1.4 + '@polkadot/types': 10.1.4 + '@polkadot/types-codec': 10.1.4 + '@polkadot/util': 11.1.2 + '@polkadot/util-crypto': 11.1.2_@polkadot+util@11.1.2 + rxjs: 7.8.0 + tslib: 2.5.0 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: false + + /@polkadot/api-derive/10.2.1: + resolution: {integrity: sha512-rLd4n57weI74A2hlDMoS/TmeKdzdyztWMRf4PznN6W2+31bfI9IOtmJaxUs8ZxEYO5nbHOZRzy6l4d+8HhC+5g==} + engines: {node: '>=14'} + dependencies: + '@polkadot/api': 10.2.1 + '@polkadot/api-augment': 10.2.1 + '@polkadot/api-base': 10.2.1 + '@polkadot/rpc-core': 10.2.1 + '@polkadot/types': 10.2.1 + '@polkadot/types-codec': 10.2.1 + '@polkadot/util': 11.1.2 + '@polkadot/util-crypto': 11.1.2_@polkadot+util@11.1.2 + rxjs: 7.8.0 + tslib: 2.5.0 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate /@polkadot/api-derive/9.14.2: resolution: {integrity: sha512-yw9OXucmeggmFqBTMgza0uZwhNjPxS7MaT7lSCUIRKckl1GejdV+qMhL3XFxPFeYzXwzFpdPG11zWf+qJlalqw==} @@ -448,6 +629,60 @@ packages: - bufferutil - supports-color - utf-8-validate + dev: true + + /@polkadot/api/10.1.4: + resolution: {integrity: sha512-kN/KUuCAZx4iZ/iL0IIbpcyizdHny7+vT2ED01DO+J/yty0m/U6gUH4X+cmULrLe977SwJbwWV86tmkm2WWNkA==} + engines: {node: '>=14'} + dependencies: + '@polkadot/api-augment': 10.1.4 + '@polkadot/api-base': 10.1.4 + '@polkadot/api-derive': 10.1.4 + '@polkadot/keyring': 11.1.2_jd66pekvllnz5bnifsx6bghvkm + '@polkadot/rpc-augment': 10.1.4 + '@polkadot/rpc-core': 10.1.4 + '@polkadot/rpc-provider': 10.1.4 + '@polkadot/types': 10.1.4 + '@polkadot/types-augment': 10.1.4 + '@polkadot/types-codec': 10.1.4 + '@polkadot/types-create': 10.1.4 + '@polkadot/types-known': 10.1.4 + '@polkadot/util': 11.1.2 + '@polkadot/util-crypto': 11.1.2_@polkadot+util@11.1.2 + eventemitter3: 5.0.0 + rxjs: 7.8.0 + tslib: 2.5.0 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: false + + /@polkadot/api/10.2.1: + resolution: {integrity: sha512-T8wXJQIZIM5vow1mU9JE2KN2/lFwBGK2YGnZdHRuLJY0QWn+z8FuJik9kEtgNcZ7gjPnT/rBXd71V3PxixvxcA==} + engines: {node: '>=14'} + dependencies: + '@polkadot/api-augment': 10.2.1 + '@polkadot/api-base': 10.2.1 + '@polkadot/api-derive': 10.2.1 + '@polkadot/keyring': 11.1.2_jd66pekvllnz5bnifsx6bghvkm + '@polkadot/rpc-augment': 10.2.1 + '@polkadot/rpc-core': 10.2.1 + '@polkadot/rpc-provider': 10.2.1 + '@polkadot/types': 10.2.1 + '@polkadot/types-augment': 10.2.1 + '@polkadot/types-codec': 10.2.1 + '@polkadot/types-create': 10.2.1 + '@polkadot/types-known': 10.2.1 + '@polkadot/util': 11.1.2 + '@polkadot/util-crypto': 11.1.2_@polkadot+util@11.1.2 + eventemitter3: 5.0.0 + rxjs: 7.8.0 + tslib: 2.5.0 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate /@polkadot/api/9.14.2: resolution: {integrity: sha512-R3eYFj2JgY1zRb+OCYQxNlJXCs2FA+AU4uIEiVcXnVLmR3M55tkRNEwYAZmiFxx0pQmegGgPMc33q7TWGdw24A==} @@ -474,6 +709,7 @@ packages: - bufferutil - supports-color - utf-8-validate + dev: true /@polkadot/keyring/10.4.2_bfy7tld2q6wbfixybv6w75yda4: resolution: {integrity: sha512-7iHhJuXaHrRTG6cJDbZE9G+c1ts1dujp0qbO4RfAPmT7YUvphHvAtCKueN9UKPz5+TYDL+rP/jDEaSKU8jl/qQ==} @@ -485,6 +721,30 @@ packages: '@babel/runtime': 7.20.13 '@polkadot/util': 10.4.2 '@polkadot/util-crypto': 10.4.2_@polkadot+util@10.4.2 + dev: true + + /@polkadot/keyring/10.4.2_jd66pekvllnz5bnifsx6bghvkm: + resolution: {integrity: sha512-7iHhJuXaHrRTG6cJDbZE9G+c1ts1dujp0qbO4RfAPmT7YUvphHvAtCKueN9UKPz5+TYDL+rP/jDEaSKU8jl/qQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': 10.4.2 + '@polkadot/util-crypto': 10.4.2 + dependencies: + '@babel/runtime': 7.20.13 + '@polkadot/util': 11.1.2 + '@polkadot/util-crypto': 11.1.2_@polkadot+util@11.1.2 + dev: true + + /@polkadot/keyring/11.1.2_jd66pekvllnz5bnifsx6bghvkm: + resolution: {integrity: sha512-LvyvVTvW9gZ3HyYuSfozRI9fKMJNP33LSVoABNHDY3nUPBFPTitEgMtInw6RJkTy2oWGU5C+dEFmtxjb9NvA8g==} + engines: {node: '>=14'} + peerDependencies: + '@polkadot/util': 11.1.2 + '@polkadot/util-crypto': 11.1.2 + dependencies: + '@polkadot/util': 11.1.2 + '@polkadot/util-crypto': 11.1.2_@polkadot+util@11.1.2 + tslib: 2.5.0 /@polkadot/networks/10.4.2: resolution: {integrity: sha512-FAh/znrEvWBiA/LbcT5GXHsCFUl//y9KqxLghSr/CreAmAergiJNT0MVUezC7Y36nkATgmsr4ylFwIxhVtuuCw==} @@ -492,7 +752,54 @@ packages: dependencies: '@babel/runtime': 7.20.13 '@polkadot/util': 10.4.2 - '@substrate/ss58-registry': 1.38.0 + '@substrate/ss58-registry': 1.39.0 + dev: true + + /@polkadot/networks/11.0.1: + resolution: {integrity: sha512-el1qzqFVhZQry/m9Qriq/AcksXOKGwgl6Aq5RsjpRLLMJyxHjATTICOPdKoY5gxSnVayku/fd46eak31/O/MnA==} + engines: {node: '>=14.0.0'} + dependencies: + '@polkadot/util': 11.0.1 + '@substrate/ss58-registry': 1.39.0 + tslib: 2.5.0 + dev: true + + /@polkadot/networks/11.1.2: + resolution: {integrity: sha512-nYWykUlIdWsFhkEy/uette0nxF1KqmcPBeMqTbvpPdQqGkfZmb6Vfpm8mVRSxPhYLu8D7El7VO+Xz/HK6JLeQQ==} + engines: {node: '>=14'} + dependencies: + '@polkadot/util': 11.1.2 + '@substrate/ss58-registry': 1.39.0 + tslib: 2.5.0 + + /@polkadot/rpc-augment/10.1.4: + resolution: {integrity: sha512-cwenrMXqGjXtUVYtTAISn/CZ9JYgqISiGZXlrUCPXz73/ZHPkcLYYPbXgeswquaDLm6jiU3H7dwtviRRpaRX8A==} + engines: {node: '>=14'} + dependencies: + '@polkadot/rpc-core': 10.1.4 + '@polkadot/types': 10.1.4 + '@polkadot/types-codec': 10.1.4 + '@polkadot/util': 11.1.2 + tslib: 2.5.0 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: false + + /@polkadot/rpc-augment/10.2.1: + resolution: {integrity: sha512-opWg0//5FsIpu3Mi7UKHGCgu6Azrrhqpwc8by4vhW73gAVuJ5kxGcfJPy4m8pBA0omChD/l33PnhRlc9LkNRYg==} + engines: {node: '>=14'} + dependencies: + '@polkadot/rpc-core': 10.2.1 + '@polkadot/types': 10.2.1 + '@polkadot/types-codec': 10.2.1 + '@polkadot/util': 11.1.2 + tslib: 2.5.0 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate /@polkadot/rpc-augment/9.14.2: resolution: {integrity: sha512-mOubRm3qbKZTbP9H01XRrfTk7k5it9WyzaWAg72DJBQBYdgPUUkGSgpPD/Srkk5/5GAQTWVWL1I2UIBKJ4TJjQ==} @@ -507,6 +814,38 @@ packages: - bufferutil - supports-color - utf-8-validate + dev: true + + /@polkadot/rpc-core/10.1.4: + resolution: {integrity: sha512-pNSsJkhm2o+SlJrsD3B6PpsJKieVlPZLN4Sw1rXLRkqTiwqrNdxrHEjjPKQonVN2VC+n/X2S83rTkX+cPUCxBw==} + engines: {node: '>=14'} + dependencies: + '@polkadot/rpc-augment': 10.1.4 + '@polkadot/rpc-provider': 10.1.4 + '@polkadot/types': 10.1.4 + '@polkadot/util': 11.1.2 + rxjs: 7.8.0 + tslib: 2.5.0 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: false + + /@polkadot/rpc-core/10.2.1: + resolution: {integrity: sha512-v7InyKGCxZKbsBcN4f0oIAE3f7mY+dCe6q11iCwAS8dAilXwfXDuZ1kwaSIxwZKRCMIWqwlVM8tNij48AWr04A==} + engines: {node: '>=14'} + dependencies: + '@polkadot/rpc-augment': 10.2.1 + '@polkadot/rpc-provider': 10.2.1 + '@polkadot/types': 10.2.1 + '@polkadot/util': 11.1.2 + rxjs: 7.8.0 + tslib: 2.5.0 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate /@polkadot/rpc-core/9.14.2: resolution: {integrity: sha512-krA/mtQ5t9nUQEsEVC1sjkttLuzN6z6gyJxK2IlpMS3S5ncy/R6w4FOpy+Q0H18Dn83JBo0p7ZtY7Y6XkK48Kw==} @@ -522,6 +861,54 @@ packages: - bufferutil - supports-color - utf-8-validate + dev: true + + /@polkadot/rpc-provider/10.1.4: + resolution: {integrity: sha512-GW2HrOAtqyjaJsMZ4VaubAoIt9/URZY+0rOnem9ivvJpqd0mMC2DcS0+0fJVXJXmOaz5W6thedgcHOHhulC6/Q==} + engines: {node: '>=14'} + dependencies: + '@polkadot/keyring': 11.1.2_jd66pekvllnz5bnifsx6bghvkm + '@polkadot/types': 10.1.4 + '@polkadot/types-support': 10.1.4 + '@polkadot/util': 11.1.2 + '@polkadot/util-crypto': 11.1.2_@polkadot+util@11.1.2 + '@polkadot/x-fetch': 11.1.1 + '@polkadot/x-global': 11.1.2 + '@polkadot/x-ws': 11.1.1 + eventemitter3: 5.0.0 + mock-socket: 9.2.1 + nock: 13.3.0 + tslib: 2.5.0 + optionalDependencies: + '@substrate/connect': 0.7.21 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: false + + /@polkadot/rpc-provider/10.2.1: + resolution: {integrity: sha512-Zg+6tXwrd/oH/mGW+HoGcwmqTUfusMSugDyL8ccNd+y9iU2d0AlZMbPBvOE4zIP3C2HCM7qye8ndaXzZNezvvA==} + engines: {node: '>=14'} + dependencies: + '@polkadot/keyring': 11.1.2_jd66pekvllnz5bnifsx6bghvkm + '@polkadot/types': 10.2.1 + '@polkadot/types-support': 10.2.1 + '@polkadot/util': 11.1.2 + '@polkadot/util-crypto': 11.1.2_@polkadot+util@11.1.2 + '@polkadot/x-fetch': 11.1.2 + '@polkadot/x-global': 11.1.2 + '@polkadot/x-ws': 11.1.2 + eventemitter3: 5.0.0 + mock-socket: 9.2.1 + nock: 13.3.0 + tslib: 2.5.0 + optionalDependencies: + '@substrate/connect': 0.7.22 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate /@polkadot/rpc-provider/9.14.2: resolution: {integrity: sha512-YTSywjD5PF01V47Ru5tln2LlpUwJiSOdz6rlJXPpMaY53hUp7+xMU01FVAQ1bllSBNisSD1Msv/mYHq84Oai2g==} @@ -545,6 +932,26 @@ packages: - bufferutil - supports-color - utf-8-validate + dev: true + + /@polkadot/types-augment/10.1.4: + resolution: {integrity: sha512-dWfTpxtHyvWXOrcGbKeEWWs57D3nHrxAUorV/K57KdyPJ/CZOZtxrWBDET4lCFk6v0xnL/cheU3gZa+k+3RggQ==} + engines: {node: '>=14'} + dependencies: + '@polkadot/types': 10.1.4 + '@polkadot/types-codec': 10.1.4 + '@polkadot/util': 11.1.2 + tslib: 2.5.0 + dev: false + + /@polkadot/types-augment/10.2.1: + resolution: {integrity: sha512-WCnL8a2vT/GSrVnWty1pHZhXK2rkYMCon/Ml7kJL+Xk72EPua1lLwUCAC2ct9uyFuqamjIuyWGo0dz34CvrYZw==} + engines: {node: '>=14'} + dependencies: + '@polkadot/types': 10.2.1 + '@polkadot/types-codec': 10.2.1 + '@polkadot/util': 11.1.2 + tslib: 2.5.0 /@polkadot/types-augment/9.14.2: resolution: {integrity: sha512-WO9d7RJufUeY3iFgt2Wz762kOu1tjEiGBR5TT4AHtpEchVHUeosVTrN9eycC+BhleqYu52CocKz6u3qCT/jKLg==} @@ -554,6 +961,24 @@ packages: '@polkadot/types': 9.14.2 '@polkadot/types-codec': 9.14.2 '@polkadot/util': 10.4.2 + dev: true + + /@polkadot/types-codec/10.1.4: + resolution: {integrity: sha512-/n1XUsYlVUkoFm3r/Jc8x6omTQix9xRXPM0fMIQQmEKICwMUkmGiJJQyPbwodIp7Rbq1E0MvBmVkgxx1TTURjw==} + engines: {node: '>=14'} + dependencies: + '@polkadot/util': 11.1.2 + '@polkadot/x-bigint': 11.1.2 + tslib: 2.5.0 + dev: false + + /@polkadot/types-codec/10.2.1: + resolution: {integrity: sha512-0H88kead5dLwST2JHGZw91Mq0iifdeXCCCCxTYaGL78naEdEEAUDb6emkr+wzhshoUT4/6iG6a56Idt/Sl+nSQ==} + engines: {node: '>=14'} + dependencies: + '@polkadot/util': 11.1.2 + '@polkadot/x-bigint': 11.1.2 + tslib: 2.5.0 /@polkadot/types-codec/9.14.2: resolution: {integrity: sha512-AJ4XF7W1no4PENLBRU955V6gDxJw0h++EN3YoDgThozZ0sj3OxyFupKgNBZcZb2V23H8JxQozzIad8k+nJbO1w==} @@ -562,6 +987,24 @@ packages: '@babel/runtime': 7.20.13 '@polkadot/util': 10.4.2 '@polkadot/x-bigint': 10.4.2 + dev: true + + /@polkadot/types-create/10.1.4: + resolution: {integrity: sha512-0tG8o4AMWsTK80S3UybTw5Ix2zSAIU1rc4Se/HZvRjZApvAQ3K/Xj1JMT//Gsjp2DvsJ10+ukAp+bqKDVA7WGA==} + engines: {node: '>=14'} + dependencies: + '@polkadot/types-codec': 10.1.4 + '@polkadot/util': 11.1.2 + tslib: 2.5.0 + dev: false + + /@polkadot/types-create/10.2.1: + resolution: {integrity: sha512-OWRmsBsy4ee+KyGwO5iySdqCgObaDcyVU+IxzjagrU+HadioDdqI8m+Ptjy2DG/wbjd+NCCplyJ80TM++1+SDA==} + engines: {node: '>=14'} + dependencies: + '@polkadot/types-codec': 10.2.1 + '@polkadot/util': 11.1.2 + tslib: 2.5.0 /@polkadot/types-create/9.14.2: resolution: {integrity: sha512-nSnKpBierlmGBQT8r6/SHf6uamBIzk4WmdMsAsR4uJKJF1PtbIqx2W5PY91xWSiMSNMzjkbCppHkwaDAMwLGaw==} @@ -570,6 +1013,30 @@ packages: '@babel/runtime': 7.20.13 '@polkadot/types-codec': 9.14.2 '@polkadot/util': 10.4.2 + dev: true + + /@polkadot/types-known/10.1.4: + resolution: {integrity: sha512-RVSubFjjiNiPvgx9XeyFPge0/Q7PAMzBa5HoSkl7j+CRFLanKrU0DPeMClx/GqftDGS/9pWiaXvTc0FxIVsj4Q==} + engines: {node: '>=14'} + dependencies: + '@polkadot/networks': 11.1.2 + '@polkadot/types': 10.1.4 + '@polkadot/types-codec': 10.1.4 + '@polkadot/types-create': 10.1.4 + '@polkadot/util': 11.1.2 + tslib: 2.5.0 + dev: false + + /@polkadot/types-known/10.2.1: + resolution: {integrity: sha512-DJEfhCBmqRjiL0VF6pqGExczqtOI/o4tg9UI2OUGHPGIKixyHAIiBd1wS+tKWC3toibzI3QVCIDCAPhkuLJJBw==} + engines: {node: '>=14'} + dependencies: + '@polkadot/networks': 11.1.2 + '@polkadot/types': 10.2.1 + '@polkadot/types-codec': 10.2.1 + '@polkadot/types-create': 10.2.1 + '@polkadot/util': 11.1.2 + tslib: 2.5.0 /@polkadot/types-known/9.14.2: resolution: {integrity: sha512-iM8WOCgguzJ3TLMqlm4K1gKQEwWm2zxEKT1HZZ1irs/lAbBk9MquDWDvebryiw3XsLB8xgrp3RTIBn2Q4FjB2A==} @@ -581,6 +1048,22 @@ packages: '@polkadot/types-codec': 9.14.2 '@polkadot/types-create': 9.14.2 '@polkadot/util': 10.4.2 + dev: true + + /@polkadot/types-support/10.1.4: + resolution: {integrity: sha512-03YoJ6TY9WCtQ1Ki3OsdR1O18ckDz+fux1uqXfC+yDv6A4h3bnNpohSBmRxlDVSkcINZMFQ3s4oSBy4zL9L1Ag==} + engines: {node: '>=14'} + dependencies: + '@polkadot/util': 11.1.2 + tslib: 2.5.0 + dev: false + + /@polkadot/types-support/10.2.1: + resolution: {integrity: sha512-e7CUGtdYazYmoGUGNp1ZDl7Jo++j9d/U64/aZg1pULvi69sBmKQAtdHzJtxMUgZk+f9VDmcA07n1bvfXZUltew==} + engines: {node: '>=14'} + dependencies: + '@polkadot/util': 11.1.2 + tslib: 2.5.0 /@polkadot/types-support/9.14.2: resolution: {integrity: sha512-VWCOPgXDK3XtXT7wMLyIWeNDZxUbNcw/8Pn6n6vMogs7o/n4h6WGbGMeTIQhPWyn831/RmkVs5+2DUC+2LlOhw==} @@ -588,6 +1071,34 @@ packages: dependencies: '@babel/runtime': 7.20.13 '@polkadot/util': 10.4.2 + dev: true + + /@polkadot/types/10.1.4: + resolution: {integrity: sha512-ituklPjRZnAdUyznQnAKsdPKohvpF34+9EbtOFBjZ7pmpRMsB6OCfwqexiIAef9iFhRoeEXflV5PIkoaYVPBBQ==} + engines: {node: '>=14'} + dependencies: + '@polkadot/keyring': 11.1.2_jd66pekvllnz5bnifsx6bghvkm + '@polkadot/types-augment': 10.1.4 + '@polkadot/types-codec': 10.1.4 + '@polkadot/types-create': 10.1.4 + '@polkadot/util': 11.1.2 + '@polkadot/util-crypto': 11.1.2_@polkadot+util@11.1.2 + rxjs: 7.8.0 + tslib: 2.5.0 + dev: false + + /@polkadot/types/10.2.1: + resolution: {integrity: sha512-P1v+R+ejvJP7ar1oTXxFUEYSQf/94PtwJaZj7K5AW5mUOfrnU2FLWv8c/W5voJNT0bMXcPAfnhF6X7ufUuf0Bg==} + engines: {node: '>=14'} + dependencies: + '@polkadot/keyring': 11.1.2_jd66pekvllnz5bnifsx6bghvkm + '@polkadot/types-augment': 10.2.1 + '@polkadot/types-codec': 10.2.1 + '@polkadot/types-create': 10.2.1 + '@polkadot/util': 11.1.2 + '@polkadot/util-crypto': 11.1.2_@polkadot+util@11.1.2 + rxjs: 7.8.0 + tslib: 2.5.0 /@polkadot/types/9.14.2: resolution: {integrity: sha512-hGLddTiJbvowhhUZJ3k+olmmBc1KAjWIQxujIUIYASih8FQ3/YJDKxaofGOzh0VygOKW3jxQBN2VZPofyDP9KQ==} @@ -601,6 +1112,7 @@ packages: '@polkadot/util': 10.4.2 '@polkadot/util-crypto': 10.4.2_@polkadot+util@10.4.2 rxjs: 7.8.0 + dev: true /@polkadot/util-crypto/10.4.2_@polkadot+util@10.4.2: resolution: {integrity: sha512-RxZvF7C4+EF3fzQv8hZOLrYCBq5+wA+2LWv98nECkroChY3C2ZZvyWDqn8+aonNULt4dCVTWDZM0QIY6y4LUAQ==} @@ -619,6 +1131,43 @@ packages: '@scure/base': 1.1.1 ed2curve: 0.3.0 tweetnacl: 1.0.3 + dev: true + + /@polkadot/util-crypto/11.0.1_@polkadot+util@11.0.1: + resolution: {integrity: sha512-IEircl43g6ZT9IqjzB1ttR7vK+/IaUar6l8yeU+Bn6x0TSS6tXyOJmXfVsXsqfLM58GIXY18mBZCTfhF/LwuKg==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': 11.0.1 + dependencies: + '@noble/hashes': 1.2.0 + '@noble/secp256k1': 1.7.1 + '@polkadot/networks': 11.0.1 + '@polkadot/util': 11.0.1 + '@polkadot/wasm-crypto': 7.0.3_bskx7o7wtbhtjhqb2rxcjsc2hy + '@polkadot/x-bigint': 11.0.1 + '@polkadot/x-randomvalues': 11.0.1 + '@scure/base': 1.1.1 + ed2curve: 0.3.0 + tslib: 2.5.0 + tweetnacl: 1.0.3 + dev: true + + /@polkadot/util-crypto/11.1.2_@polkadot+util@11.1.2: + resolution: {integrity: sha512-9+M4mqhmvtZ0eNfHjy+TuelXG8e2+vZAXLkPrzx0jPMnzhc7mqwBeIMgkV96kMVFPawLNscQGTSZ/ofkU8KYAw==} + engines: {node: '>=14'} + peerDependencies: + '@polkadot/util': 11.1.2 + dependencies: + '@noble/hashes': 1.3.0 + '@noble/secp256k1': 1.7.1 + '@polkadot/networks': 11.1.2 + '@polkadot/util': 11.1.2 + '@polkadot/wasm-crypto': 7.0.3_vjag24kmkbe246bb5gbhxhl7qm + '@polkadot/x-bigint': 11.1.2 + '@polkadot/x-randomvalues': 11.1.2 + '@scure/base': 1.1.1 + tslib: 2.5.0 + tweetnacl: 1.0.3 /@polkadot/util/10.4.2: resolution: {integrity: sha512-0r5MGICYiaCdWnx+7Axlpvzisy/bi1wZGXgCSw5+ZTyPTOqvsYRqM2X879yxvMsGfibxzWqNzaiVjToz1jvUaA==} @@ -631,6 +1180,32 @@ packages: '@polkadot/x-textencoder': 10.4.2 '@types/bn.js': 5.1.1 bn.js: 5.2.1 + dev: true + + /@polkadot/util/11.0.1: + resolution: {integrity: sha512-IMk3hPxIGzlAW6fhOigVPMvaW0E+dTMzO1IKnEATdhAJFKjaqU4K9Pwj79fj93xgM5Y8PkHV5sUPJKuce+u+4A==} + engines: {node: '>=14.0.0'} + dependencies: + '@polkadot/x-bigint': 11.0.1 + '@polkadot/x-global': 11.0.1 + '@polkadot/x-textdecoder': 11.0.1 + '@polkadot/x-textencoder': 11.0.1 + '@types/bn.js': 5.1.1 + bn.js: 5.2.1 + tslib: 2.5.0 + dev: true + + /@polkadot/util/11.1.2: + resolution: {integrity: sha512-DtVjZgiCEJfrnX/I8gWxG/11ObQeWG2aA0HA+8ek2j//Q2W1Jfq7xvQPupmvrlQaBlHZnkqolgIUXy6UdM98mg==} + engines: {node: '>=14'} + dependencies: + '@polkadot/x-bigint': 11.1.2 + '@polkadot/x-global': 11.1.2 + '@polkadot/x-textdecoder': 11.1.2 + '@polkadot/x-textencoder': 11.1.2 + '@types/bn.js': 5.1.1 + bn.js: 5.2.1 + tslib: 2.5.0 /@polkadot/wasm-bridge/6.4.1_dd6wkeqtkxumosysctb5ncnqpe: resolution: {integrity: sha512-QZDvz6dsUlbYsaMV5biZgZWkYH9BC5AfhT0f0/knv8+LrbAoQdP3Asbvddw8vyU9sbpuCHXrd4bDLBwUCRfrBQ==} @@ -642,6 +1217,30 @@ packages: '@babel/runtime': 7.20.13 '@polkadot/util': 10.4.2 '@polkadot/x-randomvalues': 10.4.2 + dev: true + + /@polkadot/wasm-bridge/7.0.3_bskx7o7wtbhtjhqb2rxcjsc2hy: + resolution: {integrity: sha512-q5qyhkGE9lHQmThNg6G5zCM4gYip2KtmR+De/URX7yWAO6snsinFqt066RFVuHvX1hZijrYSe/BGQABAUtH4pw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + '@polkadot/x-randomvalues': '*' + dependencies: + '@polkadot/util': 11.0.1 + '@polkadot/x-randomvalues': 11.0.1 + tslib: 2.5.0 + dev: true + + /@polkadot/wasm-bridge/7.0.3_vjag24kmkbe246bb5gbhxhl7qm: + resolution: {integrity: sha512-q5qyhkGE9lHQmThNg6G5zCM4gYip2KtmR+De/URX7yWAO6snsinFqt066RFVuHvX1hZijrYSe/BGQABAUtH4pw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + '@polkadot/x-randomvalues': '*' + dependencies: + '@polkadot/util': 11.1.2 + '@polkadot/x-randomvalues': 11.1.2 + tslib: 2.5.0 /@polkadot/wasm-crypto-asmjs/6.4.1_@polkadot+util@10.4.2: resolution: {integrity: sha512-UxZTwuBZlnODGIQdCsE2Sn/jU0O2xrNQ/TkhRFELfkZXEXTNu4lw6NpaKq7Iey4L+wKd8h4lT3VPVkMcPBLOvA==} @@ -651,6 +1250,26 @@ packages: dependencies: '@babel/runtime': 7.20.13 '@polkadot/util': 10.4.2 + dev: true + + /@polkadot/wasm-crypto-asmjs/7.0.3_@polkadot+util@11.0.1: + resolution: {integrity: sha512-ldMZjowYywn0Uj7jSr8a21rrlFFq/jWhCXVl21/KDcYGdFEfIajqbcrO5cHoT6w95sQgAwMWJwwDClXOaBjc/Q==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + dependencies: + '@polkadot/util': 11.0.1 + tslib: 2.5.0 + dev: true + + /@polkadot/wasm-crypto-asmjs/7.0.3_@polkadot+util@11.1.2: + resolution: {integrity: sha512-ldMZjowYywn0Uj7jSr8a21rrlFFq/jWhCXVl21/KDcYGdFEfIajqbcrO5cHoT6w95sQgAwMWJwwDClXOaBjc/Q==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + dependencies: + '@polkadot/util': 11.1.2 + tslib: 2.5.0 /@polkadot/wasm-crypto-init/6.4.1_dd6wkeqtkxumosysctb5ncnqpe: resolution: {integrity: sha512-1ALagSi/nfkyFaH6JDYfy/QbicVbSn99K8PV9rctDUfxc7P06R7CoqbjGQ4OMPX6w1WYVPU7B4jPHGLYBlVuMw==} @@ -665,6 +1284,36 @@ packages: '@polkadot/wasm-crypto-asmjs': 6.4.1_@polkadot+util@10.4.2 '@polkadot/wasm-crypto-wasm': 6.4.1_@polkadot+util@10.4.2 '@polkadot/x-randomvalues': 10.4.2 + dev: true + + /@polkadot/wasm-crypto-init/7.0.3_bskx7o7wtbhtjhqb2rxcjsc2hy: + resolution: {integrity: sha512-W4ClfPrzOTqiX0x4h6rXjCt8UsVsbg3zU7LJFFjeLgrguPoKTLGw4h5O1rR2H7EuMFbuqdztzJn3qTjBcR03Cg==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + '@polkadot/x-randomvalues': '*' + dependencies: + '@polkadot/util': 11.0.1 + '@polkadot/wasm-bridge': 7.0.3_bskx7o7wtbhtjhqb2rxcjsc2hy + '@polkadot/wasm-crypto-asmjs': 7.0.3_@polkadot+util@11.0.1 + '@polkadot/wasm-crypto-wasm': 7.0.3_@polkadot+util@11.0.1 + '@polkadot/x-randomvalues': 11.0.1 + tslib: 2.5.0 + dev: true + + /@polkadot/wasm-crypto-init/7.0.3_vjag24kmkbe246bb5gbhxhl7qm: + resolution: {integrity: sha512-W4ClfPrzOTqiX0x4h6rXjCt8UsVsbg3zU7LJFFjeLgrguPoKTLGw4h5O1rR2H7EuMFbuqdztzJn3qTjBcR03Cg==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + '@polkadot/x-randomvalues': '*' + dependencies: + '@polkadot/util': 11.1.2 + '@polkadot/wasm-bridge': 7.0.3_vjag24kmkbe246bb5gbhxhl7qm + '@polkadot/wasm-crypto-asmjs': 7.0.3_@polkadot+util@11.1.2 + '@polkadot/wasm-crypto-wasm': 7.0.3_@polkadot+util@11.1.2 + '@polkadot/x-randomvalues': 11.1.2 + tslib: 2.5.0 /@polkadot/wasm-crypto-wasm/6.4.1_@polkadot+util@10.4.2: resolution: {integrity: sha512-3VV9ZGzh0ZY3SmkkSw+0TRXxIpiO0nB8lFwlRgcwaCihwrvLfRnH9GI8WE12mKsHVjWTEVR3ogzILJxccAUjDA==} @@ -675,6 +1324,28 @@ packages: '@babel/runtime': 7.20.13 '@polkadot/util': 10.4.2 '@polkadot/wasm-util': 6.4.1_@polkadot+util@10.4.2 + dev: true + + /@polkadot/wasm-crypto-wasm/7.0.3_@polkadot+util@11.0.1: + resolution: {integrity: sha512-FRjUADiA3wMkjJqQLgB0v9rbSADcb2PY/6dJi06iza9m41HebTN3x7f5D3gWTCfgJjzWLAPchY2Hwsa0WpTQkw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + dependencies: + '@polkadot/util': 11.0.1 + '@polkadot/wasm-util': 7.0.3_@polkadot+util@11.0.1 + tslib: 2.5.0 + dev: true + + /@polkadot/wasm-crypto-wasm/7.0.3_@polkadot+util@11.1.2: + resolution: {integrity: sha512-FRjUADiA3wMkjJqQLgB0v9rbSADcb2PY/6dJi06iza9m41HebTN3x7f5D3gWTCfgJjzWLAPchY2Hwsa0WpTQkw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + dependencies: + '@polkadot/util': 11.1.2 + '@polkadot/wasm-util': 7.0.3_@polkadot+util@11.1.2 + tslib: 2.5.0 /@polkadot/wasm-crypto/6.4.1_dd6wkeqtkxumosysctb5ncnqpe: resolution: {integrity: sha512-FH+dcDPdhSLJvwL0pMLtn/LIPd62QDPODZRCmDyw+pFjLOMaRBc7raomWUOqyRWJTnqVf/iscc2rLVLNMyt7ag==} @@ -691,6 +1362,40 @@ packages: '@polkadot/wasm-crypto-wasm': 6.4.1_@polkadot+util@10.4.2 '@polkadot/wasm-util': 6.4.1_@polkadot+util@10.4.2 '@polkadot/x-randomvalues': 10.4.2 + dev: true + + /@polkadot/wasm-crypto/7.0.3_bskx7o7wtbhtjhqb2rxcjsc2hy: + resolution: {integrity: sha512-mOCLCaL9cyrU72PCc9nMNAj3zdvOzau5mOGJjLahIz+mqlHAoAmEXCAJvJ2qCo7OFl8QiDToAEGhdDWQfiHUyg==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + '@polkadot/x-randomvalues': '*' + dependencies: + '@polkadot/util': 11.0.1 + '@polkadot/wasm-bridge': 7.0.3_bskx7o7wtbhtjhqb2rxcjsc2hy + '@polkadot/wasm-crypto-asmjs': 7.0.3_@polkadot+util@11.0.1 + '@polkadot/wasm-crypto-init': 7.0.3_bskx7o7wtbhtjhqb2rxcjsc2hy + '@polkadot/wasm-crypto-wasm': 7.0.3_@polkadot+util@11.0.1 + '@polkadot/wasm-util': 7.0.3_@polkadot+util@11.0.1 + '@polkadot/x-randomvalues': 11.0.1 + tslib: 2.5.0 + dev: true + + /@polkadot/wasm-crypto/7.0.3_vjag24kmkbe246bb5gbhxhl7qm: + resolution: {integrity: sha512-mOCLCaL9cyrU72PCc9nMNAj3zdvOzau5mOGJjLahIz+mqlHAoAmEXCAJvJ2qCo7OFl8QiDToAEGhdDWQfiHUyg==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + '@polkadot/x-randomvalues': '*' + dependencies: + '@polkadot/util': 11.1.2 + '@polkadot/wasm-bridge': 7.0.3_vjag24kmkbe246bb5gbhxhl7qm + '@polkadot/wasm-crypto-asmjs': 7.0.3_@polkadot+util@11.1.2 + '@polkadot/wasm-crypto-init': 7.0.3_vjag24kmkbe246bb5gbhxhl7qm + '@polkadot/wasm-crypto-wasm': 7.0.3_@polkadot+util@11.1.2 + '@polkadot/wasm-util': 7.0.3_@polkadot+util@11.1.2 + '@polkadot/x-randomvalues': 11.1.2 + tslib: 2.5.0 /@polkadot/wasm-util/6.4.1_@polkadot+util@10.4.2: resolution: {integrity: sha512-Uwo+WpEsDmFExWC5kTNvsVhvqXMZEKf4gUHXFn4c6Xz4lmieRT5g+1bO1KJ21pl4msuIgdV3Bksfs/oiqMFqlw==} @@ -700,6 +1405,26 @@ packages: dependencies: '@babel/runtime': 7.20.13 '@polkadot/util': 10.4.2 + dev: true + + /@polkadot/wasm-util/7.0.3_@polkadot+util@11.0.1: + resolution: {integrity: sha512-L9U5nSbzr5xa2YSpveP/zZxhOB6i8ibssK+ihuG+7SICYtTC0B9wJp/UnjP/c6bEDlMV3yWiNXJPBTJMGmkmIQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + dependencies: + '@polkadot/util': 11.0.1 + tslib: 2.5.0 + dev: true + + /@polkadot/wasm-util/7.0.3_@polkadot+util@11.1.2: + resolution: {integrity: sha512-L9U5nSbzr5xa2YSpveP/zZxhOB6i8ibssK+ihuG+7SICYtTC0B9wJp/UnjP/c6bEDlMV3yWiNXJPBTJMGmkmIQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + dependencies: + '@polkadot/util': 11.1.2 + tslib: 2.5.0 /@polkadot/x-bigint/10.4.2: resolution: {integrity: sha512-awRiox+/XSReLzimAU94fPldowiwnnMUkQJe8AebYhNocAj6SJU00GNoj6j6tAho6yleOwrTJXZaWFBaQVJQNg==} @@ -707,6 +1432,22 @@ packages: dependencies: '@babel/runtime': 7.20.13 '@polkadot/x-global': 10.4.2 + dev: true + + /@polkadot/x-bigint/11.0.1: + resolution: {integrity: sha512-/Sbl5seEG5F7og6UsjYi+V7/LrVw5cRoXhs3oEv8MFh5yIzCXaTO8vLd06PHLkNwBUvEBtfrbhuVYi+FDTAP0g==} + engines: {node: '>=14.0.0'} + dependencies: + '@polkadot/x-global': 11.0.1 + tslib: 2.5.0 + dev: true + + /@polkadot/x-bigint/11.1.2: + resolution: {integrity: sha512-IUsYpkWmHeYyHnGLzFd129YtqZp0oRc8n0bb5+M2tHHPHbwfTBreSP6CimGfcJsmGO9KfWEkzZdvWxYcXzZX+Q==} + engines: {node: '>=14'} + dependencies: + '@polkadot/x-global': 11.1.2 + tslib: 2.5.0 /@polkadot/x-fetch/10.4.2: resolution: {integrity: sha512-Ubb64yaM4qwhogNP+4mZ3ibRghEg5UuCYRMNaCFoPgNAY8tQXuDKrHzeks3+frlmeH9YRd89o8wXLtWouwZIcw==} @@ -715,13 +1456,52 @@ packages: '@babel/runtime': 7.20.13 '@polkadot/x-global': 10.4.2 '@types/node-fetch': 2.6.2 - node-fetch: 3.3.0 + node-fetch: 3.3.1 + dev: true + + /@polkadot/x-fetch/11.1.1: + resolution: {integrity: sha512-E69+qI2Fq7FosJmEmXJ3WGasrnS/WEQjfMQ+NUi9Zbrm91VablkEO24secG1NxZ4kBAaaZijETqiYHZHy50IYQ==} + engines: {node: '>=14'} + dependencies: + '@polkadot/x-global': 11.1.1 + node-fetch: 3.3.1 + tslib: 2.5.0 + dev: false + + /@polkadot/x-fetch/11.1.2: + resolution: {integrity: sha512-c7KF6Zbu2grfgLXrQAhTfW712ZYCJSMDIhxqNVDjBJlWEw1lyOvss79/LpKJGxEAvNIFVaUerxUyl7Rymkm0ug==} + engines: {node: '>=14'} + dependencies: + '@polkadot/x-global': 11.1.2 + node-fetch: 3.3.1 + tslib: 2.5.0 /@polkadot/x-global/10.4.2: resolution: {integrity: sha512-g6GXHD/ykZvHap3M6wh19dO70Zm43l4jEhlxf5LtTo5/0/UporFCXr2YJYZqfbn9JbQwl1AU+NroYio+vtJdiA==} engines: {node: '>=14.0.0'} dependencies: '@babel/runtime': 7.20.13 + dev: true + + /@polkadot/x-global/11.0.1: + resolution: {integrity: sha512-K14xREFEH1OqFcoD8cabByuqarX0NRz/iUlYcUv2Xgs+CCk6xfgdjCbFFoTHH5bzNqIJrrEjAbOn3zL4Xm1W4g==} + engines: {node: '>=14.0.0'} + dependencies: + tslib: 2.5.0 + dev: true + + /@polkadot/x-global/11.1.1: + resolution: {integrity: sha512-++LFUT98bi2m15w8LrgOcpE5mi9bmH65YB02xbKzU0ZHe1g5l0LwFt+QFB9tZlNqfWTgwpsFshGtvdPQqrFnKw==} + engines: {node: '>=14'} + dependencies: + tslib: 2.5.0 + dev: false + + /@polkadot/x-global/11.1.2: + resolution: {integrity: sha512-o/MV4ta7+teq8qOSXpaV7Dtk+9NltuRzsXEHiaqnLwaIXEQ2H7GJ+f/K7c+jQApEkdLp+iCt0D/lLjkW17vc2A==} + engines: {node: '>=14'} + dependencies: + tslib: 2.5.0 /@polkadot/x-randomvalues/10.4.2: resolution: {integrity: sha512-mf1Wbpe7pRZHO0V3V89isPLqZOy5XGX2bCqsfUWHgb1NvV1MMx5TjVjdaYyNlGTiOkAmJKlOHshcfPU2sYWpNg==} @@ -729,6 +1509,22 @@ packages: dependencies: '@babel/runtime': 7.20.13 '@polkadot/x-global': 10.4.2 + dev: true + + /@polkadot/x-randomvalues/11.0.1: + resolution: {integrity: sha512-4WwmZ+uO2vyNWOB1EPUi47enuX7sftJi8maGkHVvJy0ZWWPvf4VzXkburVA8PX1if8uPJDL1/3SVdMjwPALWHQ==} + engines: {node: '>=14.0.0'} + dependencies: + '@polkadot/x-global': 11.0.1 + tslib: 2.5.0 + dev: true + + /@polkadot/x-randomvalues/11.1.2: + resolution: {integrity: sha512-hiAF1MfHVVkmFALikYMOi81Nh13gvg9E5yiW27jS33fyOR8d2mXt17QQzmfPCD3rkXwKZ8FI29sSTUXki1LL3Q==} + engines: {node: '>=14'} + dependencies: + '@polkadot/x-global': 11.1.2 + tslib: 2.5.0 /@polkadot/x-textdecoder/10.4.2: resolution: {integrity: sha512-d3ADduOKUTU+cliz839+KCFmi23pxTlabH7qh7Vs1GZQvXOELWdqFOqakdiAjtMn68n1KVF4O14Y+OUm7gp/zA==} @@ -736,6 +1532,22 @@ packages: dependencies: '@babel/runtime': 7.20.13 '@polkadot/x-global': 10.4.2 + dev: true + + /@polkadot/x-textdecoder/11.0.1: + resolution: {integrity: sha512-uadRuBPGeZNDknOk9FQWgnzTiVE4tHmSl5cBO9g/UWurqbovme01rQGhgARp3x9jrRC0/3xxsAAR96VhPh1ftA==} + engines: {node: '>=14.0.0'} + dependencies: + '@polkadot/x-global': 11.0.1 + tslib: 2.5.0 + dev: true + + /@polkadot/x-textdecoder/11.1.2: + resolution: {integrity: sha512-CoRd680J6YtW1L5+XhsY8jCT3+esj82AttraiuB0DZ85t/IOT/8hji/MJJAXn6a+cgJqVNgHzrnpiCFYfsMKtA==} + engines: {node: '>=14'} + dependencies: + '@polkadot/x-global': 11.1.2 + tslib: 2.5.0 /@polkadot/x-textencoder/10.4.2: resolution: {integrity: sha512-mxcQuA1exnyv74Kasl5vxBq01QwckG088lYjc3KwmND6+pPrW2OWagbxFX5VFoDLDAE+UJtnUHsjdWyOTDhpQA==} @@ -743,6 +1555,22 @@ packages: dependencies: '@babel/runtime': 7.20.13 '@polkadot/x-global': 10.4.2 + dev: true + + /@polkadot/x-textencoder/11.0.1: + resolution: {integrity: sha512-uzol/LRVxDQZNY/FLu0NpCsZLungIPdLG4FQjB4nBzJ1wW+z+AEuUHIVRJ87ohwikEB6yr20Prmz7g9kF4eB9g==} + engines: {node: '>=14.0.0'} + dependencies: + '@polkadot/x-global': 11.0.1 + tslib: 2.5.0 + dev: true + + /@polkadot/x-textencoder/11.1.2: + resolution: {integrity: sha512-faZB0DRMJm54nrf8pTnE3ecHfZWi9cyQSx1ocqzjL/+J627alMvfPM7NBXU+HlmtENEbmRSgt6m9rIJKOL2LZw==} + engines: {node: '>=14'} + dependencies: + '@polkadot/x-global': 11.1.2 + tslib: 2.5.0 /@polkadot/x-ws/10.4.2: resolution: {integrity: sha512-3gHSTXAWQu1EMcMVTF5QDKHhEHzKxhAArweEyDXE7VsgKUP/ixxw4hVZBrkX122iI5l5mjSiooRSnp/Zl3xqDQ==} @@ -754,6 +1582,30 @@ packages: websocket: 1.0.34 transitivePeerDependencies: - supports-color + dev: true + + /@polkadot/x-ws/11.1.1: + resolution: {integrity: sha512-ZOiksBi45rXrYoRsBalqEJtanBPKKkPX6IiQC2HsT/LypceR5tW3nwGrzewK+z1czUgMVXwqXFqsZfuQ6+lYkw==} + engines: {node: '>=14'} + dependencies: + '@polkadot/x-global': 11.1.1 + tslib: 2.5.0 + ws: 8.13.0 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + dev: false + + /@polkadot/x-ws/11.1.2: + resolution: {integrity: sha512-Sp7BnGT8LKXDsGV5j8IzRtChuM39QiMPm6VL4mdDqhVyuqSSAtnLG3ZCuwE0EuREkduZxu1NaIToDeMeeXqxyg==} + engines: {node: '>=14'} + dependencies: + '@polkadot/x-global': 11.1.2 + tslib: 2.5.0 + ws: 8.13.0 + transitivePeerDependencies: + - bufferutil + - utf-8-validate /@scure/base/1.1.1: resolution: {integrity: sha512-ZxOhsSyxYwLJj3pLZCefNitxsj093tb2vq90mp2txoYeBqbcjDjqFhyM8eUjq/uFm6zJ+mUuqxlS2FkuSY1MTA==} @@ -772,20 +1624,47 @@ packages: transitivePeerDependencies: - bufferutil - utf-8-validate + dev: true + optional: true + + /@substrate/connect/0.7.21: + resolution: {integrity: sha512-mn0SeWpNwvEY+hEoLunIg854cku1wMy6mgktxUGsdEH7m8u86LQ1hXwFC6gHbaRhG0KGMCblzY4askN4yf057w==} + requiresBuild: true + dependencies: + '@substrate/connect-extension-protocol': 1.0.1 + eventemitter3: 4.0.7 + smoldot: 1.0.0 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + dev: false + optional: true + + /@substrate/connect/0.7.22: + resolution: {integrity: sha512-g12IYiepPu0OFWcm87ugDbfPr5a9TCGd4HJv1zXB2TRP/ZvYtHCE9+ftA5IvJbJPw6CI6/0XmUbP7Nz19HT/aw==} + requiresBuild: true + dependencies: + '@substrate/connect-extension-protocol': 1.0.1 + eventemitter3: 4.0.7 + smoldot: 1.0.0 + transitivePeerDependencies: + - bufferutil + - utf-8-validate optional: true /@substrate/smoldot-light/0.7.9: resolution: {integrity: sha512-HP8iP7sFYlpSgjjbo0lqHyU+gu9lL2hbDNce6dWk5/10mFFF9jKIFGfui4zCecUY808o/Go9pan/31kMJoLbug==} dependencies: pako: 2.1.0 - ws: 8.12.1 + ws: 8.13.0 transitivePeerDependencies: - bufferutil - utf-8-validate + dev: true optional: true - /@substrate/ss58-registry/1.38.0: - resolution: {integrity: sha512-sHiVRWekGMRZAjPukN9/W166NM6D5wtHcK6RVyLy66kg3CHNZ1BXfpXcjOiXSwhbd7guQFDEwnOVaDrbk1XL1g==} + /@substrate/ss58-registry/1.39.0: + resolution: {integrity: sha512-qZYpuE6n+mwew+X71dOur/CbMXj6rNW27o63JeJwdQH/GvcSKm3JLNhd+bGzwUKg0D/zD30Qc6p4JykArzM+tA==} /@tsconfig/node10/1.0.9: resolution: {integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==} @@ -860,6 +1739,7 @@ packages: dependencies: '@types/node': 18.14.0 form-data: 3.0.1 + dev: true /@types/node/18.14.0: resolution: {integrity: sha512-5EWrvLmglK+imbCJY0+INViFWUHg1AHel1sq4ZVSfdcNqGy9Edv3UB9IIzzg+xPaUcAgZYcfVs2fBcwDeZzU0A==} @@ -879,6 +1759,7 @@ packages: resolution: {integrity: sha512-NbsqiNX9CnEfC1Z0Vf4mE1SgAJ07JnRYcNex7AJ9zAVzmiGHmjKFEk7O4TJIsgv2B1sLEb6owKFZrACwdYngsQ==} dependencies: '@types/node': 18.14.0 + dev: true /@types/yargs-parser/21.0.0: resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==} @@ -888,8 +1769,8 @@ packages: dependencies: '@types/yargs-parser': 21.0.0 - /@typescript-eslint/eslint-plugin/5.55.0_buczjn7lj4rlvyvatxpzumr3kq: - resolution: {integrity: sha512-IZGc50rtbjk+xp5YQoJvmMPmJEYoC53SiKPXyqWfv15XoD2Y5Kju6zN0DwlmaGJp1Iw33JsWJcQ7nw0lGCGjVg==} + /@typescript-eslint/eslint-plugin/5.57.0_z24sz2fazj3bxoipp6m4s7b2mi: + resolution: {integrity: sha512-itag0qpN6q2UMM6Xgk6xoHa0D0/P+M17THnr4SVgqn9Rgam5k/He33MA7/D7QoJcdMxHFyX7U9imaBonAX/6qA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -900,24 +1781,24 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.4.0 - '@typescript-eslint/parser': 5.53.0_vgl77cfdswitgr47lm5swmv43m - '@typescript-eslint/scope-manager': 5.55.0 - '@typescript-eslint/type-utils': 5.55.0_vgl77cfdswitgr47lm5swmv43m - '@typescript-eslint/utils': 5.55.0_vgl77cfdswitgr47lm5swmv43m + '@typescript-eslint/parser': 5.57.0_vwh6htx42aidho2qgfca5u5rwm + '@typescript-eslint/scope-manager': 5.57.0 + '@typescript-eslint/type-utils': 5.57.0_vwh6htx42aidho2qgfca5u5rwm + '@typescript-eslint/utils': 5.57.0_vwh6htx42aidho2qgfca5u5rwm debug: 4.3.4 - eslint: 8.36.0 + eslint: 8.37.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 semver: 7.3.8 - tsutils: 3.21.0_typescript@4.9.5 - typescript: 4.9.5 + tsutils: 3.21.0_typescript@5.0.3 + typescript: 5.0.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.53.0_vgl77cfdswitgr47lm5swmv43m: - resolution: {integrity: sha512-MKBw9i0DLYlmdOb3Oq/526+al20AJZpANdT6Ct9ffxcV8nKCHz63t/S0IhlTFNsBIHJv+GY5SFJ0XfqVeydQrQ==} + /@typescript-eslint/parser/5.57.0_vwh6htx42aidho2qgfca5u5rwm: + resolution: {integrity: sha512-orrduvpWYkgLCyAdNtR1QIWovcNZlEm6yL8nwH/eTxWLd8gsP+25pdLHYzL2QdkqrieaDwLpytHqycncv0woUQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -926,34 +1807,26 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.53.0 - '@typescript-eslint/types': 5.53.0 - '@typescript-eslint/typescript-estree': 5.53.0_typescript@4.9.5 + '@typescript-eslint/scope-manager': 5.57.0 + '@typescript-eslint/types': 5.57.0 + '@typescript-eslint/typescript-estree': 5.57.0_typescript@5.0.3 debug: 4.3.4 - eslint: 8.36.0 - typescript: 4.9.5 + eslint: 8.37.0 + typescript: 5.0.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/5.53.0: - resolution: {integrity: sha512-Opy3dqNsp/9kBBeCPhkCNR7fmdSQqA+47r21hr9a14Bx0xnkElEQmhoHga+VoaoQ6uDHjDKmQPIYcUcKJifS7w==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - '@typescript-eslint/types': 5.53.0 - '@typescript-eslint/visitor-keys': 5.53.0 - dev: true - - /@typescript-eslint/scope-manager/5.55.0: - resolution: {integrity: sha512-OK+cIO1ZGhJYNCL//a3ROpsd83psf4dUJ4j7pdNVzd5DmIk+ffkuUIX2vcZQbEW/IR41DYsfJTB19tpCboxQuw==} + /@typescript-eslint/scope-manager/5.57.0: + resolution: {integrity: sha512-NANBNOQvllPlizl9LatX8+MHi7bx7WGIWYjPHDmQe5Si/0YEYfxSljJpoTyTWFTgRy3X8gLYSE4xQ2U+aCozSw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.55.0 - '@typescript-eslint/visitor-keys': 5.55.0 + '@typescript-eslint/types': 5.57.0 + '@typescript-eslint/visitor-keys': 5.57.0 dev: true - /@typescript-eslint/type-utils/5.55.0_vgl77cfdswitgr47lm5swmv43m: - resolution: {integrity: sha512-ObqxBgHIXj8rBNm0yh8oORFrICcJuZPZTqtAFh0oZQyr5DnAHZWfyw54RwpEEH+fD8suZaI0YxvWu5tYE/WswA==} + /@typescript-eslint/type-utils/5.57.0_vwh6htx42aidho2qgfca5u5rwm: + resolution: {integrity: sha512-kxXoq9zOTbvqzLbdNKy1yFrxLC6GDJFE2Yuo3KqSwTmDOFjUGeWSakgoXT864WcK5/NAJkkONCiKb1ddsqhLXQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -962,49 +1835,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.55.0_typescript@4.9.5 - '@typescript-eslint/utils': 5.55.0_vgl77cfdswitgr47lm5swmv43m + '@typescript-eslint/typescript-estree': 5.57.0_typescript@5.0.3 + '@typescript-eslint/utils': 5.57.0_vwh6htx42aidho2qgfca5u5rwm debug: 4.3.4 - eslint: 8.36.0 - tsutils: 3.21.0_typescript@4.9.5 - typescript: 4.9.5 + eslint: 8.37.0 + tsutils: 3.21.0_typescript@5.0.3 + typescript: 5.0.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types/5.53.0: - resolution: {integrity: sha512-5kcDL9ZUIP756K6+QOAfPkigJmCPHcLN7Zjdz76lQWWDdzfOhZDTj1irs6gPBKiXx5/6O3L0+AvupAut3z7D2A==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true - - /@typescript-eslint/types/5.55.0: - resolution: {integrity: sha512-M4iRh4AG1ChrOL6Y+mETEKGeDnT7Sparn6fhZ5LtVJF1909D5O4uqK+C5NPbLmpfZ0XIIxCdwzKiijpZUOvOug==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true - - /@typescript-eslint/typescript-estree/5.53.0_typescript@4.9.5: - resolution: {integrity: sha512-eKmipH7QyScpHSkhbptBBYh9v8FxtngLquq292YTEQ1pxVs39yFBlLC1xeIZcPPz1RWGqb7YgERJRGkjw8ZV7w==} + /@typescript-eslint/types/5.57.0: + resolution: {integrity: sha512-mxsod+aZRSyLT+jiqHw1KK6xrANm19/+VFALVFP5qa/aiJnlP38qpyaTd0fEKhWvQk6YeNZ5LGwI1pDpBRBhtQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/types': 5.53.0 - '@typescript-eslint/visitor-keys': 5.53.0 - debug: 4.3.4 - globby: 11.1.0 - is-glob: 4.0.3 - semver: 7.3.8 - tsutils: 3.21.0_typescript@4.9.5 - typescript: 4.9.5 - transitivePeerDependencies: - - supports-color dev: true - /@typescript-eslint/typescript-estree/5.55.0_typescript@4.9.5: - resolution: {integrity: sha512-I7X4A9ovA8gdpWMpr7b1BN9eEbvlEtWhQvpxp/yogt48fy9Lj3iE3ild/1H3jKBBIYj5YYJmS2+9ystVhC7eaQ==} + /@typescript-eslint/typescript-estree/5.57.0_typescript@5.0.3: + resolution: {integrity: sha512-LTzQ23TV82KpO8HPnWuxM2V7ieXW8O142I7hQTxWIHDcCEIjtkat6H96PFkYBQqGFLW/G/eVVOB9Z8rcvdY/Vw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -1012,31 +1859,31 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.55.0 - '@typescript-eslint/visitor-keys': 5.55.0 + '@typescript-eslint/types': 5.57.0 + '@typescript-eslint/visitor-keys': 5.57.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.8 - tsutils: 3.21.0_typescript@4.9.5 - typescript: 4.9.5 + tsutils: 3.21.0_typescript@5.0.3 + typescript: 5.0.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/5.55.0_vgl77cfdswitgr47lm5swmv43m: - resolution: {integrity: sha512-FkW+i2pQKcpDC3AY6DU54yl8Lfl14FVGYDgBTyGKB75cCwV3KpkpTMFi9d9j2WAJ4271LR2HeC5SEWF/CZmmfw==} + /@typescript-eslint/utils/5.57.0_vwh6htx42aidho2qgfca5u5rwm: + resolution: {integrity: sha512-ps/4WohXV7C+LTSgAL5CApxvxbMkl9B9AUZRtnEFonpIxZDIT7wC1xfvuJONMidrkB9scs4zhtRyIwHh4+18kw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.2.0_eslint@8.36.0 + '@eslint-community/eslint-utils': 4.2.0_eslint@8.37.0 '@types/json-schema': 7.0.11 '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.55.0 - '@typescript-eslint/types': 5.55.0 - '@typescript-eslint/typescript-estree': 5.55.0_typescript@4.9.5 - eslint: 8.36.0 + '@typescript-eslint/scope-manager': 5.57.0 + '@typescript-eslint/types': 5.57.0 + '@typescript-eslint/typescript-estree': 5.57.0_typescript@5.0.3 + eslint: 8.37.0 eslint-scope: 5.1.1 semver: 7.3.8 transitivePeerDependencies: @@ -1044,20 +1891,12 @@ packages: - typescript dev: true - /@typescript-eslint/visitor-keys/5.53.0: - resolution: {integrity: sha512-JqNLnX3leaHFZEN0gCh81sIvgrp/2GOACZNgO4+Tkf64u51kTpAyWFOY8XHx8XuXr3N2C9zgPPHtcpMg6z1g0w==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - '@typescript-eslint/types': 5.53.0 - eslint-visitor-keys: 3.3.0 - dev: true - - /@typescript-eslint/visitor-keys/5.55.0: - resolution: {integrity: sha512-q2dlHHwWgirKh1D3acnuApXG+VNXpEY5/AwRxDVuEQpxWaB0jCDe0jFMVMALJ3ebSfuOVE8/rMS+9ZOYGg1GWw==} + /@typescript-eslint/visitor-keys/5.57.0: + resolution: {integrity: sha512-ery2g3k0hv5BLiKpPuwYt9KBkAp2ugT6VvyShXdLOkax895EC55sP0Tx5L0fZaQueiK3fBLvHVvEl3jFS5ia+g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.55.0 - eslint-visitor-keys: 3.3.0 + '@typescript-eslint/types': 5.57.0 + eslint-visitor-keys: 3.4.0 dev: true /acorn-jsx/5.3.2_acorn@8.8.2: @@ -1198,6 +2037,7 @@ packages: /asynckit/0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} + dev: true /at-least-node/1.0.0: resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==} @@ -1295,6 +2135,7 @@ packages: requiresBuild: true dependencies: node-gyp-build: 4.6.0 + dev: true /builtins/5.0.1: resolution: {integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==} @@ -1492,6 +2333,7 @@ packages: engines: {node: '>= 0.8'} dependencies: delayed-stream: 1.0.0 + dev: true /commander/2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} @@ -1548,6 +2390,7 @@ packages: dependencies: es5-ext: 0.10.62 type: 1.2.0 + dev: true /data-uri-to-buffer/4.0.1: resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==} @@ -1566,6 +2409,7 @@ packages: optional: true dependencies: ms: 2.0.0 + dev: true /debug/3.2.7: resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} @@ -1687,6 +2531,7 @@ packages: /delayed-stream/1.0.0: resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} engines: {node: '>=0.4.0'} + dev: true /diff/3.5.0: resolution: {integrity: sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==} @@ -1742,6 +2587,7 @@ packages: resolution: {integrity: sha512-8w2fmmq3hv9rCrcI7g9hms2pMunQr1JINfcjwR9tAyZqhtyaMN991lF/ZfHfr5tzZQ8c7y7aBgZbjfbd0fjFwQ==} dependencies: tweetnacl: 1.0.3 + dev: true /ejs/3.1.8: resolution: {integrity: sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==} @@ -1837,6 +2683,7 @@ packages: es6-iterator: 2.0.3 es6-symbol: 3.1.3 next-tick: 1.1.0 + dev: true /es6-iterator/2.0.3: resolution: {integrity: sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==} @@ -1844,12 +2691,14 @@ packages: d: 1.0.1 es5-ext: 0.10.62 es6-symbol: 3.1.3 + dev: true /es6-symbol/3.1.3: resolution: {integrity: sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==} dependencies: d: 1.0.1 ext: 1.7.0 + dev: true /escalade/3.1.1: resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} @@ -1868,16 +2717,16 @@ packages: resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} engines: {node: '>=10'} - /eslint-config-prettier/8.7.0_eslint@8.36.0: - resolution: {integrity: sha512-HHVXLSlVUhMSmyW4ZzEuvjpwqamgmlfkutD53cYXLikh4pt/modINRcCIApJ84czDxM4GZInwUrromsDdTImTA==} + /eslint-config-prettier/8.8.0_eslint@8.37.0: + resolution: {integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.36.0 + eslint: 8.37.0 dev: true - /eslint-config-standard-with-typescript/34.0.1_m62ggp4hpbv7eiyz4q3ztczpa4: + /eslint-config-standard-with-typescript/34.0.1_hmgy6erzgbccrve73wwvfwtnji: resolution: {integrity: sha512-J7WvZeLtd0Vr9F+v4dZbqJCLD16cbIy4U+alJMq4MiXdpipdBM3U5NkXaGUjePc4sb1ZE01U9g6VuTBpHHz1fg==} peerDependencies: '@typescript-eslint/eslint-plugin': ^5.43.0 @@ -1887,19 +2736,19 @@ packages: eslint-plugin-promise: ^6.0.0 typescript: '*' dependencies: - '@typescript-eslint/eslint-plugin': 5.55.0_buczjn7lj4rlvyvatxpzumr3kq - '@typescript-eslint/parser': 5.53.0_vgl77cfdswitgr47lm5swmv43m - eslint: 8.36.0 - eslint-config-standard: 17.0.0_htxjg2emk4phzexndh6sfdkv2u - eslint-plugin-import: 2.27.5_uodme5gdk3cnryickrhyux6l6y - eslint-plugin-n: 15.6.1_eslint@8.36.0 - eslint-plugin-promise: 6.1.1_eslint@8.36.0 - typescript: 4.9.5 + '@typescript-eslint/eslint-plugin': 5.57.0_z24sz2fazj3bxoipp6m4s7b2mi + '@typescript-eslint/parser': 5.57.0_vwh6htx42aidho2qgfca5u5rwm + eslint: 8.37.0 + eslint-config-standard: 17.0.0_ed26cu7hf3bvb66klim2omkahq + eslint-plugin-import: 2.27.5_2niwd2uqke2jpnohndnwvllrkm + eslint-plugin-n: 15.7.0_eslint@8.37.0 + eslint-plugin-promise: 6.1.1_eslint@8.37.0 + typescript: 5.0.3 transitivePeerDependencies: - supports-color dev: true - /eslint-config-standard/17.0.0_htxjg2emk4phzexndh6sfdkv2u: + /eslint-config-standard/17.0.0_ed26cu7hf3bvb66klim2omkahq: resolution: {integrity: sha512-/2ks1GKyqSOkH7JFvXJicu0iMpoojkwB+f5Du/1SC0PtBL+s8v30k9njRZ21pm2drKYm2342jFnGWzttxPmZVg==} peerDependencies: eslint: ^8.0.1 @@ -1907,10 +2756,10 @@ packages: eslint-plugin-n: ^15.0.0 eslint-plugin-promise: ^6.0.0 dependencies: - eslint: 8.36.0 - eslint-plugin-import: 2.27.5_uodme5gdk3cnryickrhyux6l6y - eslint-plugin-n: 15.6.1_eslint@8.36.0 - eslint-plugin-promise: 6.1.1_eslint@8.36.0 + eslint: 8.37.0 + eslint-plugin-import: 2.27.5_2niwd2uqke2jpnohndnwvllrkm + eslint-plugin-n: 15.7.0_eslint@8.37.0 + eslint-plugin-promise: 6.1.1_eslint@8.37.0 dev: true /eslint-import-resolver-node/0.3.7: @@ -1923,7 +2772,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.4_nm7qd7cvkngmobr2aixde7wuky: + /eslint-module-utils/2.7.4_yzucv6lmyr6r4j6quu4y6fizdu: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -1944,26 +2793,26 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.53.0_vgl77cfdswitgr47lm5swmv43m + '@typescript-eslint/parser': 5.57.0_vwh6htx42aidho2qgfca5u5rwm debug: 3.2.7 - eslint: 8.36.0 + eslint: 8.37.0 eslint-import-resolver-node: 0.3.7 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-es/4.1.0_eslint@8.36.0: + /eslint-plugin-es/4.1.0_eslint@8.37.0: resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.36.0 + eslint: 8.37.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-import/2.27.5_uodme5gdk3cnryickrhyux6l6y: + /eslint-plugin-import/2.27.5_2niwd2uqke2jpnohndnwvllrkm: resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} engines: {node: '>=4'} peerDependencies: @@ -1973,15 +2822,15 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.53.0_vgl77cfdswitgr47lm5swmv43m + '@typescript-eslint/parser': 5.57.0_vwh6htx42aidho2qgfca5u5rwm array-includes: 3.1.6 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.36.0 + eslint: 8.37.0 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.7.4_nm7qd7cvkngmobr2aixde7wuky + eslint-module-utils: 2.7.4_yzucv6lmyr6r4j6quu4y6fizdu has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 @@ -1996,16 +2845,16 @@ packages: - supports-color dev: true - /eslint-plugin-n/15.6.1_eslint@8.36.0: - resolution: {integrity: sha512-R9xw9OtCRxxaxaszTQmQAlPgM+RdGjaL1akWuY/Fv9fRAi8Wj4CUKc6iYVG8QNRjRuo8/BqVYIpfqberJUEacA==} + /eslint-plugin-n/15.7.0_eslint@8.37.0: + resolution: {integrity: sha512-jDex9s7D/Qial8AGVIHq4W7NswpUD5DPDL2RH8Lzd9EloWUuvUkHfv4FRLMipH5q2UtyurorBkPeNi1wVWNh3Q==} engines: {node: '>=12.22.0'} peerDependencies: eslint: '>=7.0.0' dependencies: builtins: 5.0.1 - eslint: 8.36.0 - eslint-plugin-es: 4.1.0_eslint@8.36.0 - eslint-utils: 3.0.0_eslint@8.36.0 + eslint: 8.37.0 + eslint-plugin-es: 4.1.0_eslint@8.37.0 + eslint-utils: 3.0.0_eslint@8.37.0 ignore: 5.2.4 is-core-module: 2.11.0 minimatch: 3.1.2 @@ -2013,13 +2862,13 @@ packages: semver: 7.3.8 dev: true - /eslint-plugin-promise/6.1.1_eslint@8.36.0: + /eslint-plugin-promise/6.1.1_eslint@8.37.0: resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.36.0 + eslint: 8.37.0 dev: true /eslint-scope/5.1.1: @@ -2044,13 +2893,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.36.0: + /eslint-utils/3.0.0_eslint@8.37.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.36.0 + eslint: 8.37.0 eslint-visitor-keys: 2.1.0 dev: true @@ -2064,19 +2913,19 @@ packages: engines: {node: '>=10'} dev: true - /eslint-visitor-keys/3.3.0: - resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==} + /eslint-visitor-keys/3.4.0: + resolution: {integrity: sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /eslint/8.36.0: - resolution: {integrity: sha512-Y956lmS7vDqomxlaaQAHVmeb4tNMp2FWIvU/RnU5BD3IKMD/MJPr76xdyr68P8tV1iNMvN2mRK0yy3c+UjL+bw==} + /eslint/8.37.0: + resolution: {integrity: sha512-NU3Ps9nI05GUoVMxcZx1J8CNR6xOvUT4jAUMH5+z8lpp3aEdPVCImKw6PWG4PY+Vfkpr+jvMpxs/qoE7wq0sPw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.2.0_eslint@8.36.0 + '@eslint-community/eslint-utils': 4.2.0_eslint@8.37.0 '@eslint-community/regexpp': 4.4.0 - '@eslint/eslintrc': 2.0.1 - '@eslint/js': 8.36.0 + '@eslint/eslintrc': 2.0.2 + '@eslint/js': 8.37.0 '@humanwhocodes/config-array': 0.11.8 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -2087,8 +2936,8 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-visitor-keys: 3.3.0 - espree: 9.5.0 + eslint-visitor-keys: 3.4.0 + espree: 9.5.1 esquery: 1.4.2 esutils: 2.0.3 fast-deep-equal: 3.1.3 @@ -2116,13 +2965,13 @@ packages: transitivePeerDependencies: - supports-color - /espree/9.5.0: - resolution: {integrity: sha512-JPbJGhKc47++oo4JkEoTe2wjy4fmMwvFpgJT9cQzmfXKp22Dr6Hf1tdCteLz1h0P3t+mGvWZ+4Uankvh8+c6zw==} + /espree/9.5.1: + resolution: {integrity: sha512-5yxtHSZXRSW5pvv3hAlXM5+/Oswi1AUFqBmbibKb5s6bp3rGIDkyXU6xCoyuuLhijr4SFwPrXRoZjz0AZDN9tg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: acorn: 8.8.2 acorn-jsx: 5.3.2_acorn@8.8.2 - eslint-visitor-keys: 3.3.0 + eslint-visitor-keys: 3.4.0 /esprima/4.0.1: resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} @@ -2181,6 +3030,7 @@ packages: resolution: {integrity: sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==} dependencies: type: 2.7.2 + dev: true /external-editor/3.1.0: resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} @@ -2303,6 +3153,7 @@ packages: asynckit: 0.4.0 combined-stream: 1.0.8 mime-types: 2.1.35 + dev: true /formdata-polyfill/4.0.10: resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==} @@ -2811,6 +3662,7 @@ packages: /is-typedarray/1.0.0: resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==} + dev: true /is-unicode-supported/0.1.0: resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} @@ -3033,12 +3885,14 @@ packages: /mime-db/1.52.0: resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} engines: {node: '>= 0.6'} + dev: true /mime-types/2.1.35: resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} engines: {node: '>= 0.6'} dependencies: mime-db: 1.52.0 + dev: true /mimic-fn/2.1.0: resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} @@ -3147,6 +4001,7 @@ packages: /ms/2.0.0: resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} + dev: true /ms/2.1.2: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} @@ -3181,6 +4036,7 @@ packages: /next-tick/1.1.0: resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==} + dev: true /nice-try/1.0.5: resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} @@ -3214,8 +4070,8 @@ packages: hasBin: true dev: true - /node-fetch/3.3.0: - resolution: {integrity: sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==} + /node-fetch/3.3.1: + resolution: {integrity: sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: data-uri-to-buffer: 4.0.1 @@ -3225,6 +4081,7 @@ packages: /node-gyp-build/4.6.0: resolution: {integrity: sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==} hasBin: true + dev: true /normalize-path/3.0.0: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} @@ -3457,8 +4314,8 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - /prettier/2.8.4: - resolution: {integrity: sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==} + /prettier/2.8.7: + resolution: {integrity: sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==} engines: {node: '>=10.13.0'} hasBin: true @@ -3538,6 +4395,7 @@ packages: /regenerator-runtime/0.13.11: resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} + dev: true /regexp.prototype.flags/1.4.3: resolution: {integrity: sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==} @@ -3732,6 +4590,16 @@ packages: is-fullwidth-code-point: 3.0.0 dev: true + /smoldot/1.0.0: + resolution: {integrity: sha512-3/y/poD7j42NL6Z/Gp4OLm1qx8svyy255XQ5xRkjv9+O50RT0SeEmnBZmEbVmi1w6WmamPjt8URdzfN7xxgK9Q==} + dependencies: + pako: 2.1.0 + ws: 8.13.0 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + optional: true + /snake-case/3.0.4: resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==} dependencies: @@ -3905,7 +4773,7 @@ packages: tsconfig-paths: 3.14.1 dev: true - /ts-node/10.9.1_tncu2ai53lzgmizdedur7lbibe: + /ts-node/10.9.1_mt3klkpbgfc7smvnfuim35cksq: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -3931,7 +4799,7 @@ packages: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 4.9.5 + typescript: 5.0.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 @@ -3967,14 +4835,14 @@ packages: /tslib/2.5.0: resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} - /tsutils/3.21.0_typescript@4.9.5: + /tsutils/3.21.0_typescript@5.0.3: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.9.5 + typescript: 5.0.3 dev: true /tunnel-agent/0.6.0: @@ -4013,9 +4881,11 @@ packages: /type/1.2.0: resolution: {integrity: sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==} + dev: true /type/2.7.2: resolution: {integrity: sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==} + dev: true /typed-array-length/1.0.4: resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} @@ -4029,12 +4899,18 @@ packages: resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} dependencies: is-typedarray: 1.0.0 + dev: true /typescript/4.9.5: resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} engines: {node: '>=4.2.0'} hasBin: true + /typescript/5.0.3: + resolution: {integrity: sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==} + engines: {node: '>=12.20'} + hasBin: true + /uglify-js/3.17.4: resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==} engines: {node: '>=0.8.0'} @@ -4085,6 +4961,7 @@ packages: requiresBuild: true dependencies: node-gyp-build: 4.6.0 + dev: true /util-deprecate/1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} @@ -4125,6 +5002,7 @@ packages: yaeti: 0.0.6 transitivePeerDependencies: - supports-color + dev: true /which-boxed-primitive/1.0.2: resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} @@ -4200,8 +5078,8 @@ packages: /wrappy/1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} - /ws/8.12.1: - resolution: {integrity: sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==} + /ws/8.13.0: + resolution: {integrity: sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -4211,7 +5089,6 @@ packages: optional: true utf-8-validate: optional: true - optional: true /xtend/4.0.2: resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} @@ -4225,6 +5102,7 @@ packages: /yaeti/0.0.6: resolution: {integrity: sha512-MvQa//+KcZCUkBTIC9blM+CU9J2GzuTytsOUwf2lidtvkx/6gnEp1QvJv34t9vdjhFmha/mUiNDbN0D0mJWdug==} engines: {node: '>=0.10.32'} + dev: true /yallist/4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} diff --git a/swanky.config.json b/swanky.config.json index 4059e47..adbf1d9 100644 --- a/swanky.config.json +++ b/swanky.config.json @@ -21,7 +21,11 @@ "contracts": { "psp34": { "name": "psp34", - "language": "ink" + "language": "ink", + "build": { + "timestamp": 1679714056093, + "artifactsPath": "artifacts/psp34/1679714056093" + } } }, "networks": {