|
|
|
@ -22,11 +22,11 @@ importers:
|
|
|
|
|
specifier: 11.1.6
|
|
|
|
|
version: 11.1.6(rollup@4.12.0)(typescript@5.3.3)
|
|
|
|
|
'@typescript-eslint/eslint-plugin':
|
|
|
|
|
specifier: 7.0.1
|
|
|
|
|
version: 7.0.1(@typescript-eslint/parser@7.0.1)(eslint@8.56.0)(typescript@5.3.3)
|
|
|
|
|
specifier: 7.0.2
|
|
|
|
|
version: 7.0.2(@typescript-eslint/parser@7.0.2)(eslint@8.56.0)(typescript@5.3.3)
|
|
|
|
|
'@typescript-eslint/parser':
|
|
|
|
|
specifier: 7.0.1
|
|
|
|
|
version: 7.0.1(eslint@8.56.0)(typescript@5.3.3)
|
|
|
|
|
specifier: 7.0.2
|
|
|
|
|
version: 7.0.2(eslint@8.56.0)(typescript@5.3.3)
|
|
|
|
|
eslint:
|
|
|
|
|
specifier: 8.56.0
|
|
|
|
|
version: 8.56.0
|
|
|
|
@ -35,10 +35,10 @@ importers:
|
|
|
|
|
version: 9.1.0(eslint@8.56.0)
|
|
|
|
|
eslint-config-standard-with-typescript:
|
|
|
|
|
specifier: 43.0.1
|
|
|
|
|
version: 43.0.1(@typescript-eslint/eslint-plugin@7.0.1)(eslint-plugin-import@2.29.1)(eslint-plugin-n@16.6.2)(eslint-plugin-promise@6.1.1)(eslint@8.56.0)(typescript@5.3.3)
|
|
|
|
|
version: 43.0.1(@typescript-eslint/eslint-plugin@7.0.2)(eslint-plugin-import@2.29.1)(eslint-plugin-n@16.6.2)(eslint-plugin-promise@6.1.1)(eslint@8.56.0)(typescript@5.3.3)
|
|
|
|
|
eslint-plugin-import:
|
|
|
|
|
specifier: 2.29.1
|
|
|
|
|
version: 2.29.1(@typescript-eslint/parser@7.0.1)(eslint@8.56.0)
|
|
|
|
|
version: 2.29.1(@typescript-eslint/parser@7.0.2)(eslint@8.56.0)
|
|
|
|
|
eslint-plugin-n:
|
|
|
|
|
specifier: 16.6.2
|
|
|
|
|
version: 16.6.2(eslint@8.56.0)
|
|
|
|
@ -823,8 +823,8 @@ packages:
|
|
|
|
|
resolution: {integrity: sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==}
|
|
|
|
|
dev: true
|
|
|
|
|
|
|
|
|
|
/@typescript-eslint/eslint-plugin@7.0.1(@typescript-eslint/parser@7.0.1)(eslint@8.56.0)(typescript@5.3.3):
|
|
|
|
|
resolution: {integrity: sha512-OLvgeBv3vXlnnJGIAgCLYKjgMEU+wBGj07MQ/nxAaON+3mLzX7mJbhRYrVGiVvFiXtwFlkcBa/TtmglHy0UbzQ==}
|
|
|
|
|
/@typescript-eslint/eslint-plugin@7.0.2(@typescript-eslint/parser@7.0.2)(eslint@8.56.0)(typescript@5.3.3):
|
|
|
|
|
resolution: {integrity: sha512-/XtVZJtbaphtdrWjr+CJclaCVGPtOdBpFEnvtNf/jRV0IiEemRrL0qABex/nEt8isYcnFacm3nPHYQwL+Wb7qg==}
|
|
|
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@typescript-eslint/parser': ^7.0.0
|
|
|
|
@ -835,11 +835,11 @@ packages:
|
|
|
|
|
optional: true
|
|
|
|
|
dependencies:
|
|
|
|
|
'@eslint-community/regexpp': 4.10.0
|
|
|
|
|
'@typescript-eslint/parser': 7.0.1(eslint@8.56.0)(typescript@5.3.3)
|
|
|
|
|
'@typescript-eslint/scope-manager': 7.0.1
|
|
|
|
|
'@typescript-eslint/type-utils': 7.0.1(eslint@8.56.0)(typescript@5.3.3)
|
|
|
|
|
'@typescript-eslint/utils': 7.0.1(eslint@8.56.0)(typescript@5.3.3)
|
|
|
|
|
'@typescript-eslint/visitor-keys': 7.0.1
|
|
|
|
|
'@typescript-eslint/parser': 7.0.2(eslint@8.56.0)(typescript@5.3.3)
|
|
|
|
|
'@typescript-eslint/scope-manager': 7.0.2
|
|
|
|
|
'@typescript-eslint/type-utils': 7.0.2(eslint@8.56.0)(typescript@5.3.3)
|
|
|
|
|
'@typescript-eslint/utils': 7.0.2(eslint@8.56.0)(typescript@5.3.3)
|
|
|
|
|
'@typescript-eslint/visitor-keys': 7.0.2
|
|
|
|
|
debug: 4.3.4
|
|
|
|
|
eslint: 8.56.0
|
|
|
|
|
graphemer: 1.4.0
|
|
|
|
@ -873,8 +873,8 @@ packages:
|
|
|
|
|
- supports-color
|
|
|
|
|
dev: true
|
|
|
|
|
|
|
|
|
|
/@typescript-eslint/parser@7.0.1(eslint@8.56.0)(typescript@5.3.3):
|
|
|
|
|
resolution: {integrity: sha512-8GcRRZNzaHxKzBPU3tKtFNing571/GwPBeCvmAUw0yBtfE2XVd0zFKJIMSWkHJcPQi0ekxjIts6L/rrZq5cxGQ==}
|
|
|
|
|
/@typescript-eslint/parser@7.0.2(eslint@8.56.0)(typescript@5.3.3):
|
|
|
|
|
resolution: {integrity: sha512-GdwfDglCxSmU+QTS9vhz2Sop46ebNCXpPPvsByK7hu0rFGRHL+AusKQJ7SoN+LbLh6APFpQwHKmDSwN35Z700Q==}
|
|
|
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
eslint: ^8.56.0
|
|
|
|
@ -883,10 +883,10 @@ packages:
|
|
|
|
|
typescript:
|
|
|
|
|
optional: true
|
|
|
|
|
dependencies:
|
|
|
|
|
'@typescript-eslint/scope-manager': 7.0.1
|
|
|
|
|
'@typescript-eslint/types': 7.0.1
|
|
|
|
|
'@typescript-eslint/typescript-estree': 7.0.1(typescript@5.3.3)
|
|
|
|
|
'@typescript-eslint/visitor-keys': 7.0.1
|
|
|
|
|
'@typescript-eslint/scope-manager': 7.0.2
|
|
|
|
|
'@typescript-eslint/types': 7.0.2
|
|
|
|
|
'@typescript-eslint/typescript-estree': 7.0.2(typescript@5.3.3)
|
|
|
|
|
'@typescript-eslint/visitor-keys': 7.0.2
|
|
|
|
|
debug: 4.3.4
|
|
|
|
|
eslint: 8.56.0
|
|
|
|
|
typescript: 5.3.3
|
|
|
|
@ -902,16 +902,16 @@ packages:
|
|
|
|
|
'@typescript-eslint/visitor-keys': 6.21.0
|
|
|
|
|
dev: true
|
|
|
|
|
|
|
|
|
|
/@typescript-eslint/scope-manager@7.0.1:
|
|
|
|
|
resolution: {integrity: sha512-v7/T7As10g3bcWOOPAcbnMDuvctHzCFYCG/8R4bK4iYzdFqsZTbXGln0cZNVcwQcwewsYU2BJLay8j0/4zOk4w==}
|
|
|
|
|
/@typescript-eslint/scope-manager@7.0.2:
|
|
|
|
|
resolution: {integrity: sha512-l6sa2jF3h+qgN2qUMjVR3uCNGjWw4ahGfzIYsCtFrQJCjhbrDPdiihYT8FnnqFwsWX+20hK592yX9I2rxKTP4g==}
|
|
|
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@typescript-eslint/types': 7.0.1
|
|
|
|
|
'@typescript-eslint/visitor-keys': 7.0.1
|
|
|
|
|
'@typescript-eslint/types': 7.0.2
|
|
|
|
|
'@typescript-eslint/visitor-keys': 7.0.2
|
|
|
|
|
dev: true
|
|
|
|
|
|
|
|
|
|
/@typescript-eslint/type-utils@7.0.1(eslint@8.56.0)(typescript@5.3.3):
|
|
|
|
|
resolution: {integrity: sha512-YtT9UcstTG5Yqy4xtLiClm1ZpM/pWVGFnkAa90UfdkkZsR1eP2mR/1jbHeYp8Ay1l1JHPyGvoUYR6o3On5Nhmw==}
|
|
|
|
|
/@typescript-eslint/type-utils@7.0.2(eslint@8.56.0)(typescript@5.3.3):
|
|
|
|
|
resolution: {integrity: sha512-IKKDcFsKAYlk8Rs4wiFfEwJTQlHcdn8CLwLaxwd6zb8HNiMcQIFX9sWax2k4Cjj7l7mGS5N1zl7RCHOVwHq2VQ==}
|
|
|
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
eslint: ^8.56.0
|
|
|
|
@ -920,8 +920,8 @@ packages:
|
|
|
|
|
typescript:
|
|
|
|
|
optional: true
|
|
|
|
|
dependencies:
|
|
|
|
|
'@typescript-eslint/typescript-estree': 7.0.1(typescript@5.3.3)
|
|
|
|
|
'@typescript-eslint/utils': 7.0.1(eslint@8.56.0)(typescript@5.3.3)
|
|
|
|
|
'@typescript-eslint/typescript-estree': 7.0.2(typescript@5.3.3)
|
|
|
|
|
'@typescript-eslint/utils': 7.0.2(eslint@8.56.0)(typescript@5.3.3)
|
|
|
|
|
debug: 4.3.4
|
|
|
|
|
eslint: 8.56.0
|
|
|
|
|
ts-api-utils: 1.0.3(typescript@5.3.3)
|
|
|
|
@ -935,8 +935,8 @@ packages:
|
|
|
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
|
|
|
dev: true
|
|
|
|
|
|
|
|
|
|
/@typescript-eslint/types@7.0.1:
|
|
|
|
|
resolution: {integrity: sha512-uJDfmirz4FHib6ENju/7cz9SdMSkeVvJDK3VcMFvf/hAShg8C74FW+06MaQPODHfDJp/z/zHfgawIJRjlu0RLg==}
|
|
|
|
|
/@typescript-eslint/types@7.0.2:
|
|
|
|
|
resolution: {integrity: sha512-ZzcCQHj4JaXFjdOql6adYV4B/oFOFjPOC9XYwCaZFRvqN8Llfvv4gSxrkQkd2u4Ci62i2c6W6gkDwQJDaRc4nA==}
|
|
|
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
|
|
|
dev: true
|
|
|
|
|
|
|
|
|
@ -962,8 +962,8 @@ packages:
|
|
|
|
|
- supports-color
|
|
|
|
|
dev: true
|
|
|
|
|
|
|
|
|
|
/@typescript-eslint/typescript-estree@7.0.1(typescript@5.3.3):
|
|
|
|
|
resolution: {integrity: sha512-SO9wHb6ph0/FN5OJxH4MiPscGah5wjOd0RRpaLvuBv9g8565Fgu0uMySFEPqwPHiQU90yzJ2FjRYKGrAhS1xig==}
|
|
|
|
|
/@typescript-eslint/typescript-estree@7.0.2(typescript@5.3.3):
|
|
|
|
|
resolution: {integrity: sha512-3AMc8khTcELFWcKcPc0xiLviEvvfzATpdPj/DXuOGIdQIIFybf4DMT1vKRbuAEOFMwhWt7NFLXRkbjsvKZQyvw==}
|
|
|
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
typescript: '*'
|
|
|
|
@ -971,8 +971,8 @@ packages:
|
|
|
|
|
typescript:
|
|
|
|
|
optional: true
|
|
|
|
|
dependencies:
|
|
|
|
|
'@typescript-eslint/types': 7.0.1
|
|
|
|
|
'@typescript-eslint/visitor-keys': 7.0.1
|
|
|
|
|
'@typescript-eslint/types': 7.0.2
|
|
|
|
|
'@typescript-eslint/visitor-keys': 7.0.2
|
|
|
|
|
debug: 4.3.4
|
|
|
|
|
globby: 11.1.0
|
|
|
|
|
is-glob: 4.0.3
|
|
|
|
@ -984,8 +984,8 @@ packages:
|
|
|
|
|
- supports-color
|
|
|
|
|
dev: true
|
|
|
|
|
|
|
|
|
|
/@typescript-eslint/utils@7.0.1(eslint@8.56.0)(typescript@5.3.3):
|
|
|
|
|
resolution: {integrity: sha512-oe4his30JgPbnv+9Vef1h48jm0S6ft4mNwi9wj7bX10joGn07QRfqIqFHoMiajrtoU88cIhXf8ahwgrcbNLgPA==}
|
|
|
|
|
/@typescript-eslint/utils@7.0.2(eslint@8.56.0)(typescript@5.3.3):
|
|
|
|
|
resolution: {integrity: sha512-PZPIONBIB/X684bhT1XlrkjNZJIEevwkKDsdwfiu1WeqBxYEEdIgVDgm8/bbKHVu+6YOpeRqcfImTdImx/4Bsw==}
|
|
|
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
eslint: ^8.56.0
|
|
|
|
@ -993,9 +993,9 @@ packages:
|
|
|
|
|
'@eslint-community/eslint-utils': 4.4.0(eslint@8.56.0)
|
|
|
|
|
'@types/json-schema': 7.0.15
|
|
|
|
|
'@types/semver': 7.5.6
|
|
|
|
|
'@typescript-eslint/scope-manager': 7.0.1
|
|
|
|
|
'@typescript-eslint/types': 7.0.1
|
|
|
|
|
'@typescript-eslint/typescript-estree': 7.0.1(typescript@5.3.3)
|
|
|
|
|
'@typescript-eslint/scope-manager': 7.0.2
|
|
|
|
|
'@typescript-eslint/types': 7.0.2
|
|
|
|
|
'@typescript-eslint/typescript-estree': 7.0.2(typescript@5.3.3)
|
|
|
|
|
eslint: 8.56.0
|
|
|
|
|
semver: 7.5.4
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
@ -1011,11 +1011,11 @@ packages:
|
|
|
|
|
eslint-visitor-keys: 3.4.3
|
|
|
|
|
dev: true
|
|
|
|
|
|
|
|
|
|
/@typescript-eslint/visitor-keys@7.0.1:
|
|
|
|
|
resolution: {integrity: sha512-hwAgrOyk++RTXrP4KzCg7zB2U0xt7RUU0ZdMSCsqF3eKUwkdXUMyTb0qdCuji7VIbcpG62kKTU9M1J1c9UpFBw==}
|
|
|
|
|
/@typescript-eslint/visitor-keys@7.0.2:
|
|
|
|
|
resolution: {integrity: sha512-8Y+YiBmqPighbm5xA2k4wKTxRzx9EkBu7Rlw+WHqMvRJ3RPz/BMBO9b2ru0LUNmXg120PHUXD5+SWFy2R8DqlQ==}
|
|
|
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@typescript-eslint/types': 7.0.1
|
|
|
|
|
'@typescript-eslint/types': 7.0.2
|
|
|
|
|
eslint-visitor-keys: 3.4.3
|
|
|
|
|
dev: true
|
|
|
|
|
|
|
|
|
@ -1415,7 +1415,7 @@ packages:
|
|
|
|
|
eslint: 8.56.0
|
|
|
|
|
dev: true
|
|
|
|
|
|
|
|
|
|
/eslint-config-standard-with-typescript@43.0.1(@typescript-eslint/eslint-plugin@7.0.1)(eslint-plugin-import@2.29.1)(eslint-plugin-n@16.6.2)(eslint-plugin-promise@6.1.1)(eslint@8.56.0)(typescript@5.3.3):
|
|
|
|
|
/eslint-config-standard-with-typescript@43.0.1(@typescript-eslint/eslint-plugin@7.0.2)(eslint-plugin-import@2.29.1)(eslint-plugin-n@16.6.2)(eslint-plugin-promise@6.1.1)(eslint@8.56.0)(typescript@5.3.3):
|
|
|
|
|
resolution: {integrity: sha512-WfZ986+qzIzX6dcr4yGUyVb/l9N3Z8wPXCc5z/70fljs3UbWhhV+WxrfgsqMToRzuuyX9MqZ974pq2UPhDTOcA==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@typescript-eslint/eslint-plugin': ^6.4.0
|
|
|
|
@ -1425,11 +1425,11 @@ packages:
|
|
|
|
|
eslint-plugin-promise: ^6.0.0
|
|
|
|
|
typescript: '*'
|
|
|
|
|
dependencies:
|
|
|
|
|
'@typescript-eslint/eslint-plugin': 7.0.1(@typescript-eslint/parser@7.0.1)(eslint@8.56.0)(typescript@5.3.3)
|
|
|
|
|
'@typescript-eslint/eslint-plugin': 7.0.2(@typescript-eslint/parser@7.0.2)(eslint@8.56.0)(typescript@5.3.3)
|
|
|
|
|
'@typescript-eslint/parser': 6.21.0(eslint@8.56.0)(typescript@5.3.3)
|
|
|
|
|
eslint: 8.56.0
|
|
|
|
|
eslint-config-standard: 17.1.0(eslint-plugin-import@2.29.1)(eslint-plugin-n@16.6.2)(eslint-plugin-promise@6.1.1)(eslint@8.56.0)
|
|
|
|
|
eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.0.1)(eslint@8.56.0)
|
|
|
|
|
eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.0.2)(eslint@8.56.0)
|
|
|
|
|
eslint-plugin-n: 16.6.2(eslint@8.56.0)
|
|
|
|
|
eslint-plugin-promise: 6.1.1(eslint@8.56.0)
|
|
|
|
|
typescript: 5.3.3
|
|
|
|
@ -1447,7 +1447,7 @@ packages:
|
|
|
|
|
eslint-plugin-promise: ^6.0.0
|
|
|
|
|
dependencies:
|
|
|
|
|
eslint: 8.56.0
|
|
|
|
|
eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.0.1)(eslint@8.56.0)
|
|
|
|
|
eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.0.2)(eslint@8.56.0)
|
|
|
|
|
eslint-plugin-n: 16.6.2(eslint@8.56.0)
|
|
|
|
|
eslint-plugin-promise: 6.1.1(eslint@8.56.0)
|
|
|
|
|
dev: true
|
|
|
|
@ -1462,7 +1462,7 @@ packages:
|
|
|
|
|
- supports-color
|
|
|
|
|
dev: true
|
|
|
|
|
|
|
|
|
|
/eslint-module-utils@2.8.0(@typescript-eslint/parser@7.0.1)(eslint-import-resolver-node@0.3.9)(eslint@8.56.0):
|
|
|
|
|
/eslint-module-utils@2.8.0(@typescript-eslint/parser@7.0.2)(eslint-import-resolver-node@0.3.9)(eslint@8.56.0):
|
|
|
|
|
resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==}
|
|
|
|
|
engines: {node: '>=4'}
|
|
|
|
|
peerDependencies:
|
|
|
|
@ -1483,7 +1483,7 @@ packages:
|
|
|
|
|
eslint-import-resolver-webpack:
|
|
|
|
|
optional: true
|
|
|
|
|
dependencies:
|
|
|
|
|
'@typescript-eslint/parser': 7.0.1(eslint@8.56.0)(typescript@5.3.3)
|
|
|
|
|
'@typescript-eslint/parser': 7.0.2(eslint@8.56.0)(typescript@5.3.3)
|
|
|
|
|
debug: 3.2.7
|
|
|
|
|
eslint: 8.56.0
|
|
|
|
|
eslint-import-resolver-node: 0.3.9
|
|
|
|
@ -1503,7 +1503,7 @@ packages:
|
|
|
|
|
eslint-compat-utils: 0.1.2(eslint@8.56.0)
|
|
|
|
|
dev: true
|
|
|
|
|
|
|
|
|
|
/eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.0.1)(eslint@8.56.0):
|
|
|
|
|
/eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.0.2)(eslint@8.56.0):
|
|
|
|
|
resolution: {integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==}
|
|
|
|
|
engines: {node: '>=4'}
|
|
|
|
|
peerDependencies:
|
|
|
|
@ -1513,7 +1513,7 @@ packages:
|
|
|
|
|
'@typescript-eslint/parser':
|
|
|
|
|
optional: true
|
|
|
|
|
dependencies:
|
|
|
|
|
'@typescript-eslint/parser': 7.0.1(eslint@8.56.0)(typescript@5.3.3)
|
|
|
|
|
'@typescript-eslint/parser': 7.0.2(eslint@8.56.0)(typescript@5.3.3)
|
|
|
|
|
array-includes: 3.1.7
|
|
|
|
|
array.prototype.findlastindex: 1.2.3
|
|
|
|
|
array.prototype.flat: 1.3.2
|
|
|
|
@ -1522,7 +1522,7 @@ packages:
|
|
|
|
|
doctrine: 2.1.0
|
|
|
|
|
eslint: 8.56.0
|
|
|
|
|
eslint-import-resolver-node: 0.3.9
|
|
|
|
|
eslint-module-utils: 2.8.0(@typescript-eslint/parser@7.0.1)(eslint-import-resolver-node@0.3.9)(eslint@8.56.0)
|
|
|
|
|
eslint-module-utils: 2.8.0(@typescript-eslint/parser@7.0.2)(eslint-import-resolver-node@0.3.9)(eslint@8.56.0)
|
|
|
|
|
hasown: 2.0.0
|
|
|
|
|
is-core-module: 2.13.1
|
|
|
|
|
is-glob: 4.0.3
|
|
|
|
|