mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Housekeeping
This commit is contained in:
@@ -69,6 +69,8 @@ const buildFinishedLock = path.join(ROOT_DIR, '.BUILD_FINISHED');
|
||||
}
|
||||
|
||||
try {
|
||||
await import('why-is-node-running');
|
||||
|
||||
const downloadPreviousBuildPromise = downloadPreviousBuild(rootSpan);
|
||||
const buildCommonPromise = downloadPreviousBuildPromise.then(() => buildCommon(rootSpan));
|
||||
|
||||
|
||||
12
package.json
12
package.json
@@ -37,8 +37,8 @@
|
||||
"picocolors": "^1.1.1",
|
||||
"tar-fs": "^3.0.8",
|
||||
"tinyexec": "^0.3.2",
|
||||
"tldts": "^6.1.75",
|
||||
"tldts-experimental": "^6.1.75",
|
||||
"tldts": "^6.1.76",
|
||||
"tldts-experimental": "^6.1.76",
|
||||
"undici": "^7.3.0",
|
||||
"undici-cache-store-better-sqlite3": "^0.1.1",
|
||||
"whoiser": "^1.18.0",
|
||||
@@ -50,23 +50,23 @@
|
||||
"devDependencies": {
|
||||
"@eslint-sukka/node": "^6.13.3",
|
||||
"@swc-node/register": "^1.10.9",
|
||||
"@swc/core": "^1.10.11",
|
||||
"@swc/core": "^1.10.14",
|
||||
"@types/async-retry": "^1.4.9",
|
||||
"@types/better-sqlite3": "^7.6.12",
|
||||
"@types/dns2": "^2.0.9",
|
||||
"@types/fast-fifo": "^1.3.0",
|
||||
"@types/mocha": "^10.0.10",
|
||||
"@types/node": "^22.12.0",
|
||||
"@types/node": "^22.13.1",
|
||||
"@types/tar-fs": "^2.0.4",
|
||||
"eslint": "^9.19.0",
|
||||
"eslint-config-sukka": "^6.13.3",
|
||||
"eslint-formatter-sukka": "^6.13.3",
|
||||
"expect": "^29.7.0",
|
||||
"mitata": "^1.0.33",
|
||||
"mitata": "^1.0.34",
|
||||
"mocha": "^11.1.0",
|
||||
"typescript": "^5.7.3"
|
||||
},
|
||||
"packageManager": "pnpm@9.15.4",
|
||||
"packageManager": "pnpm@10.2.0",
|
||||
"pnpm": {
|
||||
"patchedDependencies": {
|
||||
"undici": "patches/undici.patch",
|
||||
|
||||
287
pnpm-lock.yaml
generated
287
pnpm-lock.yaml
generated
@@ -9,10 +9,10 @@ overrides:
|
||||
|
||||
patchedDependencies:
|
||||
undici:
|
||||
hash: eyidnukwfhrd7exzoydz2h5cfq
|
||||
hash: 594ba65c371ae78d02b8402fbad8cdc3617510f9ee2390a258e0ce5742a93926
|
||||
path: patches/undici.patch
|
||||
whoiser:
|
||||
hash: jvdx7w7gioupgqcow7nnybv6ye
|
||||
hash: 01fa406613b6f7b55ad41a6e49450f5a6b1b198b837c4f3fe11edc48c779189f
|
||||
path: patches/whoiser.patch
|
||||
|
||||
importers:
|
||||
@@ -71,20 +71,20 @@ importers:
|
||||
specifier: ^0.3.2
|
||||
version: 0.3.2
|
||||
tldts:
|
||||
specifier: ^6.1.75
|
||||
version: 6.1.75
|
||||
specifier: ^6.1.76
|
||||
version: 6.1.76
|
||||
tldts-experimental:
|
||||
specifier: ^6.1.75
|
||||
version: 6.1.75
|
||||
specifier: ^6.1.76
|
||||
version: 6.1.76
|
||||
undici:
|
||||
specifier: ^7.3.0
|
||||
version: 7.3.0(patch_hash=eyidnukwfhrd7exzoydz2h5cfq)
|
||||
version: 7.3.0(patch_hash=594ba65c371ae78d02b8402fbad8cdc3617510f9ee2390a258e0ce5742a93926)
|
||||
undici-cache-store-better-sqlite3:
|
||||
specifier: ^0.1.1
|
||||
version: 0.1.1(undici@7.3.0(patch_hash=eyidnukwfhrd7exzoydz2h5cfq))
|
||||
version: 0.1.1(undici@7.3.0(patch_hash=594ba65c371ae78d02b8402fbad8cdc3617510f9ee2390a258e0ce5742a93926))
|
||||
whoiser:
|
||||
specifier: ^1.18.0
|
||||
version: 1.18.0(patch_hash=jvdx7w7gioupgqcow7nnybv6ye)
|
||||
version: 1.18.0(patch_hash=01fa406613b6f7b55ad41a6e49450f5a6b1b198b837c4f3fe11edc48c779189f)
|
||||
why-is-node-running:
|
||||
specifier: ^3.2.2
|
||||
version: 3.2.2
|
||||
@@ -103,10 +103,10 @@ importers:
|
||||
version: 6.13.3(eslint@9.19.0)(typescript@5.7.3)
|
||||
'@swc-node/register':
|
||||
specifier: ^1.10.9
|
||||
version: 1.10.9(@swc/core@1.10.11)(@swc/types@0.1.17)(typescript@5.7.3)
|
||||
version: 1.10.9(@swc/core@1.10.14)(@swc/types@0.1.17)(typescript@5.7.3)
|
||||
'@swc/core':
|
||||
specifier: ^1.10.11
|
||||
version: 1.10.11
|
||||
specifier: ^1.10.14
|
||||
version: 1.10.14
|
||||
'@types/async-retry':
|
||||
specifier: ^1.4.9
|
||||
version: 1.4.9
|
||||
@@ -123,8 +123,8 @@ importers:
|
||||
specifier: ^10.0.10
|
||||
version: 10.0.10
|
||||
'@types/node':
|
||||
specifier: ^22.12.0
|
||||
version: 22.12.0
|
||||
specifier: ^22.13.1
|
||||
version: 22.13.1
|
||||
'@types/tar-fs':
|
||||
specifier: ^2.0.4
|
||||
version: 2.0.4
|
||||
@@ -141,8 +141,8 @@ importers:
|
||||
specifier: ^29.7.0
|
||||
version: 29.7.0
|
||||
mitata:
|
||||
specifier: ^1.0.33
|
||||
version: 1.0.33
|
||||
specifier: ^1.0.34
|
||||
version: 1.0.34
|
||||
mocha:
|
||||
specifier: ^11.1.0
|
||||
version: 11.1.0
|
||||
@@ -404,68 +404,68 @@ packages:
|
||||
'@swc-node/sourcemap-support@0.5.1':
|
||||
resolution: {integrity: sha512-JxIvIo/Hrpv0JCHSyRpetAdQ6lB27oFYhv0PKCNf1g2gUXOjpeR1exrXccRxLMuAV5WAmGFBwRnNOJqN38+qtg==}
|
||||
|
||||
'@swc/core-darwin-arm64@1.10.11':
|
||||
resolution: {integrity: sha512-ZpgEaNcx2e5D+Pd0yZGVbpSrEDOEubn7r2JXoNBf0O85lPjUm3HDzGRfLlV/MwxRPAkwm93eLP4l7gYnc50l3g==}
|
||||
'@swc/core-darwin-arm64@1.10.14':
|
||||
resolution: {integrity: sha512-Dh4VyrhDDb05tdRmqJ/MucOPMTnrB4pRJol18HVyLlqu1HOT5EzonUniNTCdQbUXjgdv5UVJSTE1lYTzrp+myA==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
'@swc/core-darwin-x64@1.10.11':
|
||||
resolution: {integrity: sha512-szObinnq2o7spXMDU5pdunmUeLrfV67Q77rV+DyojAiGJI1RSbEQotLOk+ONOLpoapwGUxOijFG4IuX1xiwQ2g==}
|
||||
'@swc/core-darwin-x64@1.10.14':
|
||||
resolution: {integrity: sha512-KpzotL/I0O12RE3tF8NmQErINv0cQe/0mnN/Q50ESFzB5kU6bLgp2HMnnwDTm/XEZZRJCNe0oc9WJ5rKbAJFRQ==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
'@swc/core-linux-arm-gnueabihf@1.10.11':
|
||||
resolution: {integrity: sha512-tVE8aXQwd8JUB9fOGLawFJa76nrpvp3dvErjozMmWSKWqtoeO7HV83aOrVtc8G66cj4Vq7FjTE9pOJeV1FbKRw==}
|
||||
'@swc/core-linux-arm-gnueabihf@1.10.14':
|
||||
resolution: {integrity: sha512-20yRXZjMJVz1wp1TcscKiGTVXistG+saIaxOmxSNQia1Qun3hSWLL+u6+5kXbfYGr7R2N6kqSwtZbIfJI25r9Q==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-linux-arm64-gnu@1.10.11':
|
||||
resolution: {integrity: sha512-geFkENU5GMEKO7FqHOaw9HVlpQEW10nICoM6ubFc0hXBv8dwRXU4vQbh9s/isLSFRftw1m4jEEWixAnXSw8bxQ==}
|
||||
'@swc/core-linux-arm64-gnu@1.10.14':
|
||||
resolution: {integrity: sha512-Gy7cGrNkiMfPxQyLGxdgXPwyWzNzbHuWycJFcoKBihxZKZIW8hkPBttkGivuLC+0qOgsV2/U+S7tlvAju7FtmQ==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-linux-arm64-musl@1.10.11':
|
||||
resolution: {integrity: sha512-2mMscXe/ivq8c4tO3eQSbQDFBvagMJGlalXCspn0DgDImLYTEnt/8KHMUMGVfh0gMJTZ9q4FlGLo7mlnbx99MQ==}
|
||||
'@swc/core-linux-arm64-musl@1.10.14':
|
||||
resolution: {integrity: sha512-+oYVqJvFw62InZ8PIy1rBACJPC2WTe4vbVb9kM1jJj2D7dKLm9acnnYIVIDsM5Wo7Uab8RvPHXVbs19IBurzuw==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-linux-x64-gnu@1.10.11':
|
||||
resolution: {integrity: sha512-eu2apgDbC4xwsigpl6LS+iyw6a3mL6kB4I+6PZMbFF2nIb1Dh7RGnu70Ai6mMn1o80fTmRSKsCT3CKMfVdeNFg==}
|
||||
'@swc/core-linux-x64-gnu@1.10.14':
|
||||
resolution: {integrity: sha512-OmEbVEKQFLQVHwo4EJl9osmlulURy46k232Opfpn/1ji0t2KcNCci3POsnfMuoZjLkGJv8vGNJdPQxX+CP+wSA==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-linux-x64-musl@1.10.11':
|
||||
resolution: {integrity: sha512-0n+wPWpDigwqRay4IL2JIvAqSKCXv6nKxPig9M7+epAlEQlqX+8Oq/Ap3yHtuhjNPb7HmnqNJLCXT1Wx+BZo0w==}
|
||||
'@swc/core-linux-x64-musl@1.10.14':
|
||||
resolution: {integrity: sha512-OZW+Icm8DMPqHbhdxplkuG8qrNnPk5i7xJOZWYi1y5bTjgGFI4nEzrsmmeHKMdQTaWwsFrm3uK1rlyQ48MmXmg==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-win32-arm64-msvc@1.10.11':
|
||||
resolution: {integrity: sha512-7+bMSIoqcbXKosIVd314YjckDRPneA4OpG1cb3/GrkQTEDXmWT3pFBBlJf82hzJfw7b6lfv6rDVEFBX7/PJoLA==}
|
||||
'@swc/core-win32-arm64-msvc@1.10.14':
|
||||
resolution: {integrity: sha512-sTvc+xrDQXy3HXZFtTEClY35Efvuc3D+busYm0+rb1+Thau4HLRY9WP+sOKeGwH9/16rzfzYEqD7Ds8A9ykrHw==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
|
||||
'@swc/core-win32-ia32-msvc@1.10.11':
|
||||
resolution: {integrity: sha512-6hkLl4+3KjP/OFTryWxpW7YFN+w4R689TSPwiII4fFgsFNupyEmLWWakKfkGgV2JVA59L4Oi02elHy/O1sbgtw==}
|
||||
'@swc/core-win32-ia32-msvc@1.10.14':
|
||||
resolution: {integrity: sha512-j2iQ4y9GWTKtES5eMU0sDsFdYni7IxME7ejFej25Tv3Fq4B+U9tgtYWlJwh1858nIWDXelHiKcSh/UICAyVMdQ==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [ia32]
|
||||
os: [win32]
|
||||
|
||||
'@swc/core-win32-x64-msvc@1.10.11':
|
||||
resolution: {integrity: sha512-kKNE2BGu/La2k2WFHovenqZvGQAHRIU+rd2/6a7D6EiQ6EyimtbhUqjCCZ+N1f5fIAnvM+sMdLiQJq4jdd/oOQ==}
|
||||
'@swc/core-win32-x64-msvc@1.10.14':
|
||||
resolution: {integrity: sha512-TYtWkUSMkjs0jGPeWdtWbex4B+DlQZmN/ySVLiPI+EltYCLEXsFMkVFq6aWn48dqFHggFK0UYfvDrJUR2c3Qxg==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
'@swc/core@1.10.11':
|
||||
resolution: {integrity: sha512-3zGU5y3S20cAwot9ZcsxVFNsSVaptG+dKdmAxORSE3EX7ixe1Xn5kUwLlgIsM4qrwTUWCJDLNhRS+2HLFivcDg==}
|
||||
'@swc/core@1.10.14':
|
||||
resolution: {integrity: sha512-WSrnE6JRnH20ZYjOOgSS4aOaPv9gxlkI2KRkN24kagbZnPZMnN8bZZyzw1rrLvwgpuRGv17Uz+hflosbR+SP6w==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
'@swc/helpers': '*'
|
||||
@@ -518,8 +518,8 @@ packages:
|
||||
'@types/mocha@10.0.10':
|
||||
resolution: {integrity: sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==}
|
||||
|
||||
'@types/node@22.12.0':
|
||||
resolution: {integrity: sha512-Fll2FZ1riMjNmlmJOdAyY5pUbkftXslB5DgEzlIuNaiWhXd00FhWxVC/r4yV/4wBb9JfImTu+jiSvXTkJ7F/gA==}
|
||||
'@types/node@22.13.1':
|
||||
resolution: {integrity: sha512-jK8uzQlrvXqEU91UxiK5J7pKHyzgnI1Qnl0QDHIgVGuolJhRb9EEl28Cj9b3rGR8B2lhFCtvIm5os8lFnO/1Ew==}
|
||||
|
||||
'@types/retry@0.12.5':
|
||||
resolution: {integrity: sha512-3xSjTp3v03X/lSQLkczaN9UIEwJMoMCA1+Nb5HfbJEQWogdeQIyVtTvxPXDQjZ5zws8rFQfVfRdz03ARihPJgw==}
|
||||
@@ -558,10 +558,6 @@ packages:
|
||||
resolution: {integrity: sha512-XsGWww0odcUT0gJoBZ1DeulY1+jkaHUciUq4jKNv4cpInbvvrtDoyBH9rE/n2V29wQJPk8iCH1wipra9BhmiMA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/scope-manager@8.21.0':
|
||||
resolution: {integrity: sha512-G3IBKz0/0IPfdeGRMbp+4rbjfSSdnGkXsM/pFZA8zM9t9klXDnB/YnKOBQ0GoPmoROa4bCq2NeHgJa5ydsQ4mA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/scope-manager@8.22.0':
|
||||
resolution: {integrity: sha512-/lwVV0UYgkj7wPSw0o8URy6YI64QmcOdwHuGuxWIYznO6d45ER0wXUbksr9pYdViAofpUCNJx/tAzNukgvaaiQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
@@ -577,10 +573,6 @@ packages:
|
||||
resolution: {integrity: sha512-4cyFErJetFLckcThRUFdReWJjVsPCqyBlJTi6IDEpc1GWCIIZRFxVppjWLIMcQhNGhdWJJRYFHpHoDWvMlDzng==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/types@8.21.0':
|
||||
resolution: {integrity: sha512-PAL6LUuQwotLW2a8VsySDBwYMm129vFm4tMVlylzdoTybTHaAi0oBp7Ac6LhSrHHOdLM3efH+nAR6hAWoMF89A==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/types@8.22.0':
|
||||
resolution: {integrity: sha512-0S4M4baNzp612zwpD4YOieP3VowOARgK2EkN/GBn95hpyF8E2fbMT55sRHWBq+Huaqk3b3XK+rxxlM8sPgGM6A==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
@@ -594,12 +586,6 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.21.0':
|
||||
resolution: {integrity: sha512-x+aeKh/AjAArSauz0GiQZsjT8ciadNMHdkUSwBB9Z6PrKc/4knM4g3UfHml6oDJmKC88a6//cdxnO/+P2LkMcg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
typescript: '>=4.8.4 <5.8.0'
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.22.0':
|
||||
resolution: {integrity: sha512-SJX99NAS2ugGOzpyhMza/tX+zDwjvwAtQFLsBo3GQxiGcvaKlqGBkmZ+Y1IdiSi9h4Q0Lr5ey+Cp9CGWNY/F/w==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
@@ -612,13 +598,6 @@ packages:
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
|
||||
'@typescript-eslint/utils@8.21.0':
|
||||
resolution: {integrity: sha512-xcXBfcq0Kaxgj7dwejMbFyq7IOHgpNMtVuDveK7w3ZGwG9owKzhALVwKpTF2yrZmEwl9SWdetf3fxNzJQaVuxw==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: '>=4.8.4 <5.8.0'
|
||||
|
||||
'@typescript-eslint/utils@8.22.0':
|
||||
resolution: {integrity: sha512-T8oc1MbF8L+Bk2msAvCUzjxVB2Z2f+vXYfcucE2wOmYs7ZUwco5Ep0fYZw8quNwOiw9K8GYVL+Kgc2pETNTLOg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
@@ -630,10 +609,6 @@ packages:
|
||||
resolution: {integrity: sha512-7N/+lztJqH4Mrf0lb10R/CbI1EaAMMGyF5y0oJvFoAhafwgiRA7TXyd8TFn8FC8k5y2dTsYogg238qavRGNnlw==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/visitor-keys@8.21.0':
|
||||
resolution: {integrity: sha512-BkLMNpdV6prozk8LlyK/SOoWLmUFi+ZD+pcqti9ILCbVvHGk1ui1g4jJOc2WDLaeExz2qWwojxlPce5PljcT3w==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/visitor-keys@8.22.0':
|
||||
resolution: {integrity: sha512-AWpYAXnUgvLNabGTy3uBylkgZoosva/miNd1I8Bz3SjotmQPbVqhO4Cczo8AsZ44XVErEBPr/CRSgaj8sG7g0w==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
@@ -806,15 +781,6 @@ packages:
|
||||
supports-color:
|
||||
optional: true
|
||||
|
||||
debug@4.3.7:
|
||||
resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==}
|
||||
engines: {node: '>=6.0'}
|
||||
peerDependencies:
|
||||
supports-color: '*'
|
||||
peerDependenciesMeta:
|
||||
supports-color:
|
||||
optional: true
|
||||
|
||||
debug@4.4.0:
|
||||
resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==}
|
||||
engines: {node: '>=6.0'}
|
||||
@@ -1337,8 +1303,8 @@ packages:
|
||||
resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
|
||||
engines: {node: '>=16 || 14 >=14.17'}
|
||||
|
||||
mitata@1.0.33:
|
||||
resolution: {integrity: sha512-ZRbHD4ZGAbC1B9SYCZXjLox2scPCauhTPkXGk2o7CGj/wNeBNjagwFutphDCgJNbEF80fyMBcPdkfr+WFC9cHw==}
|
||||
mitata@1.0.34:
|
||||
resolution: {integrity: sha512-Mc3zrtNBKIMeHSCQ0XqRLo1vbdIx1wvFV9c8NJAiyho6AjNfMY8bVhbS12bwciUdd1t4rj8099CH3N3NFahaUA==}
|
||||
|
||||
mkdirp-classic@0.5.3:
|
||||
resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==}
|
||||
@@ -1626,14 +1592,14 @@ packages:
|
||||
tinyexec@0.3.2:
|
||||
resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==}
|
||||
|
||||
tldts-core@6.1.75:
|
||||
resolution: {integrity: sha512-AOvV5YYIAFFBfransBzSTyztkc3IMfz5Eq3YluaRiEu55nn43Fzaufx70UqEKYr8BoLCach4q8g/bg6e5+/aFw==}
|
||||
tldts-core@6.1.76:
|
||||
resolution: {integrity: sha512-uzhJ02RaMzgQR3yPoeE65DrcHI6LoM4saUqXOt/b5hmb3+mc4YWpdSeAQqVqRUlQ14q8ZuLRWyBR1ictK1dzzg==}
|
||||
|
||||
tldts-experimental@6.1.75:
|
||||
resolution: {integrity: sha512-iTy/MkRgDWJClAi3v8jzB4vGSws8MW/Z6asSol2KRbBu3sbyFhRBeV8xhxEHcvfLw9QrObaPpdYc4+XihicHdQ==}
|
||||
tldts-experimental@6.1.76:
|
||||
resolution: {integrity: sha512-RWXA/cAUHj25cV3BSdVz/KglH4rjYMTzFcN3svj+D6C2JauMEGUZMStF/K1H3idd64F2uSpIfBJc3WpTK7GW0g==}
|
||||
|
||||
tldts@6.1.75:
|
||||
resolution: {integrity: sha512-+lFzEXhpl7JXgWYaXcB6DqTYXbUArvrWAE/5ioq/X3CdWLbDjpPP4XTrQBmEJ91y3xbe4Fkw7Lxv4P3GWeJaNg==}
|
||||
tldts@6.1.76:
|
||||
resolution: {integrity: sha512-6U2ti64/nppsDxQs9hw8ephA3nO6nSQvVVfxwRw8wLQPFtLI1cFI1a1eP22g+LUP+1TA2pKKjUTwWB+K2coqmQ==}
|
||||
hasBin: true
|
||||
|
||||
to-regex-range@5.0.1:
|
||||
@@ -1823,7 +1789,7 @@ snapshots:
|
||||
'@eslint/config-array@0.19.1':
|
||||
dependencies:
|
||||
'@eslint/object-schema': 2.1.5
|
||||
debug: 4.4.0
|
||||
debug: 4.4.0(supports-color@8.1.1)
|
||||
minimatch: 3.1.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@@ -1835,7 +1801,7 @@ snapshots:
|
||||
'@eslint/eslintrc@3.2.0':
|
||||
dependencies:
|
||||
ajv: 6.12.6
|
||||
debug: 4.4.0
|
||||
debug: 4.4.0(supports-color@8.1.1)
|
||||
espree: 10.3.0
|
||||
globals: 14.0.0
|
||||
ignore: 5.3.2
|
||||
@@ -1868,7 +1834,7 @@ snapshots:
|
||||
'@remusao/guess-url-type': 1.3.0
|
||||
'@remusao/small': 1.3.0
|
||||
'@remusao/smaz': 1.10.0
|
||||
tldts-experimental: 6.1.75
|
||||
tldts-experimental: 6.1.76
|
||||
|
||||
'@henrygd/queue@1.0.7': {}
|
||||
|
||||
@@ -1907,7 +1873,7 @@ snapshots:
|
||||
'@jest/schemas': 29.6.3
|
||||
'@types/istanbul-lib-coverage': 2.0.6
|
||||
'@types/istanbul-reports': 3.0.4
|
||||
'@types/node': 22.12.0
|
||||
'@types/node': 22.13.1
|
||||
'@types/yargs': 17.0.33
|
||||
chalk: 4.1.2
|
||||
|
||||
@@ -2015,18 +1981,18 @@ snapshots:
|
||||
- supports-color
|
||||
- typescript
|
||||
|
||||
'@swc-node/core@1.13.3(@swc/core@1.10.11)(@swc/types@0.1.17)':
|
||||
'@swc-node/core@1.13.3(@swc/core@1.10.14)(@swc/types@0.1.17)':
|
||||
dependencies:
|
||||
'@swc/core': 1.10.11
|
||||
'@swc/core': 1.10.14
|
||||
'@swc/types': 0.1.17
|
||||
|
||||
'@swc-node/register@1.10.9(@swc/core@1.10.11)(@swc/types@0.1.17)(typescript@5.7.3)':
|
||||
'@swc-node/register@1.10.9(@swc/core@1.10.14)(@swc/types@0.1.17)(typescript@5.7.3)':
|
||||
dependencies:
|
||||
'@swc-node/core': 1.13.3(@swc/core@1.10.11)(@swc/types@0.1.17)
|
||||
'@swc-node/core': 1.13.3(@swc/core@1.10.14)(@swc/types@0.1.17)
|
||||
'@swc-node/sourcemap-support': 0.5.1
|
||||
'@swc/core': 1.10.11
|
||||
'@swc/core': 1.10.14
|
||||
colorette: 2.0.20
|
||||
debug: 4.3.7(supports-color@8.1.1)
|
||||
debug: 4.4.0(supports-color@8.1.1)
|
||||
oxc-resolver: 1.12.0
|
||||
pirates: 4.0.6
|
||||
tslib: 2.8.1
|
||||
@@ -2040,51 +2006,51 @@ snapshots:
|
||||
source-map-support: 0.5.21
|
||||
tslib: 2.8.1
|
||||
|
||||
'@swc/core-darwin-arm64@1.10.11':
|
||||
'@swc/core-darwin-arm64@1.10.14':
|
||||
optional: true
|
||||
|
||||
'@swc/core-darwin-x64@1.10.11':
|
||||
'@swc/core-darwin-x64@1.10.14':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-arm-gnueabihf@1.10.11':
|
||||
'@swc/core-linux-arm-gnueabihf@1.10.14':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-arm64-gnu@1.10.11':
|
||||
'@swc/core-linux-arm64-gnu@1.10.14':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-arm64-musl@1.10.11':
|
||||
'@swc/core-linux-arm64-musl@1.10.14':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-x64-gnu@1.10.11':
|
||||
'@swc/core-linux-x64-gnu@1.10.14':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-x64-musl@1.10.11':
|
||||
'@swc/core-linux-x64-musl@1.10.14':
|
||||
optional: true
|
||||
|
||||
'@swc/core-win32-arm64-msvc@1.10.11':
|
||||
'@swc/core-win32-arm64-msvc@1.10.14':
|
||||
optional: true
|
||||
|
||||
'@swc/core-win32-ia32-msvc@1.10.11':
|
||||
'@swc/core-win32-ia32-msvc@1.10.14':
|
||||
optional: true
|
||||
|
||||
'@swc/core-win32-x64-msvc@1.10.11':
|
||||
'@swc/core-win32-x64-msvc@1.10.14':
|
||||
optional: true
|
||||
|
||||
'@swc/core@1.10.11':
|
||||
'@swc/core@1.10.14':
|
||||
dependencies:
|
||||
'@swc/counter': 0.1.3
|
||||
'@swc/types': 0.1.17
|
||||
optionalDependencies:
|
||||
'@swc/core-darwin-arm64': 1.10.11
|
||||
'@swc/core-darwin-x64': 1.10.11
|
||||
'@swc/core-linux-arm-gnueabihf': 1.10.11
|
||||
'@swc/core-linux-arm64-gnu': 1.10.11
|
||||
'@swc/core-linux-arm64-musl': 1.10.11
|
||||
'@swc/core-linux-x64-gnu': 1.10.11
|
||||
'@swc/core-linux-x64-musl': 1.10.11
|
||||
'@swc/core-win32-arm64-msvc': 1.10.11
|
||||
'@swc/core-win32-ia32-msvc': 1.10.11
|
||||
'@swc/core-win32-x64-msvc': 1.10.11
|
||||
'@swc/core-darwin-arm64': 1.10.14
|
||||
'@swc/core-darwin-x64': 1.10.14
|
||||
'@swc/core-linux-arm-gnueabihf': 1.10.14
|
||||
'@swc/core-linux-arm64-gnu': 1.10.14
|
||||
'@swc/core-linux-arm64-musl': 1.10.14
|
||||
'@swc/core-linux-x64-gnu': 1.10.14
|
||||
'@swc/core-linux-x64-musl': 1.10.14
|
||||
'@swc/core-win32-arm64-msvc': 1.10.14
|
||||
'@swc/core-win32-ia32-msvc': 1.10.14
|
||||
'@swc/core-win32-x64-msvc': 1.10.14
|
||||
|
||||
'@swc/counter@0.1.3': {}
|
||||
|
||||
@@ -2103,11 +2069,11 @@ snapshots:
|
||||
|
||||
'@types/better-sqlite3@7.6.12':
|
||||
dependencies:
|
||||
'@types/node': 22.12.0
|
||||
'@types/node': 22.13.1
|
||||
|
||||
'@types/dns2@2.0.9':
|
||||
dependencies:
|
||||
'@types/node': 22.12.0
|
||||
'@types/node': 22.13.1
|
||||
|
||||
'@types/doctrine@0.0.9': {}
|
||||
|
||||
@@ -2134,7 +2100,7 @@ snapshots:
|
||||
|
||||
'@types/mocha@10.0.10': {}
|
||||
|
||||
'@types/node@22.12.0':
|
||||
'@types/node@22.13.1':
|
||||
dependencies:
|
||||
undici-types: 6.20.0
|
||||
|
||||
@@ -2144,12 +2110,12 @@ snapshots:
|
||||
|
||||
'@types/tar-fs@2.0.4':
|
||||
dependencies:
|
||||
'@types/node': 22.12.0
|
||||
'@types/node': 22.13.1
|
||||
'@types/tar-stream': 3.1.3
|
||||
|
||||
'@types/tar-stream@3.1.3':
|
||||
dependencies:
|
||||
'@types/node': 22.12.0
|
||||
'@types/node': 22.13.1
|
||||
|
||||
'@types/yargs-parser@21.0.3': {}
|
||||
|
||||
@@ -2180,7 +2146,7 @@ snapshots:
|
||||
'@typescript-eslint/types': 8.22.0
|
||||
'@typescript-eslint/typescript-estree': 8.22.0(typescript@5.7.3)
|
||||
'@typescript-eslint/visitor-keys': 8.22.0
|
||||
debug: 4.4.0
|
||||
debug: 4.4.0(supports-color@8.1.1)
|
||||
eslint: 9.19.0
|
||||
typescript: 5.7.3
|
||||
transitivePeerDependencies:
|
||||
@@ -2191,11 +2157,6 @@ snapshots:
|
||||
'@typescript-eslint/types': 8.13.0
|
||||
'@typescript-eslint/visitor-keys': 8.13.0
|
||||
|
||||
'@typescript-eslint/scope-manager@8.21.0':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.21.0
|
||||
'@typescript-eslint/visitor-keys': 8.21.0
|
||||
|
||||
'@typescript-eslint/scope-manager@8.22.0':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.22.0
|
||||
@@ -2205,7 +2166,7 @@ snapshots:
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 8.22.0(typescript@5.7.3)
|
||||
'@typescript-eslint/utils': 8.22.0(eslint@9.19.0)(typescript@5.7.3)
|
||||
debug: 4.4.0
|
||||
debug: 4.4.0(supports-color@8.1.1)
|
||||
eslint: 9.19.0
|
||||
ts-api-utils: 2.0.0(typescript@5.7.3)
|
||||
typescript: 5.7.3
|
||||
@@ -2214,15 +2175,13 @@ snapshots:
|
||||
|
||||
'@typescript-eslint/types@8.13.0': {}
|
||||
|
||||
'@typescript-eslint/types@8.21.0': {}
|
||||
|
||||
'@typescript-eslint/types@8.22.0': {}
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.13.0(typescript@5.7.3)':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.13.0
|
||||
'@typescript-eslint/visitor-keys': 8.13.0
|
||||
debug: 4.4.0
|
||||
debug: 4.4.0(supports-color@8.1.1)
|
||||
fast-glob: 3.3.3
|
||||
is-glob: 4.0.3
|
||||
minimatch: 9.0.5
|
||||
@@ -2233,25 +2192,11 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.21.0(typescript@5.7.3)':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.21.0
|
||||
'@typescript-eslint/visitor-keys': 8.21.0
|
||||
debug: 4.4.0
|
||||
fast-glob: 3.3.3
|
||||
is-glob: 4.0.3
|
||||
minimatch: 9.0.5
|
||||
semver: 7.6.3
|
||||
ts-api-utils: 2.0.0(typescript@5.7.3)
|
||||
typescript: 5.7.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.22.0(typescript@5.7.3)':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.22.0
|
||||
'@typescript-eslint/visitor-keys': 8.22.0
|
||||
debug: 4.4.0
|
||||
debug: 4.4.0(supports-color@8.1.1)
|
||||
fast-glob: 3.3.3
|
||||
is-glob: 4.0.3
|
||||
minimatch: 9.0.5
|
||||
@@ -2272,17 +2217,6 @@ snapshots:
|
||||
- supports-color
|
||||
- typescript
|
||||
|
||||
'@typescript-eslint/utils@8.21.0(eslint@9.19.0)(typescript@5.7.3)':
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0)
|
||||
'@typescript-eslint/scope-manager': 8.21.0
|
||||
'@typescript-eslint/types': 8.21.0
|
||||
'@typescript-eslint/typescript-estree': 8.21.0(typescript@5.7.3)
|
||||
eslint: 9.19.0
|
||||
typescript: 5.7.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/utils@8.22.0(eslint@9.19.0)(typescript@5.7.3)':
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0)
|
||||
@@ -2299,11 +2233,6 @@ snapshots:
|
||||
'@typescript-eslint/types': 8.13.0
|
||||
eslint-visitor-keys: 3.4.3
|
||||
|
||||
'@typescript-eslint/visitor-keys@8.21.0':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.21.0
|
||||
eslint-visitor-keys: 4.2.0
|
||||
|
||||
'@typescript-eslint/visitor-keys@8.22.0':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.22.0
|
||||
@@ -2472,16 +2401,12 @@ snapshots:
|
||||
dependencies:
|
||||
ms: 2.1.3
|
||||
|
||||
debug@4.3.7(supports-color@8.1.1):
|
||||
debug@4.4.0(supports-color@8.1.1):
|
||||
dependencies:
|
||||
ms: 2.1.3
|
||||
optionalDependencies:
|
||||
supports-color: 8.1.1
|
||||
|
||||
debug@4.4.0:
|
||||
dependencies:
|
||||
ms: 2.1.3
|
||||
|
||||
decamelize@4.0.0: {}
|
||||
|
||||
decompress-response@6.0.0:
|
||||
@@ -2583,7 +2508,7 @@ snapshots:
|
||||
eslint-import-resolver-typescript@3.7.0(eslint-plugin-import-x@4.6.1(eslint@9.19.0)(typescript@5.7.3))(eslint@9.19.0):
|
||||
dependencies:
|
||||
'@nolyfill/is-core-module': 1.0.39
|
||||
debug: 4.4.0
|
||||
debug: 4.4.0(supports-color@8.1.1)
|
||||
enhanced-resolve: 5.18.0
|
||||
eslint: 9.19.0
|
||||
fast-glob: 3.3.3
|
||||
@@ -2620,9 +2545,9 @@ snapshots:
|
||||
eslint-plugin-import-x@4.6.1(eslint@9.19.0)(typescript@5.7.3):
|
||||
dependencies:
|
||||
'@types/doctrine': 0.0.9
|
||||
'@typescript-eslint/scope-manager': 8.21.0
|
||||
'@typescript-eslint/utils': 8.21.0(eslint@9.19.0)(typescript@5.7.3)
|
||||
debug: 4.4.0
|
||||
'@typescript-eslint/scope-manager': 8.22.0
|
||||
'@typescript-eslint/utils': 8.22.0(eslint@9.19.0)(typescript@5.7.3)
|
||||
debug: 4.4.0(supports-color@8.1.1)
|
||||
doctrine: 3.0.0
|
||||
enhanced-resolve: 5.18.0
|
||||
eslint: 9.19.0
|
||||
@@ -2724,7 +2649,7 @@ snapshots:
|
||||
ajv: 6.12.6
|
||||
chalk: 4.1.2
|
||||
cross-spawn: 7.0.6
|
||||
debug: 4.4.0
|
||||
debug: 4.4.0(supports-color@8.1.1)
|
||||
escape-string-regexp: 4.0.0
|
||||
eslint-scope: 8.2.0
|
||||
eslint-visitor-keys: 4.2.0
|
||||
@@ -2967,7 +2892,7 @@ snapshots:
|
||||
jest-util@29.7.0:
|
||||
dependencies:
|
||||
'@jest/types': 29.6.3
|
||||
'@types/node': 22.12.0
|
||||
'@types/node': 22.13.1
|
||||
chalk: 4.1.2
|
||||
ci-info: 3.9.0
|
||||
graceful-fs: 4.2.11
|
||||
@@ -3043,7 +2968,7 @@ snapshots:
|
||||
|
||||
minipass@7.1.2: {}
|
||||
|
||||
mitata@1.0.33: {}
|
||||
mitata@1.0.34: {}
|
||||
|
||||
mkdirp-classic@0.5.3: {}
|
||||
|
||||
@@ -3052,7 +2977,7 @@ snapshots:
|
||||
ansi-colors: 4.1.3
|
||||
browser-stdout: 1.3.1
|
||||
chokidar: 3.6.0
|
||||
debug: 4.3.7(supports-color@8.1.1)
|
||||
debug: 4.4.0(supports-color@8.1.1)
|
||||
diff: 5.2.0
|
||||
escape-string-regexp: 4.0.0
|
||||
find-up: 5.0.0
|
||||
@@ -3363,15 +3288,15 @@ snapshots:
|
||||
|
||||
tinyexec@0.3.2: {}
|
||||
|
||||
tldts-core@6.1.75: {}
|
||||
tldts-core@6.1.76: {}
|
||||
|
||||
tldts-experimental@6.1.75:
|
||||
tldts-experimental@6.1.76:
|
||||
dependencies:
|
||||
tldts-core: 6.1.75
|
||||
tldts-core: 6.1.76
|
||||
|
||||
tldts@6.1.75:
|
||||
tldts@6.1.76:
|
||||
dependencies:
|
||||
tldts-core: 6.1.75
|
||||
tldts-core: 6.1.76
|
||||
|
||||
to-regex-range@5.0.1:
|
||||
dependencies:
|
||||
@@ -3407,14 +3332,14 @@ snapshots:
|
||||
|
||||
typescript@5.7.3: {}
|
||||
|
||||
undici-cache-store-better-sqlite3@0.1.1(undici@7.3.0(patch_hash=eyidnukwfhrd7exzoydz2h5cfq)):
|
||||
undici-cache-store-better-sqlite3@0.1.1(undici@7.3.0(patch_hash=594ba65c371ae78d02b8402fbad8cdc3617510f9ee2390a258e0ce5742a93926)):
|
||||
dependencies:
|
||||
better-sqlite3: 11.8.1
|
||||
undici: 7.3.0(patch_hash=eyidnukwfhrd7exzoydz2h5cfq)
|
||||
undici: 7.3.0(patch_hash=594ba65c371ae78d02b8402fbad8cdc3617510f9ee2390a258e0ce5742a93926)
|
||||
|
||||
undici-types@6.20.0: {}
|
||||
|
||||
undici@7.3.0(patch_hash=eyidnukwfhrd7exzoydz2h5cfq): {}
|
||||
undici@7.3.0(patch_hash=594ba65c371ae78d02b8402fbad8cdc3617510f9ee2390a258e0ce5742a93926): {}
|
||||
|
||||
uri-js@4.4.1:
|
||||
dependencies:
|
||||
@@ -3428,7 +3353,7 @@ snapshots:
|
||||
dependencies:
|
||||
isexe: 2.0.0
|
||||
|
||||
whoiser@1.18.0(patch_hash=jvdx7w7gioupgqcow7nnybv6ye):
|
||||
whoiser@1.18.0(patch_hash=01fa406613b6f7b55ad41a6e49450f5a6b1b198b837c4f3fe11edc48c779189f):
|
||||
dependencies:
|
||||
punycode: 2.3.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user