diff --git a/package.json b/package.json index ee805b91..90dc682f 100644 --- a/package.json +++ b/package.json @@ -24,15 +24,15 @@ "typecheck": "pnpm -r --filter='./packages/**' run typecheck" }, "devDependencies": { - "@changesets/cli": "^2.26.2", - "@pnpm/eslint-config": "^1.1.0", - "@typescript-eslint/eslint-plugin": "^6.7.4", - "@typescript-eslint/parser": "^6.7.4", - "eslint": "^8.50.0", - "eslint-config-prettier": "^9.0.0", - "eslint-config-xo": "^0.43.1", - "eslint-config-xo-typescript": "^1.0.1", - "prettier": "^2.8.8", - "typescript": "^5.2.2" + "@changesets/cli": "2.26.2", + "@pnpm/eslint-config": "1.1.0", + "@typescript-eslint/eslint-plugin": "6.7.4", + "@typescript-eslint/parser": "6.7.4", + "eslint": "8.50.0", + "eslint-config-prettier": "9.0.0", + "eslint-config-xo": "0.43.1", + "eslint-config-xo-typescript": "1.0.1", + "prettier": "2.8.8", + "typescript": "5.2.2" } } diff --git a/packages/cli/package.json b/packages/cli/package.json index 98b27b8e..25299650 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -61,52 +61,52 @@ "prepublish": "pnpm run build && pnpm run generate-types" }, "dependencies": { - "@acala-network/chopsticks": "^0.9.0", - "@moonbeam-network/api-augment": "^0.2500.0", + "@acala-network/chopsticks": "0.9.0", + "@moonbeam-network/api-augment": "0.2500.0", "@moonwall/types": "workspace:*", "@moonwall/util": "workspace:*", - "@polkadot/api": "^10.10.1", - "@polkadot/api-augment": "^10.10.1", - "@polkadot/api-derive": "^10.10.1", - "@polkadot/keyring": "^12.5.1", - "@polkadot/types": "^10.10.1", - "@polkadot/types-codec": "^10.10.1", - "@polkadot/util": "^12.5.1", - "@polkadot/util-crypto": "^12.5.1", - "@zombienet/orchestrator": "^0.0.62", - "@zombienet/utils": "^0.0.24", - "bottleneck": "^2.19.5", - "chalk": "^5.3.0", - "clear": "^0.1.0", - "cli-progress": "^3.12.0", - "colors": "^1.4.0", - "debug": "^4.3.4", - "dotenv": "^16.3.1", - "ethers": "^6.8.1", - "execa": "^8.0.1", - "inquirer": "^9.2.11", - "inquirer-press-to-continue": "^1.2.0", - "jsonc-parser": "^3.2.0", - "minimatch": "^9.0.3", - "node-fetch": "^3.3.2", - "semver": "^7.5.4", - "viem": "^1.18.0", + "@polkadot/api": "10.10.1", + "@polkadot/api-augment": "10.10.1", + "@polkadot/api-derive": "10.10.1", + "@polkadot/keyring": "12.5.1", + "@polkadot/types": "10.10.1", + "@polkadot/types-codec": "10.10.1", + "@polkadot/util": "12.5.1", + "@polkadot/util-crypto": "12.5.1", + "@zombienet/orchestrator": "0.0.62", + "@zombienet/utils": "0.0.24", + "bottleneck": "2.19.5", + "chalk": "5.3.0", + "clear": "0.1.0", + "cli-progress": "3.12.0", + "colors": "1.4.0", + "debug": "4.3.4", + "dotenv": "16.3.1", + "ethers": "6.8.1", + "execa": "8.0.1", + "inquirer": "9.2.11", + "inquirer-press-to-continue": "1.2.0", + "jsonc-parser": "3.2.0", + "minimatch": "9.0.3", + "node-fetch": "3.3.2", + "semver": "7.5.4", + "viem": "1.18.0", "vitest": "1.0.0-beta.3", "web3": "4.2.1", "web3-providers-ws": "4.0.7", - "ws": "^8.14.2", - "yaml": "^2.3.3", - "yargs": "^17.7.2" + "ws": "8.14.2", + "yaml": "2.3.3", + "yargs": "17.7.2" }, "devDependencies": { - "@types/cli-progress": "^3.11.4", - "@types/debug": "^4.1.10", - "@types/node": "^20.8.10", - "@types/yargs": "^17.0.29", - "prettier": "^2.8.8", - "tsup": "^7.2.0", - "tsx": "^3.14.0", - "typescript": "^5.2.2" + "@types/cli-progress": "3.11.4", + "@types/debug": "4.1.10", + "@types/node": "20.8.10", + "@types/yargs": "17.0.29", + "prettier": "2.8.8", + "tsup": "7.2.0", + "tsx": "3.14.0", + "typescript": "5.2.2" }, "publishConfig": { "access": "public" diff --git a/packages/types/package.json b/packages/types/package.json index 18a7bbf9..ac16f0cf 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -58,26 +58,26 @@ "schema": "typescript-json-schema --tsNodeRegister --esModuleInterop -o config_schema.json ./src/config.ts MoonwallConfig" }, "dependencies": { - "@polkadot/api": "^10.10.1", - "@polkadot/api-base": "^10.10.1", - "@polkadot/keyring": "^12.5.1", - "@polkadot/types": "^10.10.1", - "@polkadot/util": "^12.5.1", - "@polkadot/util-crypto": "^12.5.1", - "@types/node": "^20.8.9", - "@zombienet/utils": "^0.0.24", - "bottleneck": "^2.19.5", - "debug": "^4.3.4", - "ethers": "^6.8.1", - "viem": "^1.18.0", + "@polkadot/api": "10.10.1", + "@polkadot/api-base": "10.10.1", + "@polkadot/keyring": "12.5.1", + "@polkadot/types": "10.10.1", + "@polkadot/util": "12.5.1", + "@polkadot/util-crypto": "12.5.1", + "@types/node": "20.8.9", + "@zombienet/utils": "0.0.24", + "bottleneck": "2.19.5", + "debug": "4.3.4", + "ethers": "6.8.1", + "viem": "1.18.0", "web3": "4.2.1" }, "publishConfig": { "access": "public" }, "devDependencies": { - "tsup": "^7.2.0", - "typescript": "^5.2.2", - "typescript-json-schema": "^0.59.0" + "tsup": "7.2.0", + "typescript": "5.2.2", + "typescript-json-schema": "0.59.0" } } diff --git a/packages/util/package.json b/packages/util/package.json index 5377e03a..aa70a7ff 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -57,44 +57,44 @@ "prepublish": "pnpm run build && pnpm run generate-types" }, "dependencies": { - "@moonbeam-network/api-augment": "^0.2400.0", + "@moonbeam-network/api-augment": "0.2400.0", "@moonwall/types": "workspace:*", - "@polkadot/api": "^10.10.1", - "@polkadot/api-augment": "^10.10.1", - "@polkadot/api-derive": "^10.10.1", - "@polkadot/keyring": "^12.5.1", - "@polkadot/rpc-provider": "^10.10.1", - "@polkadot/types": "^10.10.1", - "@polkadot/types-codec": "^10.10.1", - "@polkadot/util": "^12.5.1", - "@polkadot/util-crypto": "^12.5.1", - "bottleneck": "^2.19.5", - "chalk": "^5.3.0", - "clear": "^0.1.0", - "cli-progress": "^3.12.0", - "colors": "^1.4.0", - "debug": "^4.3.4", - "dotenv": "^16.3.1", - "ethers": "^6.8.1", - "inquirer": "^9.2.11", - "inquirer-press-to-continue": "^1.2.0", - "node-fetch": "^3.3.2", - "rlp": "^3.0.0", - "semver": "^7.5.4", - "viem": "^1.16.6", + "@polkadot/api": "10.10.1", + "@polkadot/api-augment": "10.10.1", + "@polkadot/api-derive": "10.10.1", + "@polkadot/keyring": "12.5.1", + "@polkadot/rpc-provider": "10.10.1", + "@polkadot/types": "10.10.1", + "@polkadot/types-codec": "10.10.1", + "@polkadot/util": "12.5.1", + "@polkadot/util-crypto": "12.5.1", + "bottleneck": "2.19.5", + "chalk": "5.3.0", + "clear": "0.1.0", + "cli-progress": "3.12.0", + "colors": "1.4.0", + "debug": "4.3.4", + "dotenv": "16.3.1", + "ethers": "6.8.1", + "inquirer": "9.2.11", + "inquirer-press-to-continue": "1.2.0", + "node-fetch": "3.3.2", + "rlp": "3.0.0", + "semver": "7.5.4", + "viem": "1.16.6", "vitest": "1.0.0-beta.3", "web3": "4.2.1", - "ws": "^8.14.2", - "yaml": "^2.3.3", - "yargs": "^17.7.2" + "ws": "8.14.2", + "yaml": "2.3.3", + "yargs": "17.7.2" }, "devDependencies": { - "@types/debug": "^4.1.10", - "@types/node": "^20.8.7", - "@types/yargs": "^17.0.29", - "prettier": "^2.8.8", - "tsup": "^7.2.0", - "typescript": "^5.2.2" + "@types/debug": "4.1.10", + "@types/node": "20.8.7", + "@types/yargs": "17.0.29", + "prettier": "2.8.8", + "tsup": "7.2.0", + "typescript": "5.2.2" }, "publishConfig": { "access": "public" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0c857e44..0cf1bc5a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,34 +9,34 @@ importers: .: devDependencies: '@changesets/cli': - specifier: ^2.26.2 + specifier: 2.26.2 version: 2.26.2 '@pnpm/eslint-config': - specifier: ^1.1.0 + specifier: 1.1.0 version: 1.1.0 '@typescript-eslint/eslint-plugin': - specifier: ^6.7.4 - version: 6.7.5(@typescript-eslint/parser@6.7.5)(eslint@8.51.0)(typescript@5.2.2) + specifier: 6.7.4 + version: 6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.50.0)(typescript@5.2.2) '@typescript-eslint/parser': - specifier: ^6.7.4 - version: 6.7.5(eslint@8.51.0)(typescript@5.2.2) + specifier: 6.7.4 + version: 6.7.4(eslint@8.50.0)(typescript@5.2.2) eslint: - specifier: ^8.50.0 - version: 8.51.0 + specifier: 8.50.0 + version: 8.50.0 eslint-config-prettier: - specifier: ^9.0.0 - version: 9.0.0(eslint@8.51.0) + specifier: 9.0.0 + version: 9.0.0(eslint@8.50.0) eslint-config-xo: - specifier: ^0.43.1 - version: 0.43.1(eslint@8.51.0) + specifier: 0.43.1 + version: 0.43.1(eslint@8.50.0) eslint-config-xo-typescript: - specifier: ^1.0.1 - version: 1.0.1(@typescript-eslint/eslint-plugin@6.7.5)(@typescript-eslint/parser@6.7.5)(eslint@8.51.0)(typescript@5.2.2) + specifier: 1.0.1 + version: 1.0.1(@typescript-eslint/eslint-plugin@6.7.4)(@typescript-eslint/parser@6.7.4)(eslint@8.50.0)(typescript@5.2.2) prettier: - specifier: ^2.8.8 + specifier: 2.8.8 version: 2.8.8 typescript: - specifier: ^5.2.2 + specifier: 5.2.2 version: 5.2.2 docs: @@ -55,10 +55,10 @@ importers: packages/cli: dependencies: '@acala-network/chopsticks': - specifier: ^0.9.0 + specifier: 0.9.0 version: 0.9.0(@polkadot/util@12.5.1)(debug@4.3.4) '@moonbeam-network/api-augment': - specifier: ^0.2500.0 + specifier: 0.2500.0 version: 0.2500.0 '@moonwall/types': specifier: workspace:* @@ -67,83 +67,83 @@ importers: specifier: workspace:* version: link:../util '@polkadot/api': - specifier: ^10.10.1 + specifier: 10.10.1 version: 10.10.1 '@polkadot/api-augment': - specifier: ^10.10.1 + specifier: 10.10.1 version: 10.10.1 '@polkadot/api-derive': - specifier: ^10.10.1 + specifier: 10.10.1 version: 10.10.1 '@polkadot/keyring': - specifier: ^12.5.1 + specifier: 12.5.1 version: 12.5.1(@polkadot/util-crypto@12.5.1)(@polkadot/util@12.5.1) '@polkadot/types': - specifier: ^10.10.1 + specifier: 10.10.1 version: 10.10.1 '@polkadot/types-codec': - specifier: ^10.10.1 + specifier: 10.10.1 version: 10.10.1 '@polkadot/util': - specifier: ^12.5.1 + specifier: 12.5.1 version: 12.5.1 '@polkadot/util-crypto': - specifier: ^12.5.1 + specifier: 12.5.1 version: 12.5.1(@polkadot/util@12.5.1) '@zombienet/orchestrator': - specifier: ^0.0.62 + specifier: 0.0.62 version: 0.0.62(@polkadot/util@12.5.1)(@types/node@20.8.10) '@zombienet/utils': - specifier: ^0.0.24 + specifier: 0.0.24 version: 0.0.24(@types/node@20.8.10)(typescript@5.2.2) bottleneck: - specifier: ^2.19.5 + specifier: 2.19.5 version: 2.19.5 chalk: - specifier: ^5.3.0 + specifier: 5.3.0 version: 5.3.0 clear: - specifier: ^0.1.0 + specifier: 0.1.0 version: 0.1.0 cli-progress: - specifier: ^3.12.0 + specifier: 3.12.0 version: 3.12.0 colors: - specifier: ^1.4.0 + specifier: 1.4.0 version: 1.4.0 debug: - specifier: ^4.3.4 + specifier: 4.3.4 version: 4.3.4(supports-color@8.1.1) dotenv: - specifier: ^16.3.1 + specifier: 16.3.1 version: 16.3.1 ethers: - specifier: ^6.8.1 + specifier: 6.8.1 version: 6.8.1 execa: - specifier: ^8.0.1 + specifier: 8.0.1 version: 8.0.1 inquirer: - specifier: ^9.2.11 + specifier: 9.2.11 version: 9.2.11 inquirer-press-to-continue: - specifier: ^1.2.0 + specifier: 1.2.0 version: 1.2.0(inquirer@9.2.11) jsonc-parser: - specifier: ^3.2.0 + specifier: 3.2.0 version: 3.2.0 minimatch: - specifier: ^9.0.3 + specifier: 9.0.3 version: 9.0.3 node-fetch: - specifier: ^3.3.2 + specifier: 3.3.2 version: 3.3.2 semver: - specifier: ^7.5.4 + specifier: 7.5.4 version: 7.5.4 viem: - specifier: ^1.18.0 - version: 1.18.6(typescript@5.2.2) + specifier: 1.18.0 + version: 1.18.0(typescript@5.2.2) vitest: specifier: 1.0.0-beta.3 version: 1.0.0-beta.3(@types/node@20.8.10)(@vitest/ui@1.0.0-beta.1) @@ -154,168 +154,168 @@ importers: specifier: 4.0.7 version: 4.0.7 ws: - specifier: ^8.14.2 + specifier: 8.14.2 version: 8.14.2 yaml: - specifier: ^2.3.3 - version: 2.3.4 + specifier: 2.3.3 + version: 2.3.3 yargs: - specifier: ^17.7.2 + specifier: 17.7.2 version: 17.7.2 devDependencies: '@types/cli-progress': - specifier: ^3.11.4 + specifier: 3.11.4 version: 3.11.4 '@types/debug': - specifier: ^4.1.10 + specifier: 4.1.10 version: 4.1.10 '@types/node': - specifier: ^20.8.10 + specifier: 20.8.10 version: 20.8.10 '@types/yargs': - specifier: ^17.0.29 + specifier: 17.0.29 version: 17.0.29 prettier: - specifier: ^2.8.8 + specifier: 2.8.8 version: 2.8.8 tsup: - specifier: ^7.2.0 + specifier: 7.2.0 version: 7.2.0(typescript@5.2.2) tsx: - specifier: ^3.14.0 + specifier: 3.14.0 version: 3.14.0 typescript: - specifier: ^5.2.2 + specifier: 5.2.2 version: 5.2.2 packages/types: dependencies: '@polkadot/api': - specifier: ^10.10.1 + specifier: 10.10.1 version: 10.10.1 '@polkadot/api-base': - specifier: ^10.10.1 + specifier: 10.10.1 version: 10.10.1 '@polkadot/keyring': - specifier: ^12.5.1 + specifier: 12.5.1 version: 12.5.1(@polkadot/util-crypto@12.5.1)(@polkadot/util@12.5.1) '@polkadot/types': - specifier: ^10.10.1 + specifier: 10.10.1 version: 10.10.1 '@polkadot/util': - specifier: ^12.5.1 + specifier: 12.5.1 version: 12.5.1 '@polkadot/util-crypto': - specifier: ^12.5.1 + specifier: 12.5.1 version: 12.5.1(@polkadot/util@12.5.1) '@types/node': - specifier: ^20.8.9 + specifier: 20.8.9 version: 20.8.9 '@zombienet/utils': - specifier: ^0.0.24 + specifier: 0.0.24 version: 0.0.24(@types/node@20.8.9)(typescript@5.2.2) bottleneck: - specifier: ^2.19.5 + specifier: 2.19.5 version: 2.19.5 debug: - specifier: ^4.3.4 + specifier: 4.3.4 version: 4.3.4(supports-color@8.1.1) ethers: - specifier: ^6.8.1 + specifier: 6.8.1 version: 6.8.1 viem: - specifier: ^1.18.0 + specifier: 1.18.0 version: 1.18.0(typescript@5.2.2) web3: specifier: 4.2.1 version: 4.2.1(typescript@5.2.2) devDependencies: tsup: - specifier: ^7.2.0 + specifier: 7.2.0 version: 7.2.0(typescript@5.2.2) typescript: - specifier: ^5.2.2 + specifier: 5.2.2 version: 5.2.2 typescript-json-schema: - specifier: ^0.59.0 + specifier: 0.59.0 version: 0.59.0 packages/util: dependencies: '@moonbeam-network/api-augment': - specifier: ^0.2400.0 + specifier: 0.2400.0 version: 0.2400.0 '@moonwall/types': specifier: workspace:* version: link:../types '@polkadot/api': - specifier: ^10.10.1 + specifier: 10.10.1 version: 10.10.1 '@polkadot/api-augment': - specifier: ^10.10.1 + specifier: 10.10.1 version: 10.10.1 '@polkadot/api-derive': - specifier: ^10.10.1 + specifier: 10.10.1 version: 10.10.1 '@polkadot/keyring': - specifier: ^12.5.1 + specifier: 12.5.1 version: 12.5.1(@polkadot/util-crypto@12.5.1)(@polkadot/util@12.5.1) '@polkadot/rpc-provider': - specifier: ^10.10.1 + specifier: 10.10.1 version: 10.10.1 '@polkadot/types': - specifier: ^10.10.1 + specifier: 10.10.1 version: 10.10.1 '@polkadot/types-codec': - specifier: ^10.10.1 + specifier: 10.10.1 version: 10.10.1 '@polkadot/util': - specifier: ^12.5.1 + specifier: 12.5.1 version: 12.5.1 '@polkadot/util-crypto': - specifier: ^12.5.1 + specifier: 12.5.1 version: 12.5.1(@polkadot/util@12.5.1) bottleneck: - specifier: ^2.19.5 + specifier: 2.19.5 version: 2.19.5 chalk: - specifier: ^5.3.0 + specifier: 5.3.0 version: 5.3.0 clear: - specifier: ^0.1.0 + specifier: 0.1.0 version: 0.1.0 cli-progress: - specifier: ^3.12.0 + specifier: 3.12.0 version: 3.12.0 colors: - specifier: ^1.4.0 + specifier: 1.4.0 version: 1.4.0 debug: - specifier: ^4.3.4 + specifier: 4.3.4 version: 4.3.4(supports-color@8.1.1) dotenv: - specifier: ^16.3.1 + specifier: 16.3.1 version: 16.3.1 ethers: - specifier: ^6.8.1 + specifier: 6.8.1 version: 6.8.1 inquirer: - specifier: ^9.2.11 + specifier: 9.2.11 version: 9.2.11 inquirer-press-to-continue: - specifier: ^1.2.0 + specifier: 1.2.0 version: 1.2.0(inquirer@9.2.11) node-fetch: - specifier: ^3.3.2 + specifier: 3.3.2 version: 3.3.2 rlp: - specifier: ^3.0.0 + specifier: 3.0.0 version: 3.0.0 semver: - specifier: ^7.5.4 + specifier: 7.5.4 version: 7.5.4 viem: - specifier: ^1.16.6 + specifier: 1.16.6 version: 1.16.6(typescript@5.2.2) vitest: specifier: 1.0.0-beta.3 @@ -324,41 +324,41 @@ importers: specifier: 4.2.1 version: 4.2.1(typescript@5.2.2) ws: - specifier: ^8.14.2 + specifier: 8.14.2 version: 8.14.2 yaml: - specifier: ^2.3.3 + specifier: 2.3.3 version: 2.3.3 yargs: - specifier: ^17.7.2 + specifier: 17.7.2 version: 17.7.2 devDependencies: '@types/debug': - specifier: ^4.1.10 + specifier: 4.1.10 version: 4.1.10 '@types/node': - specifier: ^20.8.7 + specifier: 20.8.7 version: 20.8.7 '@types/yargs': - specifier: ^17.0.29 + specifier: 17.0.29 version: 17.0.29 prettier: - specifier: ^2.8.8 + specifier: 2.8.8 version: 2.8.8 tsup: - specifier: ^7.2.0 + specifier: 7.2.0 version: 7.2.0(typescript@5.2.2) typescript: - specifier: ^5.2.2 + specifier: 5.2.2 version: 5.2.2 test: devDependencies: '@acala-network/chopsticks': - specifier: ^0.9.0 + specifier: 0.9.0 version: 0.9.0(@polkadot/util@12.5.1)(debug@4.3.4) '@moonbeam-network/api-augment': - specifier: ^0.2500.0 + specifier: 0.2500.0 version: 0.2500.0 '@moonwall/cli': specifier: workspace:* @@ -370,53 +370,53 @@ importers: specifier: workspace:* version: link:../packages/util '@openzeppelin/contracts': - specifier: ^4.9.3 + specifier: 4.9.3 version: 4.9.3 '@polkadot/api': - specifier: ^10.10.1 + specifier: 10.10.1 version: 10.10.1 '@polkadot/api-augment': - specifier: ^10.10.1 + specifier: 10.10.1 version: 10.10.1 '@polkadot/util': - specifier: ^12.5.1 + specifier: 12.5.1 version: 12.5.1 '@types/node': - specifier: ^20.8.10 + specifier: 20.8.10 version: 20.8.10 '@vitest/ui': specifier: 1.0.0-beta.1 version: 1.0.0-beta.1(vitest@1.0.0-beta.3) bun-types: - specifier: ^1.0.9 + specifier: 1.0.9 version: 1.0.9 chai: - specifier: ^4.3.10 + specifier: 4.3.10 version: 4.3.10 chalk: - specifier: ^5.3.0 + specifier: 5.3.0 version: 5.3.0 ethers: - specifier: ^6.8.1 + specifier: 6.8.1 version: 6.8.1 pnpm: specifier: 8.6.2 version: 8.6.2 prettier: - specifier: ^2.8.8 + specifier: 2.8.8 version: 2.8.8 solc: - specifier: ^0.8.22 + specifier: 0.8.22 version: 0.8.22 tsx: - specifier: ^3.14.0 + specifier: 3.14.0 version: 3.14.0 typescript: - specifier: ^5.2.2 + specifier: 5.2.2 version: 5.2.2 viem: - specifier: ^1.18.1 - version: 1.18.6(typescript@5.2.2) + specifier: 1.18.1 + version: 1.18.1(typescript@5.2.2) vitest: specifier: 1.0.0-beta.3 version: 1.0.0-beta.3(@types/node@20.8.10)(@vitest/ui@1.0.0-beta.1) @@ -424,7 +424,7 @@ importers: specifier: 4.2.1 version: 4.2.1(typescript@5.2.2) yargs: - specifier: ^17.7.2 + specifier: 17.7.2 version: 17.7.2 packages: @@ -1130,13 +1130,13 @@ packages: requiresBuild: true optional: true - /@eslint-community/eslint-utils@4.4.0(eslint@8.51.0): + /@eslint-community/eslint-utils@4.4.0(eslint@8.50.0): resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} 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.51.0 + eslint: 8.50.0 eslint-visitor-keys: 3.4.3 dev: true @@ -1162,8 +1162,8 @@ packages: - supports-color dev: true - /@eslint/js@8.51.0: - resolution: {integrity: sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==} + /@eslint/js@8.50.0: + resolution: {integrity: sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true @@ -1364,14 +1364,14 @@ packages: resolution: {integrity: sha512-SKS6ojdy2Pcrr/BQEMgkc/u1fPqFePVe7N1LgWV7Dh30g7L9Q4r2ZAbnW5JP5/RK9j1Jd1aplmjR80Vd7MOViw==} engines: {node: '>=12.22.0'} dependencies: - '@typescript-eslint/eslint-plugin': 6.7.5(@typescript-eslint/parser@6.7.5)(eslint@8.51.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.7.5(eslint@8.51.0)(typescript@5.2.2) - eslint: 8.51.0 - eslint-config-standard-with-typescript: 39.1.1(@typescript-eslint/eslint-plugin@6.7.5)(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.2.0)(eslint-plugin-promise@6.1.1)(eslint@8.51.0)(typescript@5.2.2) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.5)(eslint@8.51.0) - eslint-plugin-n: 16.2.0(eslint@8.51.0) - eslint-plugin-node: 11.1.0(eslint@8.51.0) - eslint-plugin-promise: 6.1.1(eslint@8.51.0) + '@typescript-eslint/eslint-plugin': 6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.50.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.7.4(eslint@8.50.0)(typescript@5.2.2) + eslint: 8.50.0 + eslint-config-standard-with-typescript: 39.1.1(@typescript-eslint/eslint-plugin@6.7.4)(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.2.0)(eslint-plugin-promise@6.1.1)(eslint@8.50.0)(typescript@5.2.2) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.4)(eslint@8.50.0) + eslint-plugin-n: 16.2.0(eslint@8.50.0) + eslint-plugin-node: 11.1.0(eslint@8.50.0) + eslint-plugin-promise: 6.1.1(eslint@8.50.0) typescript: 5.2.2 transitivePeerDependencies: - eslint-import-resolver-typescript @@ -1967,8 +1967,8 @@ packages: '@types/yargs-parser': 21.0.1 dev: true - /@typescript-eslint/eslint-plugin@6.7.5(@typescript-eslint/parser@6.7.5)(eslint@8.51.0)(typescript@5.2.2): - resolution: {integrity: sha512-JhtAwTRhOUcP96D0Y6KYnwig/MRQbOoLGXTON2+LlyB/N35SP9j1boai2zzwXb7ypKELXMx3DVk9UTaEq1vHEw==} + /@typescript-eslint/eslint-plugin@6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.50.0)(typescript@5.2.2): + resolution: {integrity: sha512-DAbgDXwtX+pDkAHwiGhqP3zWUGpW49B7eqmgpPtg+BKJXwdct79ut9+ifqOFPJGClGKSHXn2PTBatCnldJRUoA==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha @@ -1979,13 +1979,13 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.9.1 - '@typescript-eslint/parser': 6.7.5(eslint@8.51.0)(typescript@5.2.2) - '@typescript-eslint/scope-manager': 6.7.5 - '@typescript-eslint/type-utils': 6.7.5(eslint@8.51.0)(typescript@5.2.2) - '@typescript-eslint/utils': 6.7.5(eslint@8.51.0)(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 6.7.5 + '@typescript-eslint/parser': 6.7.4(eslint@8.50.0)(typescript@5.2.2) + '@typescript-eslint/scope-manager': 6.7.4 + '@typescript-eslint/type-utils': 6.7.4(eslint@8.50.0)(typescript@5.2.2) + '@typescript-eslint/utils': 6.7.4(eslint@8.50.0)(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 6.7.4 debug: 4.3.4(supports-color@8.1.1) - eslint: 8.51.0 + eslint: 8.50.0 graphemer: 1.4.0 ignore: 5.2.4 natural-compare: 1.4.0 @@ -1996,8 +1996,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser@6.7.5(eslint@8.51.0)(typescript@5.2.2): - resolution: {integrity: sha512-bIZVSGx2UME/lmhLcjdVc7ePBwn7CLqKarUBL4me1C5feOd663liTGjMBGVcGr+BhnSLeP4SgwdvNnnkbIdkCw==} + /@typescript-eslint/parser@6.7.4(eslint@8.50.0)(typescript@5.2.2): + resolution: {integrity: sha512-I5zVZFY+cw4IMZUeNCU7Sh2PO5O57F7Lr0uyhgCJmhN/BuTlnc55KxPonR4+EM3GBdfiCyGZye6DgMjtubQkmA==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -2006,27 +2006,27 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 6.7.5 - '@typescript-eslint/types': 6.7.5 - '@typescript-eslint/typescript-estree': 6.7.5(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 6.7.5 + '@typescript-eslint/scope-manager': 6.7.4 + '@typescript-eslint/types': 6.7.4 + '@typescript-eslint/typescript-estree': 6.7.4(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 6.7.4 debug: 4.3.4(supports-color@8.1.1) - eslint: 8.51.0 + eslint: 8.50.0 typescript: 5.2.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager@6.7.5: - resolution: {integrity: sha512-GAlk3eQIwWOJeb9F7MKQ6Jbah/vx1zETSDw8likab/eFcqkjSD7BI75SDAeC5N2L0MmConMoPvTsmkrg71+B1A==} + /@typescript-eslint/scope-manager@6.7.4: + resolution: {integrity: sha512-SdGqSLUPTXAXi7c3Ob7peAGVnmMoGzZ361VswK2Mqf8UOYcODiYvs8rs5ILqEdfvX1lE7wEZbLyELCW+Yrql1A==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.7.5 - '@typescript-eslint/visitor-keys': 6.7.5 + '@typescript-eslint/types': 6.7.4 + '@typescript-eslint/visitor-keys': 6.7.4 dev: true - /@typescript-eslint/type-utils@6.7.5(eslint@8.51.0)(typescript@5.2.2): - resolution: {integrity: sha512-Gs0qos5wqxnQrvpYv+pf3XfcRXW6jiAn9zE/K+DlmYf6FcpxeNYN0AIETaPR7rHO4K2UY+D0CIbDP9Ut0U4m1g==} + /@typescript-eslint/type-utils@6.7.4(eslint@8.50.0)(typescript@5.2.2): + resolution: {integrity: sha512-n+g3zi1QzpcAdHFP9KQF+rEFxMb2KxtnJGID3teA/nxKHOVi3ylKovaqEzGBbVY2pBttU6z85gp0D00ufLzViQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -2035,23 +2035,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.7.5(typescript@5.2.2) - '@typescript-eslint/utils': 6.7.5(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 6.7.4(typescript@5.2.2) + '@typescript-eslint/utils': 6.7.4(eslint@8.50.0)(typescript@5.2.2) debug: 4.3.4(supports-color@8.1.1) - eslint: 8.51.0 + eslint: 8.50.0 ts-api-utils: 1.0.3(typescript@5.2.2) typescript: 5.2.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types@6.7.5: - resolution: {integrity: sha512-WboQBlOXtdj1tDFPyIthpKrUb+kZf2VroLZhxKa/VlwLlLyqv/PwUNgL30BlTVZV1Wu4Asu2mMYPqarSO4L5ZQ==} + /@typescript-eslint/types@6.7.4: + resolution: {integrity: sha512-o9XWK2FLW6eSS/0r/tgjAGsYasLAnOWg7hvZ/dGYSSNjCh+49k5ocPN8OmG5aZcSJ8pclSOyVKP2x03Sj+RrCA==} engines: {node: ^16.0.0 || >=18.0.0} dev: true - /@typescript-eslint/typescript-estree@6.7.5(typescript@5.2.2): - resolution: {integrity: sha512-NhJiJ4KdtwBIxrKl0BqG1Ur+uw7FiOnOThcYx9DpOGJ/Abc9z2xNzLeirCG02Ig3vkvrc2qFLmYSSsaITbKjlg==} + /@typescript-eslint/typescript-estree@6.7.4(typescript@5.2.2): + resolution: {integrity: sha512-ty8b5qHKatlNYd9vmpHooQz3Vki3gG+3PchmtsA4TgrZBKWHNjWfkQid7K7xQogBqqc7/BhGazxMD5vr6Ha+iQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: typescript: '*' @@ -2059,8 +2059,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 6.7.5 - '@typescript-eslint/visitor-keys': 6.7.5 + '@typescript-eslint/types': 6.7.4 + '@typescript-eslint/visitor-keys': 6.7.4 debug: 4.3.4(supports-color@8.1.1) globby: 11.1.0 is-glob: 4.0.3 @@ -2071,30 +2071,30 @@ packages: - supports-color dev: true - /@typescript-eslint/utils@6.7.5(eslint@8.51.0)(typescript@5.2.2): - resolution: {integrity: sha512-pfRRrH20thJbzPPlPc4j0UNGvH1PjPlhlCMq4Yx7EGjV7lvEeGX0U6MJYe8+SyFutWgSHsdbJ3BXzZccYggezA==} + /@typescript-eslint/utils@6.7.4(eslint@8.50.0)(typescript@5.2.2): + resolution: {integrity: sha512-PRQAs+HUn85Qdk+khAxsVV+oULy3VkbH3hQ8hxLRJXWBEd7iI+GbQxH5SEUSH7kbEoTp6oT1bOwyga24ELALTA==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0) '@types/json-schema': 7.0.13 '@types/semver': 7.5.3 - '@typescript-eslint/scope-manager': 6.7.5 - '@typescript-eslint/types': 6.7.5 - '@typescript-eslint/typescript-estree': 6.7.5(typescript@5.2.2) - eslint: 8.51.0 + '@typescript-eslint/scope-manager': 6.7.4 + '@typescript-eslint/types': 6.7.4 + '@typescript-eslint/typescript-estree': 6.7.4(typescript@5.2.2) + eslint: 8.50.0 semver: 7.5.4 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys@6.7.5: - resolution: {integrity: sha512-3MaWdDZtLlsexZzDSdQWsFQ9l9nL8B80Z4fImSpyllFC/KLqWQRdEcB+gGGO+N3Q2uL40EsG66wZLsohPxNXvg==} + /@typescript-eslint/visitor-keys@6.7.4: + resolution: {integrity: sha512-pOW37DUhlTZbvph50x5zZCkFn3xzwkGtNoJHzIM3svpiSkJzwOYr/kVBaXmf+RAQiUDs1AHEZVNPg6UJCJpwRA==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.7.5 + '@typescript-eslint/types': 6.7.4 eslint-visitor-keys: 3.4.3 dev: true @@ -2881,7 +2881,7 @@ packages: check-error: 1.0.3 deep-eql: 4.1.3 get-func-name: 2.0.2 - loupe: 2.3.6 + loupe: 2.3.7 pathval: 1.1.1 type-detect: 4.0.8 @@ -3546,16 +3546,16 @@ packages: engines: {node: '>=12'} dev: false - /eslint-config-prettier@9.0.0(eslint@8.51.0): + /eslint-config-prettier@9.0.0(eslint@8.50.0): resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.51.0 + eslint: 8.50.0 dev: true - /eslint-config-standard-with-typescript@39.1.1(@typescript-eslint/eslint-plugin@6.7.5)(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.2.0)(eslint-plugin-promise@6.1.1)(eslint@8.51.0)(typescript@5.2.2): + /eslint-config-standard-with-typescript@39.1.1(@typescript-eslint/eslint-plugin@6.7.4)(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.2.0)(eslint-plugin-promise@6.1.1)(eslint@8.50.0)(typescript@5.2.2): resolution: {integrity: sha512-t6B5Ep8E4I18uuoYeYxINyqcXb2UbC0SOOTxRtBSt2JUs+EzeXbfe2oaiPs71AIdnoWhXDO2fYOHz8df3kV84A==} peerDependencies: '@typescript-eslint/eslint-plugin': ^6.4.0 @@ -3565,19 +3565,19 @@ packages: eslint-plugin-promise: ^6.0.0 typescript: '*' dependencies: - '@typescript-eslint/eslint-plugin': 6.7.5(@typescript-eslint/parser@6.7.5)(eslint@8.51.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.7.5(eslint@8.51.0)(typescript@5.2.2) - eslint: 8.51.0 - eslint-config-standard: 17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.2.0)(eslint-plugin-promise@6.1.1)(eslint@8.51.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.5)(eslint@8.51.0) - eslint-plugin-n: 16.2.0(eslint@8.51.0) - eslint-plugin-promise: 6.1.1(eslint@8.51.0) + '@typescript-eslint/eslint-plugin': 6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.50.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.7.4(eslint@8.50.0)(typescript@5.2.2) + eslint: 8.50.0 + eslint-config-standard: 17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.2.0)(eslint-plugin-promise@6.1.1)(eslint@8.50.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.4)(eslint@8.50.0) + eslint-plugin-n: 16.2.0(eslint@8.50.0) + eslint-plugin-promise: 6.1.1(eslint@8.50.0) typescript: 5.2.2 transitivePeerDependencies: - supports-color dev: true - /eslint-config-standard@17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.2.0)(eslint-plugin-promise@6.1.1)(eslint@8.51.0): + /eslint-config-standard@17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.2.0)(eslint-plugin-promise@6.1.1)(eslint@8.50.0): resolution: {integrity: sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==} engines: {node: '>=12.0.0'} peerDependencies: @@ -3586,13 +3586,13 @@ packages: eslint-plugin-n: '^15.0.0 || ^16.0.0 ' eslint-plugin-promise: ^6.0.0 dependencies: - eslint: 8.51.0 - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.5)(eslint@8.51.0) - eslint-plugin-n: 16.2.0(eslint@8.51.0) - eslint-plugin-promise: 6.1.1(eslint@8.51.0) + eslint: 8.50.0 + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.4)(eslint@8.50.0) + eslint-plugin-n: 16.2.0(eslint@8.50.0) + eslint-plugin-promise: 6.1.1(eslint@8.50.0) dev: true - /eslint-config-xo-typescript@1.0.1(@typescript-eslint/eslint-plugin@6.7.5)(@typescript-eslint/parser@6.7.5)(eslint@8.51.0)(typescript@5.2.2): + /eslint-config-xo-typescript@1.0.1(@typescript-eslint/eslint-plugin@6.7.4)(@typescript-eslint/parser@6.7.4)(eslint@8.50.0)(typescript@5.2.2): resolution: {integrity: sha512-vPQssnRSUgBFOEfB/KY12CXwltwFSn4RSCfa+w7gjBC2PFQ7Yfgmyei+1XUZ3K+8LRGef2NMJUcxts7PldhDjg==} engines: {node: '>=16'} peerDependencies: @@ -3601,20 +3601,20 @@ packages: eslint: '>=8.0.0' typescript: '>=4.7' dependencies: - '@typescript-eslint/eslint-plugin': 6.7.5(@typescript-eslint/parser@6.7.5)(eslint@8.51.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.7.5(eslint@8.51.0)(typescript@5.2.2) - eslint: 8.51.0 + '@typescript-eslint/eslint-plugin': 6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.50.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.7.4(eslint@8.50.0)(typescript@5.2.2) + eslint: 8.50.0 typescript: 5.2.2 dev: true - /eslint-config-xo@0.43.1(eslint@8.51.0): + /eslint-config-xo@0.43.1(eslint@8.50.0): resolution: {integrity: sha512-azv1L2PysRA0NkZOgbndUpN+581L7wPqkgJOgxxw3hxwXAbJgD6Hqb/SjHRiACifXt/AvxCzE/jIKFAlI7XjvQ==} engines: {node: '>=12'} peerDependencies: eslint: '>=8.27.0' dependencies: confusing-browser-globals: 1.0.11 - eslint: 8.51.0 + eslint: 8.50.0 dev: true /eslint-import-resolver-node@0.3.9: @@ -3627,7 +3627,7 @@ packages: - supports-color dev: true - /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.7.5)(eslint-import-resolver-node@0.3.9)(eslint@8.51.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.7.4)(eslint-import-resolver-node@0.3.9)(eslint@8.50.0): resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -3648,37 +3648,37 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 6.7.5(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.7.4(eslint@8.50.0)(typescript@5.2.2) debug: 3.2.7 - eslint: 8.51.0 + eslint: 8.50.0 eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-es-x@7.2.0(eslint@8.51.0): + /eslint-plugin-es-x@7.2.0(eslint@8.50.0): resolution: {integrity: sha512-9dvv5CcvNjSJPqnS5uZkqb3xmbeqRLnvXKK7iI5+oK/yTusyc46zbBZKENGsOfojm/mKfszyZb+wNqNPAPeGXA==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: eslint: '>=8' dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0) '@eslint-community/regexpp': 4.9.1 - eslint: 8.51.0 + eslint: 8.50.0 dev: true - /eslint-plugin-es@3.0.1(eslint@8.51.0): + /eslint-plugin-es@3.0.1(eslint@8.50.0): resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.51.0 + eslint: 8.50.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.7.5)(eslint@8.51.0): + /eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.7.4)(eslint@8.50.0): resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==} engines: {node: '>=4'} peerDependencies: @@ -3688,16 +3688,16 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 6.7.5(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.7.4(eslint@8.50.0)(typescript@5.2.2) array-includes: 3.1.7 array.prototype.findlastindex: 1.2.3 array.prototype.flat: 1.3.2 array.prototype.flatmap: 1.3.2 debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.51.0 + eslint: 8.50.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.5)(eslint-import-resolver-node@0.3.9)(eslint@8.51.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.4)(eslint-import-resolver-node@0.3.9)(eslint@8.50.0) has: 1.0.4 is-core-module: 2.13.0 is-glob: 4.0.3 @@ -3713,16 +3713,16 @@ packages: - supports-color dev: true - /eslint-plugin-n@16.2.0(eslint@8.51.0): + /eslint-plugin-n@16.2.0(eslint@8.50.0): resolution: {integrity: sha512-AQER2jEyQOt1LG6JkGJCCIFotzmlcCZFur2wdKrp1JX2cNotC7Ae0BcD/4lLv3lUAArM9uNS8z/fsvXTd0L71g==} engines: {node: '>=16.0.0'} peerDependencies: eslint: '>=7.0.0' dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0) builtins: 5.0.1 - eslint: 8.51.0 - eslint-plugin-es-x: 7.2.0(eslint@8.51.0) + eslint: 8.50.0 + eslint-plugin-es-x: 7.2.0(eslint@8.50.0) get-tsconfig: 4.7.2 ignore: 5.2.4 is-core-module: 2.13.0 @@ -3731,14 +3731,14 @@ packages: semver: 7.5.4 dev: true - /eslint-plugin-node@11.1.0(eslint@8.51.0): + /eslint-plugin-node@11.1.0(eslint@8.50.0): resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.16.0' dependencies: - eslint: 8.51.0 - eslint-plugin-es: 3.0.1(eslint@8.51.0) + eslint: 8.50.0 + eslint-plugin-es: 3.0.1(eslint@8.50.0) eslint-utils: 2.1.0 ignore: 5.2.4 minimatch: 3.1.2 @@ -3746,13 +3746,13 @@ packages: semver: 6.3.1 dev: true - /eslint-plugin-promise@6.1.1(eslint@8.51.0): + /eslint-plugin-promise@6.1.1(eslint@8.50.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.51.0 + eslint: 8.50.0 dev: true /eslint-scope@7.2.2: @@ -3780,15 +3780,15 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint@8.51.0: - resolution: {integrity: sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==} + /eslint@8.50.0: + resolution: {integrity: sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0) '@eslint-community/regexpp': 4.9.1 '@eslint/eslintrc': 2.1.2 - '@eslint/js': 8.51.0 + '@eslint/js': 8.50.0 '@humanwhocodes/config-array': 0.11.11 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -4902,7 +4902,6 @@ packages: dependencies: chalk: 3.0.0 diff-match-patch: 1.0.5 - bundledDependencies: [] /jsonfile@4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} @@ -5927,7 +5926,7 @@ packages: optional: true dependencies: lilconfig: 2.1.0 - yaml: 2.3.4 + yaml: 2.3.3 dev: true /postcss@8.4.31: @@ -7353,8 +7352,8 @@ packages: - zod dev: false - /viem@1.18.6(typescript@5.2.2): - resolution: {integrity: sha512-oKkrxF2aqxjJ4pmm0ko7j+ZFRekP6VGIknSroV+6+dF+T31bscltPZwJ0fOJDxCOVhoVtxrKFRTkkasEVDblUA==} + /viem@1.18.1(typescript@5.2.2): + resolution: {integrity: sha512-dkZG1jI8iL7G0+KZ8ZKHCXbzZxzu8Iib7OLCxkdaqdrlNrWTEMIZSp/2AHpbjpPeAg3VFD1CUayKPTJv2ZMXCg==} peerDependencies: typescript: '>=5.0.4' peerDependenciesMeta: @@ -7374,6 +7373,7 @@ packages: - bufferutil - utf-8-validate - zod + dev: true /vite-node@1.0.0-beta.3(@types/node@20.8.10): resolution: {integrity: sha512-qpdoB+N9LV2Lr3W6k8vZwm/lN3hdmz+c0Tixh2ktnX/ywF0OkQf7wIWLeiFLvW4Fa/iw4qhye7xiBBMP1o6/sA==} @@ -8142,11 +8142,11 @@ packages: /yaml@2.3.3: resolution: {integrity: sha512-zw0VAJxgeZ6+++/su5AFoqBbZbrEakwu+X0M5HmcwUiBL7AzcuPKjj5we4xfQLp78LkEMpD0cOnUhmgOVy3KdQ==} engines: {node: '>= 14'} - dev: false /yaml@2.3.4: resolution: {integrity: sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==} engines: {node: '>= 14'} + dev: false /yargs-parser@18.1.3: resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==} diff --git a/test/package.json b/test/package.json index e9784808..2f412910 100644 --- a/test/package.json +++ b/test/package.json @@ -13,29 +13,29 @@ "bun_test": "bun test suites/bun_test/*" }, "devDependencies": { - "@acala-network/chopsticks": "^0.9.0", - "@moonbeam-network/api-augment": "^0.2500.0", + "@acala-network/chopsticks": "0.9.0", + "@moonbeam-network/api-augment": "0.2500.0", "@moonwall/cli": "workspace:*", "@moonwall/types": "workspace:*", "@moonwall/util": "workspace:*", - "@openzeppelin/contracts": "^4.9.3", - "@polkadot/api": "^10.10.1", - "@polkadot/api-augment": "^10.10.1", - "@polkadot/util": "^12.5.1", - "@types/node": "^20.8.10", + "@openzeppelin/contracts": "4.9.3", + "@polkadot/api": "10.10.1", + "@polkadot/api-augment": "10.10.1", + "@polkadot/util": "12.5.1", + "@types/node": "20.8.10", "@vitest/ui": "1.0.0-beta.1", - "bun-types": "^1.0.9", - "chai": "^4.3.10", - "chalk": "^5.3.0", - "ethers": "^6.8.1", + "bun-types": "1.0.9", + "chai": "4.3.10", + "chalk": "5.3.0", + "ethers": "6.8.1", "pnpm": "8.6.2", - "prettier": "^2.8.8", - "solc": "^0.8.22", - "tsx": "^3.14.0", - "typescript": "^5.2.2", - "viem": "^1.18.1", + "prettier": "2.8.8", + "solc": "0.8.22", + "tsx": "3.14.0", + "typescript": "5.2.2", + "viem": "1.18.1", "vitest": "1.0.0-beta.3", "web3": "4.2.1", - "yargs": "^17.7.2" + "yargs": "17.7.2" } }