mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Housekeeping
This commit is contained in:
14
package.json
14
package.json
@@ -37,9 +37,9 @@
|
|||||||
"picocolors": "^1.1.1",
|
"picocolors": "^1.1.1",
|
||||||
"tar-fs": "^3.0.8",
|
"tar-fs": "^3.0.8",
|
||||||
"tinyexec": "^0.3.2",
|
"tinyexec": "^0.3.2",
|
||||||
"tldts": "^6.1.78",
|
"tldts": "^6.1.82",
|
||||||
"tldts-experimental": "^6.1.78",
|
"tldts-experimental": "^6.1.82",
|
||||||
"undici": "^7.3.0",
|
"undici": "^7.4.0",
|
||||||
"undici-cache-store-better-sqlite3": "^0.1.1",
|
"undici-cache-store-better-sqlite3": "^0.1.1",
|
||||||
"whoiser": "^1.18.0",
|
"whoiser": "^1.18.0",
|
||||||
"why-is-node-running": "^3.2.2",
|
"why-is-node-running": "^3.2.2",
|
||||||
@@ -50,13 +50,13 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint-sukka/node": "^6.15.2",
|
"@eslint-sukka/node": "^6.15.2",
|
||||||
"@swc-node/register": "^1.10.9",
|
"@swc-node/register": "^1.10.9",
|
||||||
"@swc/core": "^1.10.18",
|
"@swc/core": "^1.11.5",
|
||||||
"@types/async-retry": "^1.4.9",
|
"@types/async-retry": "^1.4.9",
|
||||||
"@types/better-sqlite3": "^7.6.12",
|
"@types/better-sqlite3": "^7.6.12",
|
||||||
"@types/dns2": "^2.0.9",
|
"@types/dns2": "^2.0.9",
|
||||||
"@types/fast-fifo": "^1.3.0",
|
"@types/fast-fifo": "^1.3.0",
|
||||||
"@types/mocha": "^10.0.10",
|
"@types/mocha": "^10.0.10",
|
||||||
"@types/node": "^22.13.5",
|
"@types/node": "^22.13.8",
|
||||||
"@types/tar-fs": "^2.0.4",
|
"@types/tar-fs": "^2.0.4",
|
||||||
"eslint": "^9.21.0",
|
"eslint": "^9.21.0",
|
||||||
"eslint-config-sukka": "^6.15.2",
|
"eslint-config-sukka": "^6.15.2",
|
||||||
@@ -64,9 +64,9 @@
|
|||||||
"expect": "^29.7.0",
|
"expect": "^29.7.0",
|
||||||
"mitata": "^1.0.34",
|
"mitata": "^1.0.34",
|
||||||
"mocha": "^11.1.0",
|
"mocha": "^11.1.0",
|
||||||
"typescript": "^5.7.3"
|
"typescript": "^5.8.2"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@10.4.1",
|
"packageManager": "pnpm@10.5.2",
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"patchedDependencies": {
|
"patchedDependencies": {
|
||||||
"undici": "patches/undici.patch",
|
"undici": "patches/undici.patch",
|
||||||
|
|||||||
312
pnpm-lock.yaml
generated
312
pnpm-lock.yaml
generated
@@ -71,17 +71,17 @@ importers:
|
|||||||
specifier: ^0.3.2
|
specifier: ^0.3.2
|
||||||
version: 0.3.2
|
version: 0.3.2
|
||||||
tldts:
|
tldts:
|
||||||
specifier: ^6.1.78
|
specifier: ^6.1.82
|
||||||
version: 6.1.78
|
version: 6.1.82
|
||||||
tldts-experimental:
|
tldts-experimental:
|
||||||
specifier: ^6.1.78
|
specifier: ^6.1.82
|
||||||
version: 6.1.78
|
version: 6.1.82
|
||||||
undici:
|
undici:
|
||||||
specifier: ^7.3.0
|
specifier: ^7.4.0
|
||||||
version: 7.3.0(patch_hash=594ba65c371ae78d02b8402fbad8cdc3617510f9ee2390a258e0ce5742a93926)
|
version: 7.4.0(patch_hash=594ba65c371ae78d02b8402fbad8cdc3617510f9ee2390a258e0ce5742a93926)
|
||||||
undici-cache-store-better-sqlite3:
|
undici-cache-store-better-sqlite3:
|
||||||
specifier: ^0.1.1
|
specifier: ^0.1.1
|
||||||
version: 0.1.1(undici@7.3.0(patch_hash=594ba65c371ae78d02b8402fbad8cdc3617510f9ee2390a258e0ce5742a93926))
|
version: 0.1.1(undici@7.4.0(patch_hash=594ba65c371ae78d02b8402fbad8cdc3617510f9ee2390a258e0ce5742a93926))
|
||||||
whoiser:
|
whoiser:
|
||||||
specifier: ^1.18.0
|
specifier: ^1.18.0
|
||||||
version: 1.18.0(patch_hash=01fa406613b6f7b55ad41a6e49450f5a6b1b198b837c4f3fe11edc48c779189f)
|
version: 1.18.0(patch_hash=01fa406613b6f7b55ad41a6e49450f5a6b1b198b837c4f3fe11edc48c779189f)
|
||||||
@@ -100,13 +100,13 @@ importers:
|
|||||||
devDependencies:
|
devDependencies:
|
||||||
'@eslint-sukka/node':
|
'@eslint-sukka/node':
|
||||||
specifier: ^6.15.2
|
specifier: ^6.15.2
|
||||||
version: 6.15.2(eslint@9.21.0)(typescript@5.7.3)
|
version: 6.15.2(eslint@9.21.0)(typescript@5.8.2)
|
||||||
'@swc-node/register':
|
'@swc-node/register':
|
||||||
specifier: ^1.10.9
|
specifier: ^1.10.9
|
||||||
version: 1.10.9(@swc/core@1.10.18)(@swc/types@0.1.17)(typescript@5.7.3)
|
version: 1.10.9(@swc/core@1.11.5)(@swc/types@0.1.19)(typescript@5.8.2)
|
||||||
'@swc/core':
|
'@swc/core':
|
||||||
specifier: ^1.10.18
|
specifier: ^1.11.5
|
||||||
version: 1.10.18
|
version: 1.11.5
|
||||||
'@types/async-retry':
|
'@types/async-retry':
|
||||||
specifier: ^1.4.9
|
specifier: ^1.4.9
|
||||||
version: 1.4.9
|
version: 1.4.9
|
||||||
@@ -123,8 +123,8 @@ importers:
|
|||||||
specifier: ^10.0.10
|
specifier: ^10.0.10
|
||||||
version: 10.0.10
|
version: 10.0.10
|
||||||
'@types/node':
|
'@types/node':
|
||||||
specifier: ^22.13.5
|
specifier: ^22.13.8
|
||||||
version: 22.13.5
|
version: 22.13.8
|
||||||
'@types/tar-fs':
|
'@types/tar-fs':
|
||||||
specifier: ^2.0.4
|
specifier: ^2.0.4
|
||||||
version: 2.0.4
|
version: 2.0.4
|
||||||
@@ -133,7 +133,7 @@ importers:
|
|||||||
version: 9.21.0
|
version: 9.21.0
|
||||||
eslint-config-sukka:
|
eslint-config-sukka:
|
||||||
specifier: ^6.15.2
|
specifier: ^6.15.2
|
||||||
version: 6.15.2(@typescript-eslint/eslint-plugin@8.24.1(@typescript-eslint/parser@8.24.1(eslint@9.21.0)(typescript@5.7.3))(eslint@9.21.0)(typescript@5.7.3))(eslint@9.21.0)(typescript@5.7.3)
|
version: 6.15.2(@typescript-eslint/eslint-plugin@8.24.1(@typescript-eslint/parser@8.24.1(eslint@9.21.0)(typescript@5.8.2))(eslint@9.21.0)(typescript@5.8.2))(eslint@9.21.0)(typescript@5.8.2)
|
||||||
eslint-formatter-sukka:
|
eslint-formatter-sukka:
|
||||||
specifier: ^6.15.2
|
specifier: ^6.15.2
|
||||||
version: 6.15.2
|
version: 6.15.2
|
||||||
@@ -147,8 +147,8 @@ importers:
|
|||||||
specifier: ^11.1.0
|
specifier: ^11.1.0
|
||||||
version: 11.1.0
|
version: 11.1.0
|
||||||
typescript:
|
typescript:
|
||||||
specifier: ^5.7.3
|
specifier: ^5.8.2
|
||||||
version: 5.7.3
|
version: 5.8.2
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
@@ -391,68 +391,68 @@ packages:
|
|||||||
'@swc-node/sourcemap-support@0.5.1':
|
'@swc-node/sourcemap-support@0.5.1':
|
||||||
resolution: {integrity: sha512-JxIvIo/Hrpv0JCHSyRpetAdQ6lB27oFYhv0PKCNf1g2gUXOjpeR1exrXccRxLMuAV5WAmGFBwRnNOJqN38+qtg==}
|
resolution: {integrity: sha512-JxIvIo/Hrpv0JCHSyRpetAdQ6lB27oFYhv0PKCNf1g2gUXOjpeR1exrXccRxLMuAV5WAmGFBwRnNOJqN38+qtg==}
|
||||||
|
|
||||||
'@swc/core-darwin-arm64@1.10.18':
|
'@swc/core-darwin-arm64@1.11.5':
|
||||||
resolution: {integrity: sha512-FdGqzAIKVQJu8ROlnHElP59XAUsUzCFSNsou+tY/9ba+lhu8R9v0OI5wXiPErrKGZpQFMmx/BPqqhx3X4SuGNg==}
|
resolution: {integrity: sha512-GEd1hzEx0mSGkJYMFMGLnrGgjL2rOsOsuYWyjyiA3WLmhD7o+n/EWBDo6mzD/9aeF8dzSPC0TnW216gJbvrNzA==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
|
|
||||||
'@swc/core-darwin-x64@1.10.18':
|
'@swc/core-darwin-x64@1.11.5':
|
||||||
resolution: {integrity: sha512-RZ73gZRituL/ZVLgrW6BYnQ5g8tuStG4cLUiPGJsUZpUm0ullSH6lHFvZTCBNFTfpQChG6eEhi2IdG6DwFp1lw==}
|
resolution: {integrity: sha512-toz04z9wAClVvQSEY3xzrgyyeWBAfMWcKG4K0ugNvO56h/wczi2ZHRlnAXZW1tghKBk3z6MXqa/srfXgNhffKw==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
|
|
||||||
'@swc/core-linux-arm-gnueabihf@1.10.18':
|
'@swc/core-linux-arm-gnueabihf@1.11.5':
|
||||||
resolution: {integrity: sha512-8iJqI3EkxJuuq21UHoen1VS+QlS23RvynRuk95K+Q2HBjygetztCGGEc+Xelx9a0uPkDaaAtFvds4JMDqb9SAA==}
|
resolution: {integrity: sha512-5SjmKxXdwbBpsYGTpgeXOXMIjS563/ntRGn8Zc12H/c4VfPrRLGhgbJ/48z2XVFyBLcw7BCHZyFuVX1+ZI3W0Q==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
cpu: [arm]
|
cpu: [arm]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
'@swc/core-linux-arm64-gnu@1.10.18':
|
'@swc/core-linux-arm64-gnu@1.11.5':
|
||||||
resolution: {integrity: sha512-8f1kSktWzMB6PG+r8lOlCfXz5E8Qhsmfwonn77T/OfjvGwQaWrcoASh2cdjpk3dydbf8jsKGPQE1lSc7GyjXRQ==}
|
resolution: {integrity: sha512-pydIlInHRzRIwB0NHblz3Dx58H/bsi0I5F2deLf9iOmwPNuOGcEEZF1Qatc7YIjP5DFbXK+Dcz+pMUZb2cc2MQ==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
'@swc/core-linux-arm64-musl@1.10.18':
|
'@swc/core-linux-arm64-musl@1.11.5':
|
||||||
resolution: {integrity: sha512-4rv+E4VLdgQw6zjbTAauCAEExxChvxMpBUMCiZweTNPKbJJ2dY6BX2WGJ1ea8+RcgqR/Xysj3AFbOz1LBz6dGA==}
|
resolution: {integrity: sha512-LhBHKjkZq5tJF1Lh0NJFpx7ROnCWLckrlIAIdSt9XfOV+zuEXJQOj+NFcM1eNk17GFfFyUMOZyGZxzYq5dveEQ==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
'@swc/core-linux-x64-gnu@1.10.18':
|
'@swc/core-linux-x64-gnu@1.11.5':
|
||||||
resolution: {integrity: sha512-vTNmyRBVP+sZca+vtwygYPGTNudTU6Gl6XhaZZ7cEUTBr8xvSTgEmYXoK/2uzyXpaTUI4Bmtp1x81cGN0mMoLQ==}
|
resolution: {integrity: sha512-dCi4xkxXlsk5sQYb3i413Cfh7+wMJeBYTvBZTD5xh+/DgRtIcIJLYJ2tNjWC4/C2i5fj+Ze9bKNSdd8weRWZ3A==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
'@swc/core-linux-x64-musl@1.10.18':
|
'@swc/core-linux-x64-musl@1.11.5':
|
||||||
resolution: {integrity: sha512-1TZPReKhFCeX776XaT6wegknfg+g3zODve+r4oslFHI+g7cInfWlxoGNDS3niPKyuafgCdOjme2g3OF+zzxfsQ==}
|
resolution: {integrity: sha512-K0AC4TreM5Oo/tXNXnE/Gf5+5y/HwUdd7xvUjOpZddcX/RlsbYOKWLgOtA3fdFIuta7XC+vrGKmIhm5l70DSVQ==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
'@swc/core-win32-arm64-msvc@1.10.18':
|
'@swc/core-win32-arm64-msvc@1.11.5':
|
||||||
resolution: {integrity: sha512-o/2CsaWSN3bkzVQ6DA+BiFKSVEYvhWGA1h+wnL2zWmIDs2Knag54sOEXZkCaf8YQyZesGeXJtPEy9hh/vjJgkA==}
|
resolution: {integrity: sha512-wzum8sYUsvPY7kgUfuqVYTgIPYmBC8KPksoNM1fz5UfhudU0ciQuYvUBD47GIGOevaoxhLkjPH4CB95vh1mJ9w==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
'@swc/core-win32-ia32-msvc@1.10.18':
|
'@swc/core-win32-ia32-msvc@1.11.5':
|
||||||
resolution: {integrity: sha512-eTPASeJtk4mJDfWiYEiOC6OYUi/N7meHbNHcU8e+aKABonhXrIo/FmnTE8vsUtC6+jakT1TQBdiQ8fzJ1kJVwA==}
|
resolution: {integrity: sha512-lco7mw0TPRTpVPR6NwggJpjdUkAboGRkLrDHjIsUaR+Y5+0m5FMMkHOMxWXAbrBS5c4ph7QErp4Lma4r9Mn5og==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
cpu: [ia32]
|
cpu: [ia32]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
'@swc/core-win32-x64-msvc@1.10.18':
|
'@swc/core-win32-x64-msvc@1.11.5':
|
||||||
resolution: {integrity: sha512-1Dud8CDBnc34wkBOboFBQud9YlV1bcIQtKSg7zC8LtwR3h+XAaCayZPkpGmmAlCv1DLQPvkF+s0JcaVC9mfffQ==}
|
resolution: {integrity: sha512-E+DApLSC6JRK8VkDa4bNsBdD7Qoomx1HvKVZpOXl9v94hUZI5GMExl4vU5isvb+hPWL7rZ0NeI7ITnVLgLJRbA==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
'@swc/core@1.10.18':
|
'@swc/core@1.11.5':
|
||||||
resolution: {integrity: sha512-IUWKD6uQYGRy8w2X9EZrtYg1O3SCijlHbCXzMaHQYc1X7yjijQh4H3IVL9ssZZyVp2ZDfQZu4bD5DWxxvpyjvg==}
|
resolution: {integrity: sha512-EVY7zfpehxhTZXOfy508gb3D78ihoGGmvyiTWtlBPjgIaidP1Xw0naHMD78CWiFlZmeDjKXJufGtsEGOnZdmNA==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@swc/helpers': '*'
|
'@swc/helpers': '*'
|
||||||
@@ -463,8 +463,8 @@ packages:
|
|||||||
'@swc/counter@0.1.3':
|
'@swc/counter@0.1.3':
|
||||||
resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==}
|
resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==}
|
||||||
|
|
||||||
'@swc/types@0.1.17':
|
'@swc/types@0.1.19':
|
||||||
resolution: {integrity: sha512-V5gRru+aD8YVyCOMAjMpWR1Ui577DD5KSJsHP8RAxopAH22jFz6GZd/qxqjO6MJHQhcsjvjOFXyDhyLQUnMveQ==}
|
resolution: {integrity: sha512-WkAZaAfj44kh/UFdAQcrMP1I0nwRqpt27u+08LMBYMqmQfwwMofYoMh/48NGkMMRfC4ynpfwRbJuu8ErfNloeA==}
|
||||||
|
|
||||||
'@tybys/wasm-util@0.9.0':
|
'@tybys/wasm-util@0.9.0':
|
||||||
resolution: {integrity: sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==}
|
resolution: {integrity: sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==}
|
||||||
@@ -502,8 +502,8 @@ packages:
|
|||||||
'@types/mocha@10.0.10':
|
'@types/mocha@10.0.10':
|
||||||
resolution: {integrity: sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==}
|
resolution: {integrity: sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==}
|
||||||
|
|
||||||
'@types/node@22.13.5':
|
'@types/node@22.13.8':
|
||||||
resolution: {integrity: sha512-+lTU0PxZXn0Dr1NBtC7Y8cR21AJr87dLLU953CWA6pMxxv/UDc7jYAY90upcrie1nRcD6XNG5HOYEDtgW5TxAg==}
|
resolution: {integrity: sha512-G3EfaZS+iOGYWLLRCEAXdWK9my08oHNZ+FHluRiggIYJPOXzhOiDgpVCUHaUvyIC5/fj7C/p637jdzC666AOKQ==}
|
||||||
|
|
||||||
'@types/retry@0.12.5':
|
'@types/retry@0.12.5':
|
||||||
resolution: {integrity: sha512-3xSjTp3v03X/lSQLkczaN9UIEwJMoMCA1+Nb5HfbJEQWogdeQIyVtTvxPXDQjZ5zws8rFQfVfRdz03ARihPJgw==}
|
resolution: {integrity: sha512-3xSjTp3v03X/lSQLkczaN9UIEwJMoMCA1+Nb5HfbJEQWogdeQIyVtTvxPXDQjZ5zws8rFQfVfRdz03ARihPJgw==}
|
||||||
@@ -1589,14 +1589,14 @@ packages:
|
|||||||
resolution: {integrity: sha512-32TmKeeKUahv0Go8WmQgiEp9Y21NuxjwjqiRC1nrUB51YacfSwuB44xgXD+HdIppmMRgjQNPdrHyA6vIybYZ+g==}
|
resolution: {integrity: sha512-32TmKeeKUahv0Go8WmQgiEp9Y21NuxjwjqiRC1nrUB51YacfSwuB44xgXD+HdIppmMRgjQNPdrHyA6vIybYZ+g==}
|
||||||
engines: {node: '>=12.0.0'}
|
engines: {node: '>=12.0.0'}
|
||||||
|
|
||||||
tldts-core@6.1.78:
|
tldts-core@6.1.82:
|
||||||
resolution: {integrity: sha512-jS0svNsB99jR6AJBmfmEWuKIgz91Haya91Z43PATaeHJ24BkMoNRb/jlaD37VYjb0mYf6gRL/HOnvS1zEnYBiw==}
|
resolution: {integrity: sha512-Jabl32m21tt/d/PbDO88R43F8aY98Piiz6BVH9ShUlOAiiAELhEqwrAmBocjAqnCfoUeIsRU+h3IEzZd318F3w==}
|
||||||
|
|
||||||
tldts-experimental@6.1.78:
|
tldts-experimental@6.1.82:
|
||||||
resolution: {integrity: sha512-Va3dLQizeJ0PKGqbwSi8oW58xS2b/rXrRmHdk1ePyoDHZmedp/F3C7vHsnmGmKL1QDsE6Sb9ypJLRfIzvTMl6A==}
|
resolution: {integrity: sha512-0u+zRKQwEfLm9TYJQ16S6GFgzuFK/pn95sg0m81IUR7tzD8iDvy2YxSPR8Ycsu718tfhu+Lbn9BU8dlaTYjXUA==}
|
||||||
|
|
||||||
tldts@6.1.78:
|
tldts@6.1.82:
|
||||||
resolution: {integrity: sha512-fSgYrW0ITH0SR/CqKMXIruYIPpNu5aDgUp22UhYoSrnUQwc7SBqifEBFNce7AAcygUPBo6a/gbtcguWdmko4RQ==}
|
resolution: {integrity: sha512-KCTjNL9F7j8MzxgfTgjT+v21oYH38OidFty7dH00maWANAI2IsLw2AnThtTJi9HKALHZKQQWnNebYheadacD+g==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
to-regex-range@5.0.1:
|
to-regex-range@5.0.1:
|
||||||
@@ -1626,8 +1626,8 @@ packages:
|
|||||||
eslint: ^8.57.0 || ^9.0.0
|
eslint: ^8.57.0 || ^9.0.0
|
||||||
typescript: '>=4.8.4 <5.8.0'
|
typescript: '>=4.8.4 <5.8.0'
|
||||||
|
|
||||||
typescript@5.7.3:
|
typescript@5.8.2:
|
||||||
resolution: {integrity: sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==}
|
resolution: {integrity: sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==}
|
||||||
engines: {node: '>=14.17'}
|
engines: {node: '>=14.17'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
@@ -1642,8 +1642,8 @@ packages:
|
|||||||
undici-types@6.20.0:
|
undici-types@6.20.0:
|
||||||
resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==}
|
resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==}
|
||||||
|
|
||||||
undici@7.3.0:
|
undici@7.4.0:
|
||||||
resolution: {integrity: sha512-Qy96NND4Dou5jKoSJ2gm8ax8AJM/Ey9o9mz7KN1bb9GP+G0l20Zw8afxTnY2f4b7hmhn/z8aC2kfArVQlAhFBw==}
|
resolution: {integrity: sha512-PUQM3/es3noM24oUn10u3kNNap0AbxESOmnssmW+dOi9yGwlUSi5nTNYl3bNbTkWOF8YZDkx2tCmj9OtQ3iGGw==}
|
||||||
engines: {node: '>=20.18.1'}
|
engines: {node: '>=20.18.1'}
|
||||||
|
|
||||||
uri-js@4.4.1:
|
uri-js@4.4.1:
|
||||||
@@ -1759,21 +1759,21 @@ snapshots:
|
|||||||
|
|
||||||
'@eslint-community/regexpp@4.12.1': {}
|
'@eslint-community/regexpp@4.12.1': {}
|
||||||
|
|
||||||
'@eslint-sukka/node@6.15.2(eslint@9.21.0)(typescript@5.7.3)':
|
'@eslint-sukka/node@6.15.2(eslint@9.21.0)(typescript@5.8.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-sukka/shared': 6.15.2(eslint@9.21.0)(typescript@5.7.3)
|
'@eslint-sukka/shared': 6.15.2(eslint@9.21.0)(typescript@5.8.2)
|
||||||
eslint-plugin-n: 17.15.1(eslint@9.21.0)
|
eslint-plugin-n: 17.15.1(eslint@9.21.0)
|
||||||
eslint-plugin-sukka: 6.15.2(eslint@9.21.0)(typescript@5.7.3)
|
eslint-plugin-sukka: 6.15.2(eslint@9.21.0)(typescript@5.8.2)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- eslint
|
- eslint
|
||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
'@eslint-sukka/shared@6.15.2(eslint@9.21.0)(typescript@5.7.3)':
|
'@eslint-sukka/shared@6.15.2(eslint@9.21.0)(typescript@5.8.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@dual-bundle/import-meta-resolve': 4.1.0
|
'@dual-bundle/import-meta-resolve': 4.1.0
|
||||||
'@package-json/types': 0.0.11
|
'@package-json/types': 0.0.11
|
||||||
'@typescript-eslint/utils': 8.24.1(eslint@9.21.0)(typescript@5.7.3)
|
'@typescript-eslint/utils': 8.24.1(eslint@9.21.0)(typescript@5.8.2)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- eslint
|
- eslint
|
||||||
- supports-color
|
- supports-color
|
||||||
@@ -1829,7 +1829,7 @@ snapshots:
|
|||||||
'@remusao/guess-url-type': 1.3.0
|
'@remusao/guess-url-type': 1.3.0
|
||||||
'@remusao/small': 1.3.0
|
'@remusao/small': 1.3.0
|
||||||
'@remusao/smaz': 1.10.0
|
'@remusao/smaz': 1.10.0
|
||||||
tldts-experimental: 6.1.78
|
tldts-experimental: 6.1.82
|
||||||
|
|
||||||
'@henrygd/queue@1.0.7': {}
|
'@henrygd/queue@1.0.7': {}
|
||||||
|
|
||||||
@@ -1868,7 +1868,7 @@ snapshots:
|
|||||||
'@jest/schemas': 29.6.3
|
'@jest/schemas': 29.6.3
|
||||||
'@types/istanbul-lib-coverage': 2.0.6
|
'@types/istanbul-lib-coverage': 2.0.6
|
||||||
'@types/istanbul-reports': 3.0.4
|
'@types/istanbul-reports': 3.0.4
|
||||||
'@types/node': 22.13.5
|
'@types/node': 22.13.8
|
||||||
'@types/yargs': 17.0.33
|
'@types/yargs': 17.0.33
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
|
|
||||||
@@ -1954,22 +1954,22 @@ snapshots:
|
|||||||
|
|
||||||
'@sinclair/typebox@0.27.8': {}
|
'@sinclair/typebox@0.27.8': {}
|
||||||
|
|
||||||
'@swc-node/core@1.13.3(@swc/core@1.10.18)(@swc/types@0.1.17)':
|
'@swc-node/core@1.13.3(@swc/core@1.11.5)(@swc/types@0.1.19)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@swc/core': 1.10.18
|
'@swc/core': 1.11.5
|
||||||
'@swc/types': 0.1.17
|
'@swc/types': 0.1.19
|
||||||
|
|
||||||
'@swc-node/register@1.10.9(@swc/core@1.10.18)(@swc/types@0.1.17)(typescript@5.7.3)':
|
'@swc-node/register@1.10.9(@swc/core@1.11.5)(@swc/types@0.1.19)(typescript@5.8.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@swc-node/core': 1.13.3(@swc/core@1.10.18)(@swc/types@0.1.17)
|
'@swc-node/core': 1.13.3(@swc/core@1.11.5)(@swc/types@0.1.19)
|
||||||
'@swc-node/sourcemap-support': 0.5.1
|
'@swc-node/sourcemap-support': 0.5.1
|
||||||
'@swc/core': 1.10.18
|
'@swc/core': 1.11.5
|
||||||
colorette: 2.0.20
|
colorette: 2.0.20
|
||||||
debug: 4.4.0(supports-color@8.1.1)
|
debug: 4.4.0(supports-color@8.1.1)
|
||||||
oxc-resolver: 1.12.0
|
oxc-resolver: 1.12.0
|
||||||
pirates: 4.0.6
|
pirates: 4.0.6
|
||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
typescript: 5.7.3
|
typescript: 5.8.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@swc/types'
|
- '@swc/types'
|
||||||
- supports-color
|
- supports-color
|
||||||
@@ -1979,55 +1979,55 @@ snapshots:
|
|||||||
source-map-support: 0.5.21
|
source-map-support: 0.5.21
|
||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
|
|
||||||
'@swc/core-darwin-arm64@1.10.18':
|
'@swc/core-darwin-arm64@1.11.5':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@swc/core-darwin-x64@1.10.18':
|
'@swc/core-darwin-x64@1.11.5':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@swc/core-linux-arm-gnueabihf@1.10.18':
|
'@swc/core-linux-arm-gnueabihf@1.11.5':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@swc/core-linux-arm64-gnu@1.10.18':
|
'@swc/core-linux-arm64-gnu@1.11.5':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@swc/core-linux-arm64-musl@1.10.18':
|
'@swc/core-linux-arm64-musl@1.11.5':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@swc/core-linux-x64-gnu@1.10.18':
|
'@swc/core-linux-x64-gnu@1.11.5':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@swc/core-linux-x64-musl@1.10.18':
|
'@swc/core-linux-x64-musl@1.11.5':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@swc/core-win32-arm64-msvc@1.10.18':
|
'@swc/core-win32-arm64-msvc@1.11.5':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@swc/core-win32-ia32-msvc@1.10.18':
|
'@swc/core-win32-ia32-msvc@1.11.5':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@swc/core-win32-x64-msvc@1.10.18':
|
'@swc/core-win32-x64-msvc@1.11.5':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@swc/core@1.10.18':
|
'@swc/core@1.11.5':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@swc/counter': 0.1.3
|
'@swc/counter': 0.1.3
|
||||||
'@swc/types': 0.1.17
|
'@swc/types': 0.1.19
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@swc/core-darwin-arm64': 1.10.18
|
'@swc/core-darwin-arm64': 1.11.5
|
||||||
'@swc/core-darwin-x64': 1.10.18
|
'@swc/core-darwin-x64': 1.11.5
|
||||||
'@swc/core-linux-arm-gnueabihf': 1.10.18
|
'@swc/core-linux-arm-gnueabihf': 1.11.5
|
||||||
'@swc/core-linux-arm64-gnu': 1.10.18
|
'@swc/core-linux-arm64-gnu': 1.11.5
|
||||||
'@swc/core-linux-arm64-musl': 1.10.18
|
'@swc/core-linux-arm64-musl': 1.11.5
|
||||||
'@swc/core-linux-x64-gnu': 1.10.18
|
'@swc/core-linux-x64-gnu': 1.11.5
|
||||||
'@swc/core-linux-x64-musl': 1.10.18
|
'@swc/core-linux-x64-musl': 1.11.5
|
||||||
'@swc/core-win32-arm64-msvc': 1.10.18
|
'@swc/core-win32-arm64-msvc': 1.11.5
|
||||||
'@swc/core-win32-ia32-msvc': 1.10.18
|
'@swc/core-win32-ia32-msvc': 1.11.5
|
||||||
'@swc/core-win32-x64-msvc': 1.10.18
|
'@swc/core-win32-x64-msvc': 1.11.5
|
||||||
|
|
||||||
'@swc/counter@0.1.3': {}
|
'@swc/counter@0.1.3': {}
|
||||||
|
|
||||||
'@swc/types@0.1.17':
|
'@swc/types@0.1.19':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@swc/counter': 0.1.3
|
'@swc/counter': 0.1.3
|
||||||
|
|
||||||
@@ -2042,11 +2042,11 @@ snapshots:
|
|||||||
|
|
||||||
'@types/better-sqlite3@7.6.12':
|
'@types/better-sqlite3@7.6.12':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 22.13.5
|
'@types/node': 22.13.8
|
||||||
|
|
||||||
'@types/dns2@2.0.9':
|
'@types/dns2@2.0.9':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 22.13.5
|
'@types/node': 22.13.8
|
||||||
|
|
||||||
'@types/doctrine@0.0.9': {}
|
'@types/doctrine@0.0.9': {}
|
||||||
|
|
||||||
@@ -2068,7 +2068,7 @@ snapshots:
|
|||||||
|
|
||||||
'@types/mocha@10.0.10': {}
|
'@types/mocha@10.0.10': {}
|
||||||
|
|
||||||
'@types/node@22.13.5':
|
'@types/node@22.13.8':
|
||||||
dependencies:
|
dependencies:
|
||||||
undici-types: 6.20.0
|
undici-types: 6.20.0
|
||||||
|
|
||||||
@@ -2078,12 +2078,12 @@ snapshots:
|
|||||||
|
|
||||||
'@types/tar-fs@2.0.4':
|
'@types/tar-fs@2.0.4':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 22.13.5
|
'@types/node': 22.13.8
|
||||||
'@types/tar-stream': 3.1.3
|
'@types/tar-stream': 3.1.3
|
||||||
|
|
||||||
'@types/tar-stream@3.1.3':
|
'@types/tar-stream@3.1.3':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 22.13.5
|
'@types/node': 22.13.8
|
||||||
|
|
||||||
'@types/yargs-parser@21.0.3': {}
|
'@types/yargs-parser@21.0.3': {}
|
||||||
|
|
||||||
@@ -2091,32 +2091,32 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@types/yargs-parser': 21.0.3
|
'@types/yargs-parser': 21.0.3
|
||||||
|
|
||||||
'@typescript-eslint/eslint-plugin@8.24.1(@typescript-eslint/parser@8.24.1(eslint@9.21.0)(typescript@5.7.3))(eslint@9.21.0)(typescript@5.7.3)':
|
'@typescript-eslint/eslint-plugin@8.24.1(@typescript-eslint/parser@8.24.1(eslint@9.21.0)(typescript@5.8.2))(eslint@9.21.0)(typescript@5.8.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/regexpp': 4.12.1
|
'@eslint-community/regexpp': 4.12.1
|
||||||
'@typescript-eslint/parser': 8.24.1(eslint@9.21.0)(typescript@5.7.3)
|
'@typescript-eslint/parser': 8.24.1(eslint@9.21.0)(typescript@5.8.2)
|
||||||
'@typescript-eslint/scope-manager': 8.24.1
|
'@typescript-eslint/scope-manager': 8.24.1
|
||||||
'@typescript-eslint/type-utils': 8.24.1(eslint@9.21.0)(typescript@5.7.3)
|
'@typescript-eslint/type-utils': 8.24.1(eslint@9.21.0)(typescript@5.8.2)
|
||||||
'@typescript-eslint/utils': 8.24.1(eslint@9.21.0)(typescript@5.7.3)
|
'@typescript-eslint/utils': 8.24.1(eslint@9.21.0)(typescript@5.8.2)
|
||||||
'@typescript-eslint/visitor-keys': 8.24.1
|
'@typescript-eslint/visitor-keys': 8.24.1
|
||||||
eslint: 9.21.0
|
eslint: 9.21.0
|
||||||
graphemer: 1.4.0
|
graphemer: 1.4.0
|
||||||
ignore: 5.3.2
|
ignore: 5.3.2
|
||||||
natural-compare: 1.4.0
|
natural-compare: 1.4.0
|
||||||
ts-api-utils: 2.0.1(typescript@5.7.3)
|
ts-api-utils: 2.0.1(typescript@5.8.2)
|
||||||
typescript: 5.7.3
|
typescript: 5.8.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/parser@8.24.1(eslint@9.21.0)(typescript@5.7.3)':
|
'@typescript-eslint/parser@8.24.1(eslint@9.21.0)(typescript@5.8.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/scope-manager': 8.24.1
|
'@typescript-eslint/scope-manager': 8.24.1
|
||||||
'@typescript-eslint/types': 8.24.1
|
'@typescript-eslint/types': 8.24.1
|
||||||
'@typescript-eslint/typescript-estree': 8.24.1(typescript@5.7.3)
|
'@typescript-eslint/typescript-estree': 8.24.1(typescript@5.8.2)
|
||||||
'@typescript-eslint/visitor-keys': 8.24.1
|
'@typescript-eslint/visitor-keys': 8.24.1
|
||||||
debug: 4.4.0(supports-color@8.1.1)
|
debug: 4.4.0(supports-color@8.1.1)
|
||||||
eslint: 9.21.0
|
eslint: 9.21.0
|
||||||
typescript: 5.7.3
|
typescript: 5.8.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
@@ -2130,14 +2130,14 @@ snapshots:
|
|||||||
'@typescript-eslint/types': 8.24.1
|
'@typescript-eslint/types': 8.24.1
|
||||||
'@typescript-eslint/visitor-keys': 8.24.1
|
'@typescript-eslint/visitor-keys': 8.24.1
|
||||||
|
|
||||||
'@typescript-eslint/type-utils@8.24.1(eslint@9.21.0)(typescript@5.7.3)':
|
'@typescript-eslint/type-utils@8.24.1(eslint@9.21.0)(typescript@5.8.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/typescript-estree': 8.24.1(typescript@5.7.3)
|
'@typescript-eslint/typescript-estree': 8.24.1(typescript@5.8.2)
|
||||||
'@typescript-eslint/utils': 8.24.1(eslint@9.21.0)(typescript@5.7.3)
|
'@typescript-eslint/utils': 8.24.1(eslint@9.21.0)(typescript@5.8.2)
|
||||||
debug: 4.4.0(supports-color@8.1.1)
|
debug: 4.4.0(supports-color@8.1.1)
|
||||||
eslint: 9.21.0
|
eslint: 9.21.0
|
||||||
ts-api-utils: 2.0.1(typescript@5.7.3)
|
ts-api-utils: 2.0.1(typescript@5.8.2)
|
||||||
typescript: 5.7.3
|
typescript: 5.8.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
@@ -2145,7 +2145,7 @@ snapshots:
|
|||||||
|
|
||||||
'@typescript-eslint/types@8.24.1': {}
|
'@typescript-eslint/types@8.24.1': {}
|
||||||
|
|
||||||
'@typescript-eslint/typescript-estree@8.24.0(typescript@5.7.3)':
|
'@typescript-eslint/typescript-estree@8.24.0(typescript@5.8.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 8.24.0
|
'@typescript-eslint/types': 8.24.0
|
||||||
'@typescript-eslint/visitor-keys': 8.24.0
|
'@typescript-eslint/visitor-keys': 8.24.0
|
||||||
@@ -2154,12 +2154,12 @@ snapshots:
|
|||||||
is-glob: 4.0.3
|
is-glob: 4.0.3
|
||||||
minimatch: 9.0.5
|
minimatch: 9.0.5
|
||||||
semver: 7.7.1
|
semver: 7.7.1
|
||||||
ts-api-utils: 2.0.1(typescript@5.7.3)
|
ts-api-utils: 2.0.1(typescript@5.8.2)
|
||||||
typescript: 5.7.3
|
typescript: 5.8.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/typescript-estree@8.24.1(typescript@5.7.3)':
|
'@typescript-eslint/typescript-estree@8.24.1(typescript@5.8.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 8.24.1
|
'@typescript-eslint/types': 8.24.1
|
||||||
'@typescript-eslint/visitor-keys': 8.24.1
|
'@typescript-eslint/visitor-keys': 8.24.1
|
||||||
@@ -2168,30 +2168,30 @@ snapshots:
|
|||||||
is-glob: 4.0.3
|
is-glob: 4.0.3
|
||||||
minimatch: 9.0.5
|
minimatch: 9.0.5
|
||||||
semver: 7.7.1
|
semver: 7.7.1
|
||||||
ts-api-utils: 2.0.1(typescript@5.7.3)
|
ts-api-utils: 2.0.1(typescript@5.8.2)
|
||||||
typescript: 5.7.3
|
typescript: 5.8.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/utils@8.24.0(eslint@9.21.0)(typescript@5.7.3)':
|
'@typescript-eslint/utils@8.24.0(eslint@9.21.0)(typescript@5.8.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.1(eslint@9.21.0)
|
'@eslint-community/eslint-utils': 4.4.1(eslint@9.21.0)
|
||||||
'@typescript-eslint/scope-manager': 8.24.0
|
'@typescript-eslint/scope-manager': 8.24.0
|
||||||
'@typescript-eslint/types': 8.24.0
|
'@typescript-eslint/types': 8.24.0
|
||||||
'@typescript-eslint/typescript-estree': 8.24.0(typescript@5.7.3)
|
'@typescript-eslint/typescript-estree': 8.24.0(typescript@5.8.2)
|
||||||
eslint: 9.21.0
|
eslint: 9.21.0
|
||||||
typescript: 5.7.3
|
typescript: 5.8.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/utils@8.24.1(eslint@9.21.0)(typescript@5.7.3)':
|
'@typescript-eslint/utils@8.24.1(eslint@9.21.0)(typescript@5.8.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.1(eslint@9.21.0)
|
'@eslint-community/eslint-utils': 4.4.1(eslint@9.21.0)
|
||||||
'@typescript-eslint/scope-manager': 8.24.1
|
'@typescript-eslint/scope-manager': 8.24.1
|
||||||
'@typescript-eslint/types': 8.24.1
|
'@typescript-eslint/types': 8.24.1
|
||||||
'@typescript-eslint/typescript-estree': 8.24.1(typescript@5.7.3)
|
'@typescript-eslint/typescript-estree': 8.24.1(typescript@5.8.2)
|
||||||
eslint: 9.21.0
|
eslint: 9.21.0
|
||||||
typescript: 5.7.3
|
typescript: 5.8.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
@@ -2433,27 +2433,27 @@ snapshots:
|
|||||||
eslint: 9.21.0
|
eslint: 9.21.0
|
||||||
semver: 7.7.1
|
semver: 7.7.1
|
||||||
|
|
||||||
eslint-config-sukka@6.15.2(@typescript-eslint/eslint-plugin@8.24.1(@typescript-eslint/parser@8.24.1(eslint@9.21.0)(typescript@5.7.3))(eslint@9.21.0)(typescript@5.7.3))(eslint@9.21.0)(typescript@5.7.3):
|
eslint-config-sukka@6.15.2(@typescript-eslint/eslint-plugin@8.24.1(@typescript-eslint/parser@8.24.1(eslint@9.21.0)(typescript@5.8.2))(eslint@9.21.0)(typescript@5.8.2))(eslint@9.21.0)(typescript@5.8.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-plugin-eslint-comments': 4.4.1(eslint@9.21.0)
|
'@eslint-community/eslint-plugin-eslint-comments': 4.4.1(eslint@9.21.0)
|
||||||
'@eslint-sukka/shared': 6.15.2(eslint@9.21.0)(typescript@5.7.3)
|
'@eslint-sukka/shared': 6.15.2(eslint@9.21.0)(typescript@5.8.2)
|
||||||
'@eslint/js': 9.20.0
|
'@eslint/js': 9.20.0
|
||||||
'@typescript-eslint/parser': 8.24.1(eslint@9.21.0)(typescript@5.7.3)
|
'@typescript-eslint/parser': 8.24.1(eslint@9.21.0)(typescript@5.8.2)
|
||||||
ci-info: 4.1.0
|
ci-info: 4.1.0
|
||||||
defu: 6.1.4
|
defu: 6.1.4
|
||||||
eslint-import-resolver-typescript: 3.8.1(eslint-plugin-import-x@4.6.1(eslint@9.21.0)(typescript@5.7.3))(eslint@9.21.0)
|
eslint-import-resolver-typescript: 3.8.1(eslint-plugin-import-x@4.6.1(eslint@9.21.0)(typescript@5.8.2))(eslint@9.21.0)
|
||||||
eslint-plugin-autofix: 2.2.0(eslint@9.21.0)
|
eslint-plugin-autofix: 2.2.0(eslint@9.21.0)
|
||||||
eslint-plugin-de-morgan: 1.0.1(eslint@9.21.0)
|
eslint-plugin-de-morgan: 1.0.1(eslint@9.21.0)
|
||||||
eslint-plugin-import-x: 4.6.1(eslint@9.21.0)(typescript@5.7.3)
|
eslint-plugin-import-x: 4.6.1(eslint@9.21.0)(typescript@5.8.2)
|
||||||
eslint-plugin-jsonc: 2.19.1(eslint@9.21.0)
|
eslint-plugin-jsonc: 2.19.1(eslint@9.21.0)
|
||||||
eslint-plugin-promise: 7.2.1(eslint@9.21.0)
|
eslint-plugin-promise: 7.2.1(eslint@9.21.0)
|
||||||
eslint-plugin-regexp: 2.7.0(eslint@9.21.0)
|
eslint-plugin-regexp: 2.7.0(eslint@9.21.0)
|
||||||
eslint-plugin-sukka: 6.15.2(eslint@9.21.0)(typescript@5.7.3)
|
eslint-plugin-sukka: 6.15.2(eslint@9.21.0)(typescript@5.8.2)
|
||||||
eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.24.1(@typescript-eslint/parser@8.24.1(eslint@9.21.0)(typescript@5.7.3))(eslint@9.21.0)(typescript@5.7.3))(eslint@9.21.0)
|
eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.24.1(@typescript-eslint/parser@8.24.1(eslint@9.21.0)(typescript@5.8.2))(eslint@9.21.0)(typescript@5.8.2))(eslint@9.21.0)
|
||||||
foxts: 1.5.1
|
foxts: 1.5.1
|
||||||
jsonc-eslint-parser: 2.4.0
|
jsonc-eslint-parser: 2.4.0
|
||||||
picocolors: 1.1.1
|
picocolors: 1.1.1
|
||||||
typescript-eslint: 8.24.1(eslint@9.21.0)(typescript@5.7.3)
|
typescript-eslint: 8.24.1(eslint@9.21.0)(typescript@5.8.2)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@eslint/json'
|
- '@eslint/json'
|
||||||
- '@typescript-eslint/eslint-plugin'
|
- '@typescript-eslint/eslint-plugin'
|
||||||
@@ -2475,7 +2475,7 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
eslint-import-resolver-typescript@3.8.1(eslint-plugin-import-x@4.6.1(eslint@9.21.0)(typescript@5.7.3))(eslint@9.21.0):
|
eslint-import-resolver-typescript@3.8.1(eslint-plugin-import-x@4.6.1(eslint@9.21.0)(typescript@5.8.2))(eslint@9.21.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nolyfill/is-core-module': 1.0.39
|
'@nolyfill/is-core-module': 1.0.39
|
||||||
debug: 4.4.0(supports-color@8.1.1)
|
debug: 4.4.0(supports-color@8.1.1)
|
||||||
@@ -2486,7 +2486,7 @@ snapshots:
|
|||||||
stable-hash: 0.0.4
|
stable-hash: 0.0.4
|
||||||
tinyglobby: 0.2.11
|
tinyglobby: 0.2.11
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
eslint-plugin-import-x: 4.6.1(eslint@9.21.0)(typescript@5.7.3)
|
eslint-plugin-import-x: 4.6.1(eslint@9.21.0)(typescript@5.8.2)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
@@ -2515,11 +2515,11 @@ snapshots:
|
|||||||
eslint: 9.21.0
|
eslint: 9.21.0
|
||||||
eslint-compat-utils: 0.5.1(eslint@9.21.0)
|
eslint-compat-utils: 0.5.1(eslint@9.21.0)
|
||||||
|
|
||||||
eslint-plugin-import-x@4.6.1(eslint@9.21.0)(typescript@5.7.3):
|
eslint-plugin-import-x@4.6.1(eslint@9.21.0)(typescript@5.8.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/doctrine': 0.0.9
|
'@types/doctrine': 0.0.9
|
||||||
'@typescript-eslint/scope-manager': 8.24.0
|
'@typescript-eslint/scope-manager': 8.24.0
|
||||||
'@typescript-eslint/utils': 8.24.0(eslint@9.21.0)(typescript@5.7.3)
|
'@typescript-eslint/utils': 8.24.0(eslint@9.21.0)(typescript@5.8.2)
|
||||||
debug: 4.4.0(supports-color@8.1.1)
|
debug: 4.4.0(supports-color@8.1.1)
|
||||||
doctrine: 3.0.0
|
doctrine: 3.0.0
|
||||||
enhanced-resolve: 5.18.1
|
enhanced-resolve: 5.18.1
|
||||||
@@ -2577,24 +2577,24 @@ snapshots:
|
|||||||
regexp-ast-analysis: 0.7.1
|
regexp-ast-analysis: 0.7.1
|
||||||
scslre: 0.3.0
|
scslre: 0.3.0
|
||||||
|
|
||||||
eslint-plugin-sukka@6.15.2(eslint@9.21.0)(typescript@5.7.3):
|
eslint-plugin-sukka@6.15.2(eslint@9.21.0)(typescript@5.8.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/regexpp': 4.12.1
|
'@eslint-community/regexpp': 4.12.1
|
||||||
'@eslint-sukka/shared': 6.15.2(eslint@9.21.0)(typescript@5.7.3)
|
'@eslint-sukka/shared': 6.15.2(eslint@9.21.0)(typescript@5.8.2)
|
||||||
'@typescript-eslint/type-utils': 8.24.1(eslint@9.21.0)(typescript@5.7.3)
|
'@typescript-eslint/type-utils': 8.24.1(eslint@9.21.0)(typescript@5.8.2)
|
||||||
'@typescript-eslint/utils': 8.24.1(eslint@9.21.0)(typescript@5.7.3)
|
'@typescript-eslint/utils': 8.24.1(eslint@9.21.0)(typescript@5.8.2)
|
||||||
foxts: 1.5.1
|
foxts: 1.5.1
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.7.3
|
typescript: 5.8.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- eslint
|
- eslint
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.24.1(@typescript-eslint/parser@8.24.1(eslint@9.21.0)(typescript@5.7.3))(eslint@9.21.0)(typescript@5.7.3))(eslint@9.21.0):
|
eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.24.1(@typescript-eslint/parser@8.24.1(eslint@9.21.0)(typescript@5.8.2))(eslint@9.21.0)(typescript@5.8.2))(eslint@9.21.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.21.0
|
eslint: 9.21.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@typescript-eslint/eslint-plugin': 8.24.1(@typescript-eslint/parser@8.24.1(eslint@9.21.0)(typescript@5.7.3))(eslint@9.21.0)(typescript@5.7.3)
|
'@typescript-eslint/eslint-plugin': 8.24.1(@typescript-eslint/parser@8.24.1(eslint@9.21.0)(typescript@5.8.2))(eslint@9.21.0)(typescript@5.8.2)
|
||||||
|
|
||||||
eslint-rule-composer@0.3.0: {}
|
eslint-rule-composer@0.3.0: {}
|
||||||
|
|
||||||
@@ -2869,7 +2869,7 @@ snapshots:
|
|||||||
jest-util@29.7.0:
|
jest-util@29.7.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jest/types': 29.6.3
|
'@jest/types': 29.6.3
|
||||||
'@types/node': 22.13.5
|
'@types/node': 22.13.8
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
ci-info: 3.9.0
|
ci-info: 3.9.0
|
||||||
graceful-fs: 4.2.11
|
graceful-fs: 4.2.11
|
||||||
@@ -3270,23 +3270,23 @@ snapshots:
|
|||||||
fdir: 6.4.3(picomatch@4.0.2)
|
fdir: 6.4.3(picomatch@4.0.2)
|
||||||
picomatch: 4.0.2
|
picomatch: 4.0.2
|
||||||
|
|
||||||
tldts-core@6.1.78: {}
|
tldts-core@6.1.82: {}
|
||||||
|
|
||||||
tldts-experimental@6.1.78:
|
tldts-experimental@6.1.82:
|
||||||
dependencies:
|
dependencies:
|
||||||
tldts-core: 6.1.78
|
tldts-core: 6.1.82
|
||||||
|
|
||||||
tldts@6.1.78:
|
tldts@6.1.82:
|
||||||
dependencies:
|
dependencies:
|
||||||
tldts-core: 6.1.78
|
tldts-core: 6.1.82
|
||||||
|
|
||||||
to-regex-range@5.0.1:
|
to-regex-range@5.0.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
is-number: 7.0.0
|
is-number: 7.0.0
|
||||||
|
|
||||||
ts-api-utils@2.0.1(typescript@5.7.3):
|
ts-api-utils@2.0.1(typescript@5.8.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
typescript: 5.7.3
|
typescript: 5.8.2
|
||||||
|
|
||||||
tslib@2.8.1: {}
|
tslib@2.8.1: {}
|
||||||
|
|
||||||
@@ -3298,28 +3298,28 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
prelude-ls: 1.2.1
|
prelude-ls: 1.2.1
|
||||||
|
|
||||||
typescript-eslint@8.24.1(eslint@9.21.0)(typescript@5.7.3):
|
typescript-eslint@8.24.1(eslint@9.21.0)(typescript@5.8.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/eslint-plugin': 8.24.1(@typescript-eslint/parser@8.24.1(eslint@9.21.0)(typescript@5.7.3))(eslint@9.21.0)(typescript@5.7.3)
|
'@typescript-eslint/eslint-plugin': 8.24.1(@typescript-eslint/parser@8.24.1(eslint@9.21.0)(typescript@5.8.2))(eslint@9.21.0)(typescript@5.8.2)
|
||||||
'@typescript-eslint/parser': 8.24.1(eslint@9.21.0)(typescript@5.7.3)
|
'@typescript-eslint/parser': 8.24.1(eslint@9.21.0)(typescript@5.8.2)
|
||||||
'@typescript-eslint/utils': 8.24.1(eslint@9.21.0)(typescript@5.7.3)
|
'@typescript-eslint/utils': 8.24.1(eslint@9.21.0)(typescript@5.8.2)
|
||||||
eslint: 9.21.0
|
eslint: 9.21.0
|
||||||
typescript: 5.7.3
|
typescript: 5.8.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
typescript@5.7.3: {}
|
typescript@5.8.2: {}
|
||||||
|
|
||||||
uncrypto@0.1.3: {}
|
uncrypto@0.1.3: {}
|
||||||
|
|
||||||
undici-cache-store-better-sqlite3@0.1.1(undici@7.3.0(patch_hash=594ba65c371ae78d02b8402fbad8cdc3617510f9ee2390a258e0ce5742a93926)):
|
undici-cache-store-better-sqlite3@0.1.1(undici@7.4.0(patch_hash=594ba65c371ae78d02b8402fbad8cdc3617510f9ee2390a258e0ce5742a93926)):
|
||||||
dependencies:
|
dependencies:
|
||||||
better-sqlite3: 11.8.1
|
better-sqlite3: 11.8.1
|
||||||
undici: 7.3.0(patch_hash=594ba65c371ae78d02b8402fbad8cdc3617510f9ee2390a258e0ce5742a93926)
|
undici: 7.4.0(patch_hash=594ba65c371ae78d02b8402fbad8cdc3617510f9ee2390a258e0ce5742a93926)
|
||||||
|
|
||||||
undici-types@6.20.0: {}
|
undici-types@6.20.0: {}
|
||||||
|
|
||||||
undici@7.3.0(patch_hash=594ba65c371ae78d02b8402fbad8cdc3617510f9ee2390a258e0ce5742a93926): {}
|
undici@7.4.0(patch_hash=594ba65c371ae78d02b8402fbad8cdc3617510f9ee2390a258e0ce5742a93926): {}
|
||||||
|
|
||||||
uri-js@4.4.1:
|
uri-js@4.4.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user