mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 09:10:35 +08:00
Housekeeping
This commit is contained in:
parent
74822b7320
commit
a18d4e6515
10
package.json
10
package.json
@ -38,8 +38,8 @@
|
|||||||
"punycode": "^2.3.1",
|
"punycode": "^2.3.1",
|
||||||
"tar-fs": "^3.0.8",
|
"tar-fs": "^3.0.8",
|
||||||
"tinyexec": "^0.3.2",
|
"tinyexec": "^0.3.2",
|
||||||
"tldts": "^6.1.84",
|
"tldts": "^6.1.85",
|
||||||
"tldts-experimental": "^6.1.84",
|
"tldts-experimental": "^6.1.85",
|
||||||
"undici": "^7.5.0",
|
"undici": "^7.5.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",
|
||||||
@ -51,16 +51,16 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint-sukka/node": "^6.17.1",
|
"@eslint-sukka/node": "^6.17.1",
|
||||||
"@swc-node/register": "^1.10.10",
|
"@swc-node/register": "^1.10.10",
|
||||||
"@swc/core": "^1.11.11",
|
"@swc/core": "^1.11.12",
|
||||||
"@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.10",
|
"@types/node": "^22.13.11",
|
||||||
"@types/punycode": "^2.1.4",
|
"@types/punycode": "^2.1.4",
|
||||||
"@types/tar-fs": "^2.0.4",
|
"@types/tar-fs": "^2.0.4",
|
||||||
"eslint": "^9.22.0",
|
"eslint": "^9.23.0",
|
||||||
"eslint-config-sukka": "^6.17.1",
|
"eslint-config-sukka": "^6.17.1",
|
||||||
"eslint-formatter-sukka": "^6.17.1",
|
"eslint-formatter-sukka": "^6.17.1",
|
||||||
"expect": "^29.7.0",
|
"expect": "^29.7.0",
|
||||||
|
|||||||
364
pnpm-lock.yaml
generated
364
pnpm-lock.yaml
generated
@ -71,11 +71,11 @@ importers:
|
|||||||
specifier: ^0.3.2
|
specifier: ^0.3.2
|
||||||
version: 0.3.2
|
version: 0.3.2
|
||||||
tldts:
|
tldts:
|
||||||
specifier: ^6.1.84
|
specifier: ^6.1.85
|
||||||
version: 6.1.84
|
version: 6.1.85
|
||||||
tldts-experimental:
|
tldts-experimental:
|
||||||
specifier: ^6.1.84
|
specifier: ^6.1.85
|
||||||
version: 6.1.84
|
version: 6.1.85
|
||||||
undici:
|
undici:
|
||||||
specifier: ^7.5.0
|
specifier: ^7.5.0
|
||||||
version: 7.5.0
|
version: 7.5.0
|
||||||
@ -100,13 +100,13 @@ importers:
|
|||||||
devDependencies:
|
devDependencies:
|
||||||
'@eslint-sukka/node':
|
'@eslint-sukka/node':
|
||||||
specifier: ^6.17.1
|
specifier: ^6.17.1
|
||||||
version: 6.17.1(eslint@9.22.0)(typescript@5.8.2)
|
version: 6.17.1(eslint@9.23.0)(typescript@5.8.2)
|
||||||
'@swc-node/register':
|
'@swc-node/register':
|
||||||
specifier: ^1.10.10
|
specifier: ^1.10.10
|
||||||
version: 1.10.10(@swc/core@1.11.11)(@swc/types@0.1.19)(typescript@5.8.2)
|
version: 1.10.10(@swc/core@1.11.12)(@swc/types@0.1.19)(typescript@5.8.2)
|
||||||
'@swc/core':
|
'@swc/core':
|
||||||
specifier: ^1.11.11
|
specifier: ^1.11.12
|
||||||
version: 1.11.11
|
version: 1.11.12
|
||||||
'@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.10
|
specifier: ^22.13.11
|
||||||
version: 22.13.10
|
version: 22.13.11
|
||||||
'@types/punycode':
|
'@types/punycode':
|
||||||
specifier: ^2.1.4
|
specifier: ^2.1.4
|
||||||
version: 2.1.4
|
version: 2.1.4
|
||||||
@ -132,11 +132,11 @@ importers:
|
|||||||
specifier: ^2.0.4
|
specifier: ^2.0.4
|
||||||
version: 2.0.4
|
version: 2.0.4
|
||||||
eslint:
|
eslint:
|
||||||
specifier: ^9.22.0
|
specifier: ^9.23.0
|
||||||
version: 9.22.0
|
version: 9.23.0
|
||||||
eslint-config-sukka:
|
eslint-config-sukka:
|
||||||
specifier: ^6.17.1
|
specifier: ^6.17.1
|
||||||
version: 6.17.1(@typescript-eslint/eslint-plugin@8.26.1(@typescript-eslint/parser@8.26.1(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2)
|
version: 6.17.1(@typescript-eslint/eslint-plugin@8.26.1(@typescript-eslint/parser@8.26.1(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)
|
||||||
eslint-formatter-sukka:
|
eslint-formatter-sukka:
|
||||||
specifier: ^6.17.1
|
specifier: ^6.17.1
|
||||||
version: 6.17.1
|
version: 6.17.1
|
||||||
@ -201,22 +201,26 @@ packages:
|
|||||||
resolution: {integrity: sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==}
|
resolution: {integrity: sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@eslint/config-helpers@0.1.0':
|
'@eslint/config-helpers@0.2.0':
|
||||||
resolution: {integrity: sha512-kLrdPDJE1ckPo94kmPPf9Hfd0DU0Jw6oKYrhe+pwSC0iTUInmTa+w6fw8sGgcfkFJGNdWOUeOaDM4quW4a7OkA==}
|
resolution: {integrity: sha512-yJLLmLexii32mGrhW29qvU3QBVTu0GUmEf/J4XsBtVhp4JkIUFN/BjWqTF63yRvGApIDpZm5fa97LtYtINmfeQ==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@eslint/core@0.12.0':
|
'@eslint/core@0.12.0':
|
||||||
resolution: {integrity: sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==}
|
resolution: {integrity: sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@eslint/eslintrc@3.3.0':
|
'@eslint/eslintrc@3.3.1':
|
||||||
resolution: {integrity: sha512-yaVPAiNAalnCZedKLdR21GOGILMLKPyqSLWaAjQFvYA2i/ciDi8ArYVr69Anohb6cH2Ukhqti4aFnYyPm8wdwQ==}
|
resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@eslint/js@9.22.0':
|
'@eslint/js@9.22.0':
|
||||||
resolution: {integrity: sha512-vLFajx9o8d1/oL2ZkpMYbkLv8nDB6yaIwFNt7nI4+I80U/z03SxmfOMsLbvWr3p7C+Wnoh//aOu2pQW8cS0HCQ==}
|
resolution: {integrity: sha512-vLFajx9o8d1/oL2ZkpMYbkLv8nDB6yaIwFNt7nI4+I80U/z03SxmfOMsLbvWr3p7C+Wnoh//aOu2pQW8cS0HCQ==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
|
'@eslint/js@9.23.0':
|
||||||
|
resolution: {integrity: sha512-35MJ8vCPU0ZMxo7zfev2pypqTwWTofFZO6m4KAtdoFhRpLJUpHTZZ+KB3C7Hb1d7bULYwO4lJXGCi5Se+8OMbw==}
|
||||||
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@eslint/object-schema@2.1.6':
|
'@eslint/object-schema@2.1.6':
|
||||||
resolution: {integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==}
|
resolution: {integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
@ -390,68 +394,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.11.11':
|
'@swc/core-darwin-arm64@1.11.12':
|
||||||
resolution: {integrity: sha512-vJcjGVDB8cZH7zyOkC0AfpFYI/7GHKG0NSsH3tpuKrmoAXJyCYspKPGid7FT53EAlWreN7+Pew+bukYf5j+Fmg==}
|
resolution: {integrity: sha512-x+iljeyIaVq7VCAy9pM0rqAb9GKA1cqDkqCxgFDxH3rcH+ykZa12vkDlTwysgkfLV8pr0KhCRHkwY+iAqPbO9g==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
|
|
||||||
'@swc/core-darwin-x64@1.11.11':
|
'@swc/core-darwin-x64@1.11.12':
|
||||||
resolution: {integrity: sha512-/N4dGdqEYvD48mCF3QBSycAbbQd3yoZ2YHSzYesQf8usNc2YpIhYqEH3sql02UsxTjEFOJSf1bxZABDdhbSl6A==}
|
resolution: {integrity: sha512-DwTXPdhJ/+scUR1iWttu3p0q8b5omF71xWFCw6UC99QBJQ4femmRtZNacgdiBkxZ5IbUlxd8m5UzMBc/+H5rWw==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
|
|
||||||
'@swc/core-linux-arm-gnueabihf@1.11.11':
|
'@swc/core-linux-arm-gnueabihf@1.11.12':
|
||||||
resolution: {integrity: sha512-hsBhKK+wVXdN3x9MrL5GW0yT8o9GxteE5zHAI2HJjRQel3HtW7m5Nvwaq+q8rwMf4YQRd8ydbvwl4iUOZx7i2Q==}
|
resolution: {integrity: sha512-ls9b3lX2x3tnJKGn6zSDFK1ohdmdUkE6nwqrVmdzqAwr/Q5i2ij/dmkOFCloItc2PHNVtRGGsC4+FYSm1EBLjg==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
cpu: [arm]
|
cpu: [arm]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
'@swc/core-linux-arm64-gnu@1.11.11':
|
'@swc/core-linux-arm64-gnu@1.11.12':
|
||||||
resolution: {integrity: sha512-YOCdxsqbnn/HMPCNM6nrXUpSndLXMUssGTtzT7ffXqr7WuzRg2e170FVDVQFIkb08E7Ku5uOnnUVAChAJQbMOQ==}
|
resolution: {integrity: sha512-F0nMLl5kYbew5GjHq7B21poE5VOPgSsoQ0VEXd4Fji3rR0d0gLoK2r+JP92XmpRxAzdzpdak1DQczWMyf2BQAQ==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
'@swc/core-linux-arm64-musl@1.11.11':
|
'@swc/core-linux-arm64-musl@1.11.12':
|
||||||
resolution: {integrity: sha512-nR2tfdQRRzwqR2XYw9NnBk9Fdvff/b8IiJzDL28gRR2QiJWLaE8LsRovtWrzCOYq6o5Uu9cJ3WbabWthLo4jLw==}
|
resolution: {integrity: sha512-3dlHowBgYBgi23ZBSvFHe/tD3PowEhxfVAy08NckWBeaG/e4dyrYMhAiccfuy6jkDYXEF1L2DtpRtxGImxoaPg==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
'@swc/core-linux-x64-gnu@1.11.11':
|
'@swc/core-linux-x64-gnu@1.11.12':
|
||||||
resolution: {integrity: sha512-b4gBp5HA9xNWNC5gsYbdzGBJWx4vKSGybGMGOVWWuF+ynx10+0sA/o4XJGuNHm8TEDuNh9YLKf6QkIO8+GPJ1g==}
|
resolution: {integrity: sha512-ToEWzLA5lXlYCbGNzMow6+uy4zhpXKQyFb3RHM8AYVb0n4pNPWvwF+8ybWDimeGBBaHJLgRQsUMuJ4NV6urSrA==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
'@swc/core-linux-x64-musl@1.11.11':
|
'@swc/core-linux-x64-musl@1.11.12':
|
||||||
resolution: {integrity: sha512-dEvqmQVswjNvMBwXNb8q5uSvhWrJLdttBSef3s6UC5oDSwOr00t3RQPzyS3n5qmGJ8UMTdPRmsopxmqaODISdg==}
|
resolution: {integrity: sha512-N5xF+MDZr79e8gvVXX3YP1bMeaRL16Kst/R7bGUQvvCq1UGD86qMUtSr5KfCl0h5SNKP2YKtkN98HQLnGEikow==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
'@swc/core-win32-arm64-msvc@1.11.11':
|
'@swc/core-win32-arm64-msvc@1.11.12':
|
||||||
resolution: {integrity: sha512-aZNZznem9WRnw2FbTqVpnclvl8Q2apOBW2B316gZK+qxbe+ktjOUnYaMhdCG3+BYggyIBDOnaJeQrXbKIMmNdw==}
|
resolution: {integrity: sha512-/PYiyYWSQRtMoOamMfhAfq0y3RWk9LpUZ49yetJn2XI85TRkL5u2DTLLNkTPvoTiCfo0eZOJF9t5b7Z6ly0iHQ==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
'@swc/core-win32-ia32-msvc@1.11.11':
|
'@swc/core-win32-ia32-msvc@1.11.12':
|
||||||
resolution: {integrity: sha512-DjeJn/IfjgOddmJ8IBbWuDK53Fqw7UvOz7kyI/728CSdDYC3LXigzj3ZYs4VvyeOt+ZcQZUB2HA27edOifomGw==}
|
resolution: {integrity: sha512-Dxm6W4p0YVNIPnYh/Kf/9zPeaD6sVAGDQN+2c52l4m/4gR5aDgE+xg6k5lAt4ok7LDXInL3n1nwYEG7Tc4JcSQ==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
cpu: [ia32]
|
cpu: [ia32]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
'@swc/core-win32-x64-msvc@1.11.11':
|
'@swc/core-win32-x64-msvc@1.11.12':
|
||||||
resolution: {integrity: sha512-Gp/SLoeMtsU4n0uRoKDOlGrRC6wCfifq7bqLwSlAG8u8MyJYJCcwjg7ggm0rhLdC2vbiZ+lLVl3kkETp+JUvKg==}
|
resolution: {integrity: sha512-PP8RSJTcda5nUHJGkbKeQ20OC+L2LxcbjYpyha1OqIFyu/qWG9zMMYVaTLKJL7zsJ14pIM/mpS3u+CJARQ+Hzw==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
'@swc/core@1.11.11':
|
'@swc/core@1.11.12':
|
||||||
resolution: {integrity: sha512-pCVY2Wn6dV/labNvssk9b3Owi4WOYsapcbWm90XkIj4xH/56Z6gzja9fsU+4MdPuEfC2Smw835nZHcdCFGyX6A==}
|
resolution: {integrity: sha512-Jwx9JH1O6Vm7BS9AEPLlquJNSy6Lbt/kiJIlxSslDuBLeDJD13lXQfitvazqgRwGEHx1QmwEq8mc0OSristtRw==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@swc/helpers': '*'
|
'@swc/helpers': '*'
|
||||||
@ -501,8 +505,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.10':
|
'@types/node@22.13.11':
|
||||||
resolution: {integrity: sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==}
|
resolution: {integrity: sha512-iEUCUJoU0i3VnrCmgoWCXttklWcvoCIx4jzcP22fioIVSdTmjgoEvmAO/QPw6TcS9k5FrNgn4w7q5lGOd1CT5g==}
|
||||||
|
|
||||||
'@types/punycode@2.1.4':
|
'@types/punycode@2.1.4':
|
||||||
resolution: {integrity: sha512-trzh6NzBnq8yw5e35f8xe8VTYjqM3NE7bohBtvDVf/dtUer3zYTLK1Ka3DG3p7bdtoaOHZucma6FfVKlQ134pQ==}
|
resolution: {integrity: sha512-trzh6NzBnq8yw5e35f8xe8VTYjqM3NE7bohBtvDVf/dtUer3zYTLK1Ka3DG3p7bdtoaOHZucma6FfVKlQ134pQ==}
|
||||||
@ -966,8 +970,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==}
|
resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
eslint@9.22.0:
|
eslint@9.23.0:
|
||||||
resolution: {integrity: sha512-9V/QURhsRN40xuHXWjV64yvrzMjcz7ZyNoF2jJFmy9j/SLk0u1OLSZgXi28MrXjymnjEGSR80WCdab3RGMDveQ==}
|
resolution: {integrity: sha512-jV7AbNoFPAY1EkFYpLq5bslU9NLNO8xnEeQXwErNibVryjk67wHVmddTBilc5srIttJDBrB0eMHKZBFbSIABCw==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -1583,14 +1587,14 @@ packages:
|
|||||||
tinyexec@0.3.2:
|
tinyexec@0.3.2:
|
||||||
resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==}
|
resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==}
|
||||||
|
|
||||||
tldts-core@6.1.84:
|
tldts-core@6.1.85:
|
||||||
resolution: {integrity: sha512-NaQa1W76W2aCGjXybvnMYzGSM4x8fvG2AN/pla7qxcg0ZHbooOPhA8kctmOZUDfZyhDL27OGNbwAeig8P4p1vg==}
|
resolution: {integrity: sha512-DTjUVvxckL1fIoPSb3KE7ISNtkWSawZdpfxGxwiIrZoO6EbHVDXXUIlIuWympPaeS+BLGyggozX/HTMsRAdsoA==}
|
||||||
|
|
||||||
tldts-experimental@6.1.84:
|
tldts-experimental@6.1.85:
|
||||||
resolution: {integrity: sha512-ee8K2ooTDAJhhGT0FrPAtkql/k8MM0/3O3RRAJ4C9pjuO1wwFnfRbSY6fYT7h2mFrdcDzb6Kre591UroI+pTNA==}
|
resolution: {integrity: sha512-oM+m5GnOdxgbnfSfix98YvzAIgkKZbdqMD/BTLbnbL349MyaEeNo6z8jVX9/lrL6DvnjgW7RV+sIVojrFvB+hw==}
|
||||||
|
|
||||||
tldts@6.1.84:
|
tldts@6.1.85:
|
||||||
resolution: {integrity: sha512-aRGIbCIF3teodtUFAYSdQONVmDRy21REM3o6JnqWn5ZkQBJJ4gHxhw6OfwQ+WkSAi3ASamrS4N4nyazWx6uTYg==}
|
resolution: {integrity: sha512-gBdZ1RjCSevRPFix/hpaUWeak2/RNUZB4/8frF1r5uYMHjFptkiT0JXIebWvgI/0ZHXvxaUDDJshiA0j6GdL3w==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
to-regex-range@5.0.1:
|
to-regex-range@5.0.1:
|
||||||
@ -1740,34 +1744,34 @@ snapshots:
|
|||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@eslint-community/eslint-plugin-eslint-comments@4.4.1(eslint@9.22.0)':
|
'@eslint-community/eslint-plugin-eslint-comments@4.4.1(eslint@9.23.0)':
|
||||||
dependencies:
|
dependencies:
|
||||||
escape-string-regexp: 4.0.0
|
escape-string-regexp: 4.0.0
|
||||||
eslint: 9.22.0
|
eslint: 9.23.0
|
||||||
ignore: 5.3.2
|
ignore: 5.3.2
|
||||||
|
|
||||||
'@eslint-community/eslint-utils@4.4.1(eslint@9.22.0)':
|
'@eslint-community/eslint-utils@4.4.1(eslint@9.23.0)':
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.22.0
|
eslint: 9.23.0
|
||||||
eslint-visitor-keys: 3.4.3
|
eslint-visitor-keys: 3.4.3
|
||||||
|
|
||||||
'@eslint-community/regexpp@4.12.1': {}
|
'@eslint-community/regexpp@4.12.1': {}
|
||||||
|
|
||||||
'@eslint-sukka/node@6.17.1(eslint@9.22.0)(typescript@5.8.2)':
|
'@eslint-sukka/node@6.17.1(eslint@9.23.0)(typescript@5.8.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-sukka/shared': 6.17.1(eslint@9.22.0)(typescript@5.8.2)
|
'@eslint-sukka/shared': 6.17.1(eslint@9.23.0)(typescript@5.8.2)
|
||||||
eslint-plugin-n: 17.16.2(eslint@9.22.0)
|
eslint-plugin-n: 17.16.2(eslint@9.23.0)
|
||||||
eslint-plugin-sukka: 6.17.1(eslint@9.22.0)(typescript@5.8.2)
|
eslint-plugin-sukka: 6.17.1(eslint@9.23.0)(typescript@5.8.2)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- eslint
|
- eslint
|
||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
'@eslint-sukka/shared@6.17.1(eslint@9.22.0)(typescript@5.8.2)':
|
'@eslint-sukka/shared@6.17.1(eslint@9.23.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.26.1(eslint@9.22.0)(typescript@5.8.2)
|
'@typescript-eslint/utils': 8.26.1(eslint@9.23.0)(typescript@5.8.2)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- eslint
|
- eslint
|
||||||
- supports-color
|
- supports-color
|
||||||
@ -1781,13 +1785,13 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@eslint/config-helpers@0.1.0': {}
|
'@eslint/config-helpers@0.2.0': {}
|
||||||
|
|
||||||
'@eslint/core@0.12.0':
|
'@eslint/core@0.12.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/json-schema': 7.0.15
|
'@types/json-schema': 7.0.15
|
||||||
|
|
||||||
'@eslint/eslintrc@3.3.0':
|
'@eslint/eslintrc@3.3.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
ajv: 6.12.6
|
ajv: 6.12.6
|
||||||
debug: 4.4.0(supports-color@8.1.1)
|
debug: 4.4.0(supports-color@8.1.1)
|
||||||
@ -1803,6 +1807,8 @@ snapshots:
|
|||||||
|
|
||||||
'@eslint/js@9.22.0': {}
|
'@eslint/js@9.22.0': {}
|
||||||
|
|
||||||
|
'@eslint/js@9.23.0': {}
|
||||||
|
|
||||||
'@eslint/object-schema@2.1.6': {}
|
'@eslint/object-schema@2.1.6': {}
|
||||||
|
|
||||||
'@eslint/plugin-kit@0.2.7':
|
'@eslint/plugin-kit@0.2.7':
|
||||||
@ -1823,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.84
|
tldts-experimental: 6.1.85
|
||||||
|
|
||||||
'@henrygd/queue@1.0.7': {}
|
'@henrygd/queue@1.0.7': {}
|
||||||
|
|
||||||
@ -1862,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.10
|
'@types/node': 22.13.11
|
||||||
'@types/yargs': 17.0.33
|
'@types/yargs': 17.0.33
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
|
|
||||||
@ -1946,16 +1952,16 @@ snapshots:
|
|||||||
|
|
||||||
'@sinclair/typebox@0.27.8': {}
|
'@sinclair/typebox@0.27.8': {}
|
||||||
|
|
||||||
'@swc-node/core@1.13.3(@swc/core@1.11.11)(@swc/types@0.1.19)':
|
'@swc-node/core@1.13.3(@swc/core@1.11.12)(@swc/types@0.1.19)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@swc/core': 1.11.11
|
'@swc/core': 1.11.12
|
||||||
'@swc/types': 0.1.19
|
'@swc/types': 0.1.19
|
||||||
|
|
||||||
'@swc-node/register@1.10.10(@swc/core@1.11.11)(@swc/types@0.1.19)(typescript@5.8.2)':
|
'@swc-node/register@1.10.10(@swc/core@1.11.12)(@swc/types@0.1.19)(typescript@5.8.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@swc-node/core': 1.13.3(@swc/core@1.11.11)(@swc/types@0.1.19)
|
'@swc-node/core': 1.13.3(@swc/core@1.11.12)(@swc/types@0.1.19)
|
||||||
'@swc-node/sourcemap-support': 0.5.1
|
'@swc-node/sourcemap-support': 0.5.1
|
||||||
'@swc/core': 1.11.11
|
'@swc/core': 1.11.12
|
||||||
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: 5.0.0
|
oxc-resolver: 5.0.0
|
||||||
@ -1971,51 +1977,51 @@ 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.11.11':
|
'@swc/core-darwin-arm64@1.11.12':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@swc/core-darwin-x64@1.11.11':
|
'@swc/core-darwin-x64@1.11.12':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@swc/core-linux-arm-gnueabihf@1.11.11':
|
'@swc/core-linux-arm-gnueabihf@1.11.12':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@swc/core-linux-arm64-gnu@1.11.11':
|
'@swc/core-linux-arm64-gnu@1.11.12':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@swc/core-linux-arm64-musl@1.11.11':
|
'@swc/core-linux-arm64-musl@1.11.12':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@swc/core-linux-x64-gnu@1.11.11':
|
'@swc/core-linux-x64-gnu@1.11.12':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@swc/core-linux-x64-musl@1.11.11':
|
'@swc/core-linux-x64-musl@1.11.12':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@swc/core-win32-arm64-msvc@1.11.11':
|
'@swc/core-win32-arm64-msvc@1.11.12':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@swc/core-win32-ia32-msvc@1.11.11':
|
'@swc/core-win32-ia32-msvc@1.11.12':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@swc/core-win32-x64-msvc@1.11.11':
|
'@swc/core-win32-x64-msvc@1.11.12':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@swc/core@1.11.11':
|
'@swc/core@1.11.12':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@swc/counter': 0.1.3
|
'@swc/counter': 0.1.3
|
||||||
'@swc/types': 0.1.19
|
'@swc/types': 0.1.19
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@swc/core-darwin-arm64': 1.11.11
|
'@swc/core-darwin-arm64': 1.11.12
|
||||||
'@swc/core-darwin-x64': 1.11.11
|
'@swc/core-darwin-x64': 1.11.12
|
||||||
'@swc/core-linux-arm-gnueabihf': 1.11.11
|
'@swc/core-linux-arm-gnueabihf': 1.11.12
|
||||||
'@swc/core-linux-arm64-gnu': 1.11.11
|
'@swc/core-linux-arm64-gnu': 1.11.12
|
||||||
'@swc/core-linux-arm64-musl': 1.11.11
|
'@swc/core-linux-arm64-musl': 1.11.12
|
||||||
'@swc/core-linux-x64-gnu': 1.11.11
|
'@swc/core-linux-x64-gnu': 1.11.12
|
||||||
'@swc/core-linux-x64-musl': 1.11.11
|
'@swc/core-linux-x64-musl': 1.11.12
|
||||||
'@swc/core-win32-arm64-msvc': 1.11.11
|
'@swc/core-win32-arm64-msvc': 1.11.12
|
||||||
'@swc/core-win32-ia32-msvc': 1.11.11
|
'@swc/core-win32-ia32-msvc': 1.11.12
|
||||||
'@swc/core-win32-x64-msvc': 1.11.11
|
'@swc/core-win32-x64-msvc': 1.11.12
|
||||||
|
|
||||||
'@swc/counter@0.1.3': {}
|
'@swc/counter@0.1.3': {}
|
||||||
|
|
||||||
@ -2034,11 +2040,11 @@ snapshots:
|
|||||||
|
|
||||||
'@types/better-sqlite3@7.6.12':
|
'@types/better-sqlite3@7.6.12':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 22.13.10
|
'@types/node': 22.13.11
|
||||||
|
|
||||||
'@types/dns2@2.0.9':
|
'@types/dns2@2.0.9':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 22.13.10
|
'@types/node': 22.13.11
|
||||||
|
|
||||||
'@types/doctrine@0.0.9': {}
|
'@types/doctrine@0.0.9': {}
|
||||||
|
|
||||||
@ -2060,7 +2066,7 @@ snapshots:
|
|||||||
|
|
||||||
'@types/mocha@10.0.10': {}
|
'@types/mocha@10.0.10': {}
|
||||||
|
|
||||||
'@types/node@22.13.10':
|
'@types/node@22.13.11':
|
||||||
dependencies:
|
dependencies:
|
||||||
undici-types: 6.20.0
|
undici-types: 6.20.0
|
||||||
|
|
||||||
@ -2072,12 +2078,12 @@ snapshots:
|
|||||||
|
|
||||||
'@types/tar-fs@2.0.4':
|
'@types/tar-fs@2.0.4':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 22.13.10
|
'@types/node': 22.13.11
|
||||||
'@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.10
|
'@types/node': 22.13.11
|
||||||
|
|
||||||
'@types/yargs-parser@21.0.3': {}
|
'@types/yargs-parser@21.0.3': {}
|
||||||
|
|
||||||
@ -2085,15 +2091,15 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@types/yargs-parser': 21.0.3
|
'@types/yargs-parser': 21.0.3
|
||||||
|
|
||||||
'@typescript-eslint/eslint-plugin@8.26.1(@typescript-eslint/parser@8.26.1(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2)':
|
'@typescript-eslint/eslint-plugin@8.26.1(@typescript-eslint/parser@8.26.1(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/regexpp': 4.12.1
|
'@eslint-community/regexpp': 4.12.1
|
||||||
'@typescript-eslint/parser': 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
'@typescript-eslint/parser': 8.26.1(eslint@9.23.0)(typescript@5.8.2)
|
||||||
'@typescript-eslint/scope-manager': 8.26.1
|
'@typescript-eslint/scope-manager': 8.26.1
|
||||||
'@typescript-eslint/type-utils': 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
'@typescript-eslint/type-utils': 8.26.1(eslint@9.23.0)(typescript@5.8.2)
|
||||||
'@typescript-eslint/utils': 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
'@typescript-eslint/utils': 8.26.1(eslint@9.23.0)(typescript@5.8.2)
|
||||||
'@typescript-eslint/visitor-keys': 8.26.1
|
'@typescript-eslint/visitor-keys': 8.26.1
|
||||||
eslint: 9.22.0
|
eslint: 9.23.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
|
||||||
@ -2102,14 +2108,14 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/parser@8.26.1(eslint@9.22.0)(typescript@5.8.2)':
|
'@typescript-eslint/parser@8.26.1(eslint@9.23.0)(typescript@5.8.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/scope-manager': 8.26.1
|
'@typescript-eslint/scope-manager': 8.26.1
|
||||||
'@typescript-eslint/types': 8.26.1
|
'@typescript-eslint/types': 8.26.1
|
||||||
'@typescript-eslint/typescript-estree': 8.26.1(typescript@5.8.2)
|
'@typescript-eslint/typescript-estree': 8.26.1(typescript@5.8.2)
|
||||||
'@typescript-eslint/visitor-keys': 8.26.1
|
'@typescript-eslint/visitor-keys': 8.26.1
|
||||||
debug: 4.4.0(supports-color@8.1.1)
|
debug: 4.4.0(supports-color@8.1.1)
|
||||||
eslint: 9.22.0
|
eslint: 9.23.0
|
||||||
typescript: 5.8.2
|
typescript: 5.8.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
@ -2119,12 +2125,12 @@ snapshots:
|
|||||||
'@typescript-eslint/types': 8.26.1
|
'@typescript-eslint/types': 8.26.1
|
||||||
'@typescript-eslint/visitor-keys': 8.26.1
|
'@typescript-eslint/visitor-keys': 8.26.1
|
||||||
|
|
||||||
'@typescript-eslint/type-utils@8.26.1(eslint@9.22.0)(typescript@5.8.2)':
|
'@typescript-eslint/type-utils@8.26.1(eslint@9.23.0)(typescript@5.8.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/typescript-estree': 8.26.1(typescript@5.8.2)
|
'@typescript-eslint/typescript-estree': 8.26.1(typescript@5.8.2)
|
||||||
'@typescript-eslint/utils': 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
'@typescript-eslint/utils': 8.26.1(eslint@9.23.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.22.0
|
eslint: 9.23.0
|
||||||
ts-api-utils: 2.0.1(typescript@5.8.2)
|
ts-api-utils: 2.0.1(typescript@5.8.2)
|
||||||
typescript: 5.8.2
|
typescript: 5.8.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@ -2146,13 +2152,13 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/utils@8.26.1(eslint@9.22.0)(typescript@5.8.2)':
|
'@typescript-eslint/utils@8.26.1(eslint@9.23.0)(typescript@5.8.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.1(eslint@9.22.0)
|
'@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0)
|
||||||
'@typescript-eslint/scope-manager': 8.26.1
|
'@typescript-eslint/scope-manager': 8.26.1
|
||||||
'@typescript-eslint/types': 8.26.1
|
'@typescript-eslint/types': 8.26.1
|
||||||
'@typescript-eslint/typescript-estree': 8.26.1(typescript@5.8.2)
|
'@typescript-eslint/typescript-estree': 8.26.1(typescript@5.8.2)
|
||||||
eslint: 9.22.0
|
eslint: 9.23.0
|
||||||
typescript: 5.8.2
|
typescript: 5.8.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
@ -2380,37 +2386,37 @@ snapshots:
|
|||||||
|
|
||||||
escape-string-regexp@4.0.0: {}
|
escape-string-regexp@4.0.0: {}
|
||||||
|
|
||||||
eslint-compat-utils@0.5.1(eslint@9.22.0):
|
eslint-compat-utils@0.5.1(eslint@9.23.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.22.0
|
eslint: 9.23.0
|
||||||
semver: 7.7.1
|
semver: 7.7.1
|
||||||
|
|
||||||
eslint-compat-utils@0.6.4(eslint@9.22.0):
|
eslint-compat-utils@0.6.4(eslint@9.23.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.22.0
|
eslint: 9.23.0
|
||||||
semver: 7.7.1
|
semver: 7.7.1
|
||||||
|
|
||||||
eslint-config-sukka@6.17.1(@typescript-eslint/eslint-plugin@8.26.1(@typescript-eslint/parser@8.26.1(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2):
|
eslint-config-sukka@6.17.1(@typescript-eslint/eslint-plugin@8.26.1(@typescript-eslint/parser@8.26.1(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-plugin-eslint-comments': 4.4.1(eslint@9.22.0)
|
'@eslint-community/eslint-plugin-eslint-comments': 4.4.1(eslint@9.23.0)
|
||||||
'@eslint-sukka/shared': 6.17.1(eslint@9.22.0)(typescript@5.8.2)
|
'@eslint-sukka/shared': 6.17.1(eslint@9.23.0)(typescript@5.8.2)
|
||||||
'@eslint/js': 9.22.0
|
'@eslint/js': 9.22.0
|
||||||
'@typescript-eslint/parser': 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
'@typescript-eslint/parser': 8.26.1(eslint@9.23.0)(typescript@5.8.2)
|
||||||
ci-info: 4.2.0
|
ci-info: 4.2.0
|
||||||
defu: 6.1.4
|
defu: 6.1.4
|
||||||
eslint-import-resolver-oxc: 0.13.1(eslint-plugin-import-x@4.6.1(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)
|
eslint-import-resolver-oxc: 0.13.1(eslint-plugin-import-x@4.6.1(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)
|
||||||
eslint-plugin-autofix: 2.2.0(eslint@9.22.0)
|
eslint-plugin-autofix: 2.2.0(eslint@9.23.0)
|
||||||
eslint-plugin-de-morgan: 1.2.1(eslint@9.22.0)
|
eslint-plugin-de-morgan: 1.2.1(eslint@9.23.0)
|
||||||
eslint-plugin-import-x: 4.6.1(eslint@9.22.0)(typescript@5.8.2)
|
eslint-plugin-import-x: 4.6.1(eslint@9.23.0)(typescript@5.8.2)
|
||||||
eslint-plugin-jsonc: 2.19.1(eslint@9.22.0)
|
eslint-plugin-jsonc: 2.19.1(eslint@9.23.0)
|
||||||
eslint-plugin-promise: 7.2.1(eslint@9.22.0)
|
eslint-plugin-promise: 7.2.1(eslint@9.23.0)
|
||||||
eslint-plugin-regexp: 2.7.0(eslint@9.22.0)
|
eslint-plugin-regexp: 2.7.0(eslint@9.23.0)
|
||||||
eslint-plugin-sukka: 6.17.1(eslint@9.22.0)(typescript@5.8.2)
|
eslint-plugin-sukka: 6.17.1(eslint@9.23.0)(typescript@5.8.2)
|
||||||
eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.26.1(@typescript-eslint/parser@8.26.1(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)
|
eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.26.1(@typescript-eslint/parser@8.26.1(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)
|
||||||
foxts: 1.7.0
|
foxts: 1.7.0
|
||||||
jsonc-eslint-parser: 2.4.0
|
jsonc-eslint-parser: 2.4.0
|
||||||
picocolors: 1.1.1
|
picocolors: 1.1.1
|
||||||
typescript-eslint: 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
typescript-eslint: 8.26.1(eslint@9.23.0)(typescript@5.8.2)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@eslint/json'
|
- '@eslint/json'
|
||||||
- '@rspack/cli'
|
- '@rspack/cli'
|
||||||
@ -2438,48 +2444,48 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
eslint-import-resolver-oxc@0.13.1(eslint-plugin-import-x@4.6.1(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0):
|
eslint-import-resolver-oxc@0.13.1(eslint-plugin-import-x@4.6.1(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.22.0
|
eslint: 9.23.0
|
||||||
oxc-resolver: 5.0.0
|
oxc-resolver: 5.0.0
|
||||||
stable-hash: 0.0.5
|
stable-hash: 0.0.5
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
eslint-plugin-import-x: 4.6.1(eslint@9.22.0)(typescript@5.8.2)
|
eslint-plugin-import-x: 4.6.1(eslint@9.23.0)(typescript@5.8.2)
|
||||||
|
|
||||||
eslint-json-compat-utils@0.2.1(eslint@9.22.0)(jsonc-eslint-parser@2.4.0):
|
eslint-json-compat-utils@0.2.1(eslint@9.23.0)(jsonc-eslint-parser@2.4.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.22.0
|
eslint: 9.23.0
|
||||||
esquery: 1.6.0
|
esquery: 1.6.0
|
||||||
jsonc-eslint-parser: 2.4.0
|
jsonc-eslint-parser: 2.4.0
|
||||||
|
|
||||||
eslint-plugin-autofix@2.2.0(eslint@9.22.0):
|
eslint-plugin-autofix@2.2.0(eslint@9.23.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.22.0
|
eslint: 9.23.0
|
||||||
eslint-rule-composer: 0.3.0
|
eslint-rule-composer: 0.3.0
|
||||||
espree: 9.6.1
|
espree: 9.6.1
|
||||||
esutils: 2.0.3
|
esutils: 2.0.3
|
||||||
string-similarity: 4.0.4
|
string-similarity: 4.0.4
|
||||||
|
|
||||||
eslint-plugin-de-morgan@1.2.1(eslint@9.22.0):
|
eslint-plugin-de-morgan@1.2.1(eslint@9.23.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.22.0
|
eslint: 9.23.0
|
||||||
|
|
||||||
eslint-plugin-es-x@7.8.0(eslint@9.22.0):
|
eslint-plugin-es-x@7.8.0(eslint@9.23.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.1(eslint@9.22.0)
|
'@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0)
|
||||||
'@eslint-community/regexpp': 4.12.1
|
'@eslint-community/regexpp': 4.12.1
|
||||||
eslint: 9.22.0
|
eslint: 9.23.0
|
||||||
eslint-compat-utils: 0.5.1(eslint@9.22.0)
|
eslint-compat-utils: 0.5.1(eslint@9.23.0)
|
||||||
|
|
||||||
eslint-plugin-import-x@4.6.1(eslint@9.22.0)(typescript@5.8.2):
|
eslint-plugin-import-x@4.6.1(eslint@9.23.0)(typescript@5.8.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/doctrine': 0.0.9
|
'@types/doctrine': 0.0.9
|
||||||
'@typescript-eslint/scope-manager': 8.26.1
|
'@typescript-eslint/scope-manager': 8.26.1
|
||||||
'@typescript-eslint/utils': 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
'@typescript-eslint/utils': 8.26.1(eslint@9.23.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
|
||||||
eslint: 9.22.0
|
eslint: 9.23.0
|
||||||
eslint-import-resolver-node: 0.3.9
|
eslint-import-resolver-node: 0.3.9
|
||||||
get-tsconfig: 4.10.0
|
get-tsconfig: 4.10.0
|
||||||
is-glob: 4.0.3
|
is-glob: 4.0.3
|
||||||
@ -2491,12 +2497,12 @@ snapshots:
|
|||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
eslint-plugin-jsonc@2.19.1(eslint@9.22.0):
|
eslint-plugin-jsonc@2.19.1(eslint@9.23.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.1(eslint@9.22.0)
|
'@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0)
|
||||||
eslint: 9.22.0
|
eslint: 9.23.0
|
||||||
eslint-compat-utils: 0.6.4(eslint@9.22.0)
|
eslint-compat-utils: 0.6.4(eslint@9.23.0)
|
||||||
eslint-json-compat-utils: 0.2.1(eslint@9.22.0)(jsonc-eslint-parser@2.4.0)
|
eslint-json-compat-utils: 0.2.1(eslint@9.23.0)(jsonc-eslint-parser@2.4.0)
|
||||||
espree: 9.6.1
|
espree: 9.6.1
|
||||||
graphemer: 1.4.0
|
graphemer: 1.4.0
|
||||||
jsonc-eslint-parser: 2.4.0
|
jsonc-eslint-parser: 2.4.0
|
||||||
@ -2505,40 +2511,40 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@eslint/json'
|
- '@eslint/json'
|
||||||
|
|
||||||
eslint-plugin-n@17.16.2(eslint@9.22.0):
|
eslint-plugin-n@17.16.2(eslint@9.23.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.1(eslint@9.22.0)
|
'@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0)
|
||||||
enhanced-resolve: 5.18.1
|
enhanced-resolve: 5.18.1
|
||||||
eslint: 9.22.0
|
eslint: 9.23.0
|
||||||
eslint-plugin-es-x: 7.8.0(eslint@9.22.0)
|
eslint-plugin-es-x: 7.8.0(eslint@9.23.0)
|
||||||
get-tsconfig: 4.10.0
|
get-tsconfig: 4.10.0
|
||||||
globals: 15.14.0
|
globals: 15.14.0
|
||||||
ignore: 5.3.2
|
ignore: 5.3.2
|
||||||
minimatch: 9.0.5
|
minimatch: 9.0.5
|
||||||
semver: 7.7.1
|
semver: 7.7.1
|
||||||
|
|
||||||
eslint-plugin-promise@7.2.1(eslint@9.22.0):
|
eslint-plugin-promise@7.2.1(eslint@9.23.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.1(eslint@9.22.0)
|
'@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0)
|
||||||
eslint: 9.22.0
|
eslint: 9.23.0
|
||||||
|
|
||||||
eslint-plugin-regexp@2.7.0(eslint@9.22.0):
|
eslint-plugin-regexp@2.7.0(eslint@9.23.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.1(eslint@9.22.0)
|
'@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0)
|
||||||
'@eslint-community/regexpp': 4.12.1
|
'@eslint-community/regexpp': 4.12.1
|
||||||
comment-parser: 1.4.1
|
comment-parser: 1.4.1
|
||||||
eslint: 9.22.0
|
eslint: 9.23.0
|
||||||
jsdoc-type-pratt-parser: 4.1.0
|
jsdoc-type-pratt-parser: 4.1.0
|
||||||
refa: 0.12.1
|
refa: 0.12.1
|
||||||
regexp-ast-analysis: 0.7.1
|
regexp-ast-analysis: 0.7.1
|
||||||
scslre: 0.3.0
|
scslre: 0.3.0
|
||||||
|
|
||||||
eslint-plugin-sukka@6.17.1(eslint@9.22.0)(typescript@5.8.2):
|
eslint-plugin-sukka@6.17.1(eslint@9.23.0)(typescript@5.8.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/regexpp': 4.12.1
|
'@eslint-community/regexpp': 4.12.1
|
||||||
'@eslint-sukka/shared': 6.17.1(eslint@9.22.0)(typescript@5.8.2)
|
'@eslint-sukka/shared': 6.17.1(eslint@9.23.0)(typescript@5.8.2)
|
||||||
'@typescript-eslint/type-utils': 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
'@typescript-eslint/type-utils': 8.26.1(eslint@9.23.0)(typescript@5.8.2)
|
||||||
'@typescript-eslint/utils': 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
'@typescript-eslint/utils': 8.26.1(eslint@9.23.0)(typescript@5.8.2)
|
||||||
foxts: 1.7.0
|
foxts: 1.7.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.8.2
|
typescript: 5.8.2
|
||||||
@ -2546,11 +2552,11 @@ snapshots:
|
|||||||
- eslint
|
- eslint
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.26.1(@typescript-eslint/parser@8.26.1(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0):
|
eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.26.1(@typescript-eslint/parser@8.26.1(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.22.0
|
eslint: 9.23.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@typescript-eslint/eslint-plugin': 8.26.1(@typescript-eslint/parser@8.26.1(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2)
|
'@typescript-eslint/eslint-plugin': 8.26.1(@typescript-eslint/parser@8.26.1(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)
|
||||||
|
|
||||||
eslint-rule-composer@0.3.0: {}
|
eslint-rule-composer@0.3.0: {}
|
||||||
|
|
||||||
@ -2563,15 +2569,15 @@ snapshots:
|
|||||||
|
|
||||||
eslint-visitor-keys@4.2.0: {}
|
eslint-visitor-keys@4.2.0: {}
|
||||||
|
|
||||||
eslint@9.22.0:
|
eslint@9.23.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.1(eslint@9.22.0)
|
'@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0)
|
||||||
'@eslint-community/regexpp': 4.12.1
|
'@eslint-community/regexpp': 4.12.1
|
||||||
'@eslint/config-array': 0.19.2
|
'@eslint/config-array': 0.19.2
|
||||||
'@eslint/config-helpers': 0.1.0
|
'@eslint/config-helpers': 0.2.0
|
||||||
'@eslint/core': 0.12.0
|
'@eslint/core': 0.12.0
|
||||||
'@eslint/eslintrc': 3.3.0
|
'@eslint/eslintrc': 3.3.1
|
||||||
'@eslint/js': 9.22.0
|
'@eslint/js': 9.23.0
|
||||||
'@eslint/plugin-kit': 0.2.7
|
'@eslint/plugin-kit': 0.2.7
|
||||||
'@humanfs/node': 0.16.6
|
'@humanfs/node': 0.16.6
|
||||||
'@humanwhocodes/module-importer': 1.0.1
|
'@humanwhocodes/module-importer': 1.0.1
|
||||||
@ -2824,7 +2830,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.10
|
'@types/node': 22.13.11
|
||||||
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
|
||||||
@ -3223,15 +3229,15 @@ snapshots:
|
|||||||
|
|
||||||
tinyexec@0.3.2: {}
|
tinyexec@0.3.2: {}
|
||||||
|
|
||||||
tldts-core@6.1.84: {}
|
tldts-core@6.1.85: {}
|
||||||
|
|
||||||
tldts-experimental@6.1.84:
|
tldts-experimental@6.1.85:
|
||||||
dependencies:
|
dependencies:
|
||||||
tldts-core: 6.1.84
|
tldts-core: 6.1.85
|
||||||
|
|
||||||
tldts@6.1.84:
|
tldts@6.1.85:
|
||||||
dependencies:
|
dependencies:
|
||||||
tldts-core: 6.1.84
|
tldts-core: 6.1.85
|
||||||
|
|
||||||
to-regex-range@5.0.1:
|
to-regex-range@5.0.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -3251,12 +3257,12 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
prelude-ls: 1.2.1
|
prelude-ls: 1.2.1
|
||||||
|
|
||||||
typescript-eslint@8.26.1(eslint@9.22.0)(typescript@5.8.2):
|
typescript-eslint@8.26.1(eslint@9.23.0)(typescript@5.8.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/eslint-plugin': 8.26.1(@typescript-eslint/parser@8.26.1(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2)
|
'@typescript-eslint/eslint-plugin': 8.26.1(@typescript-eslint/parser@8.26.1(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)
|
||||||
'@typescript-eslint/parser': 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
'@typescript-eslint/parser': 8.26.1(eslint@9.23.0)(typescript@5.8.2)
|
||||||
'@typescript-eslint/utils': 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
'@typescript-eslint/utils': 8.26.1(eslint@9.23.0)(typescript@5.8.2)
|
||||||
eslint: 9.22.0
|
eslint: 9.23.0
|
||||||
typescript: 5.8.2
|
typescript: 5.8.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user