diff --git a/package.json b/package.json index 8ecec49..94e33b6 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@types/mocha": "^10.0.6", "@types/node": "^20.10.0", "@typescript-eslint/eslint-plugin": "^6.13.0", - "@typescript-eslint/parser": "^6.12.0", + "@typescript-eslint/parser": "^6.13.0", "chai": "^4.3.10", "eslint": "^8.54.0", "eslint-config-prettier": "^9.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ee32c79..4ba0bc3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -22,10 +22,10 @@ devDependencies: version: 20.10.0 "@typescript-eslint/eslint-plugin": specifier: ^6.13.0 - version: 6.13.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + version: 6.13.0(@typescript-eslint/parser@6.13.0)(eslint@8.54.0)(typescript@5.3.2) "@typescript-eslint/parser": - specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.13.0 + version: 6.13.0(eslint@8.54.0)(typescript@5.3.2) chai: specifier: ^4.3.10 version: 4.3.10 @@ -1339,7 +1339,7 @@ packages: } dev: true - /@typescript-eslint/eslint-plugin@6.13.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2): + /@typescript-eslint/eslint-plugin@6.13.0(@typescript-eslint/parser@6.13.0)(eslint@8.54.0)(typescript@5.3.2): resolution: { integrity: sha512-HTvbSd0JceI2GW5DHS3R9zbarOqjkM9XDR7zL8eCsBUO/eSiHcoNE7kSL5sjGXmVa9fjH5LCfHDXNnH4QLp7tQ==, @@ -1354,7 +1354,7 @@ packages: optional: true dependencies: "@eslint-community/regexpp": 4.10.0 - "@typescript-eslint/parser": 6.12.0(eslint@8.54.0)(typescript@5.3.2) + "@typescript-eslint/parser": 6.13.0(eslint@8.54.0)(typescript@5.3.2) "@typescript-eslint/scope-manager": 6.13.0 "@typescript-eslint/type-utils": 6.13.0(eslint@8.54.0)(typescript@5.3.2) "@typescript-eslint/utils": 6.13.0(eslint@8.54.0)(typescript@5.3.2) @@ -1371,10 +1371,10 @@ packages: - supports-color dev: true - /@typescript-eslint/parser@6.12.0(eslint@8.54.0)(typescript@5.3.2): + /@typescript-eslint/parser@6.13.0(eslint@8.54.0)(typescript@5.3.2): resolution: { - integrity: sha512-s8/jNFPKPNRmXEnNXfuo1gemBdVmpQsK1pcu+QIvuNJuhFzGrpD7WjOcvDc/+uEdfzSYpNu7U/+MmbScjoQ6vg==, + integrity: sha512-VpG+M7GNhHLI/aTDctqAV0XbzB16vf+qDX9DXuMZSe/0bahzDA9AKZB15NDbd+D9M4cDsJvfkbGOA7qiZ/bWJw==, } engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: @@ -1384,10 +1384,10 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/scope-manager": 6.12.0 - "@typescript-eslint/types": 6.12.0 - "@typescript-eslint/typescript-estree": 6.12.0(typescript@5.3.2) - "@typescript-eslint/visitor-keys": 6.12.0 + "@typescript-eslint/scope-manager": 6.13.0 + "@typescript-eslint/types": 6.13.0 + "@typescript-eslint/typescript-estree": 6.13.0(typescript@5.3.2) + "@typescript-eslint/visitor-keys": 6.13.0 debug: 4.3.4(supports-color@8.1.1) eslint: 8.54.0 typescript: 5.3.2 @@ -1395,17 +1395,6 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager@6.12.0: - resolution: - { - integrity: sha512-5gUvjg+XdSj8pcetdL9eXJzQNTl3RD7LgUiYTl8Aabdi8hFkaGSYnaS6BLc0BGNaDH+tVzVwmKtWvu0jLgWVbw==, - } - engines: { node: ^16.0.0 || >=18.0.0 } - dependencies: - "@typescript-eslint/types": 6.12.0 - "@typescript-eslint/visitor-keys": 6.12.0 - dev: true - /@typescript-eslint/scope-manager@6.13.0: resolution: { @@ -1440,14 +1429,6 @@ packages: - supports-color dev: true - /@typescript-eslint/types@6.12.0: - resolution: - { - integrity: sha512-MA16p/+WxM5JG/F3RTpRIcuOghWO30//VEOvzubM8zuOOBYXsP+IfjoCXXiIfy2Ta8FRh9+IO9QLlaFQUU+10Q==, - } - engines: { node: ^16.0.0 || >=18.0.0 } - dev: true - /@typescript-eslint/types@6.13.0: resolution: { @@ -1456,30 +1437,6 @@ packages: engines: { node: ^16.0.0 || >=18.0.0 } dev: true - /@typescript-eslint/typescript-estree@6.12.0(typescript@5.3.2): - resolution: - { - integrity: sha512-vw9E2P9+3UUWzhgjyyVczLWxZ3GuQNT7QpnIY3o5OMeLO/c8oHljGc8ZpryBMIyympiAAaKgw9e5Hl9dCWFOYw==, - } - engines: { node: ^16.0.0 || >=18.0.0 } - peerDependencies: - typescript: "*" - peerDependenciesMeta: - typescript: - optional: true - dependencies: - "@typescript-eslint/types": 6.12.0 - "@typescript-eslint/visitor-keys": 6.12.0 - debug: 4.3.4(supports-color@8.1.1) - globby: 11.1.0 - is-glob: 4.0.3 - semver: 7.5.4 - ts-api-utils: 1.0.3(typescript@5.3.2) - typescript: 5.3.2 - transitivePeerDependencies: - - supports-color - dev: true - /@typescript-eslint/typescript-estree@6.13.0(typescript@5.3.2): resolution: { @@ -1526,17 +1483,6 @@ packages: - typescript dev: true - /@typescript-eslint/visitor-keys@6.12.0: - resolution: - { - integrity: sha512-rg3BizTZHF1k3ipn8gfrzDXXSFKyOEB5zxYXInQ6z0hUvmQlhaZQzK+YmHmNViMA9HzW5Q9+bPPt90bU6GQwyw==, - } - engines: { node: ^16.0.0 || >=18.0.0 } - dependencies: - "@typescript-eslint/types": 6.12.0 - eslint-visitor-keys: 3.4.3 - dev: true - /@typescript-eslint/visitor-keys@6.13.0: resolution: {