mirror of
https://github.com/SukkaW/Surge.git
synced 2026-06-14 03:31:49 +08:00
Housekeeping
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled
This commit is contained in:
22
package.json
22
package.json
@@ -19,7 +19,7 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ghostery/adblocker": "^2.14.3",
|
"@ghostery/adblocker": "^2.14.4",
|
||||||
"@henrygd/queue": "^1.2.0",
|
"@henrygd/queue": "^1.2.0",
|
||||||
"@mitata/counters": "^0.0.8",
|
"@mitata/counters": "^0.0.8",
|
||||||
"ci-info": "^4.4.0",
|
"ci-info": "^4.4.0",
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
"fast-escape-regexp": "^1.0.1",
|
"fast-escape-regexp": "^1.0.1",
|
||||||
"fast-uri": "^3.1.0",
|
"fast-uri": "^3.1.0",
|
||||||
"fdir": "^6.5.0",
|
"fdir": "^6.5.0",
|
||||||
"foxts": "^5.4.1",
|
"foxts": "^5.4.2",
|
||||||
"hash-wasm": "^4.12.0",
|
"hash-wasm": "^4.12.0",
|
||||||
"json-stringify-pretty-compact": "4.0.0",
|
"json-stringify-pretty-compact": "4.0.0",
|
||||||
"null-prototype-object": "^1.2.7",
|
"null-prototype-object": "^1.2.7",
|
||||||
@@ -38,17 +38,17 @@
|
|||||||
"tar-fs": "^3.1.2",
|
"tar-fs": "^3.1.2",
|
||||||
"telegram": "^2.26.22",
|
"telegram": "^2.26.22",
|
||||||
"tinyglobby": "^0.2.16",
|
"tinyglobby": "^0.2.16",
|
||||||
"tldts": "^7.0.29",
|
"tldts": "^7.0.30",
|
||||||
"tldts-experimental": "^7.0.29",
|
"tldts-experimental": "^7.0.30",
|
||||||
"undici": "^8.1.0",
|
"undici": "^8.2.0",
|
||||||
"undici-cache-store-better-sqlite3": "^1.0.1",
|
"undici-cache-store-better-sqlite3": "^1.0.1",
|
||||||
"why-is-node-running": "^3.2.2",
|
"why-is-node-running": "^3.2.2",
|
||||||
"xbits": "^0.2.0",
|
"xbits": "^0.2.0",
|
||||||
"yaml": "^2.8.3",
|
"yaml": "^2.8.4",
|
||||||
"yauzl-promise": "^4.0.0"
|
"yauzl-promise": "^4.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint-sukka/node": "^8.10.0",
|
"@eslint-sukka/node": "^8.10.1",
|
||||||
"@swc-node/register": "^1.11.1",
|
"@swc-node/register": "^1.11.1",
|
||||||
"@swc/core": "1.13.5",
|
"@swc/core": "1.13.5",
|
||||||
"@types/better-sqlite3": "^7.6.13",
|
"@types/better-sqlite3": "^7.6.13",
|
||||||
@@ -58,14 +58,14 @@
|
|||||||
"@types/tar-fs": "^2.0.4",
|
"@types/tar-fs": "^2.0.4",
|
||||||
"@types/yauzl-promise": "^4.0.1",
|
"@types/yauzl-promise": "^4.0.1",
|
||||||
"earl": "^2.0.0",
|
"earl": "^2.0.0",
|
||||||
"eslint": "^10.2.1",
|
"eslint": "^10.3.0",
|
||||||
"eslint-config-sukka": "^8.10.0",
|
"eslint-config-sukka": "^8.10.1",
|
||||||
"eslint-formatter-sukka": "^8.10.0",
|
"eslint-formatter-sukka": "^8.10.1",
|
||||||
"jest-worker": "^30.3.0",
|
"jest-worker": "^30.3.0",
|
||||||
"mitata": "^1.0.34",
|
"mitata": "^1.0.34",
|
||||||
"mocha": "^11.7.5",
|
"mocha": "^11.7.5",
|
||||||
"tinyexec": "^1.1.2",
|
"tinyexec": "^1.1.2",
|
||||||
"typescript": "^6.0.3"
|
"typescript": "^6.0.3"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@11.0.1"
|
"packageManager": "pnpm@11.0.4"
|
||||||
}
|
}
|
||||||
|
|||||||
417
pnpm-lock.yaml
generated
417
pnpm-lock.yaml
generated
@@ -15,8 +15,8 @@ importers:
|
|||||||
.:
|
.:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@ghostery/adblocker':
|
'@ghostery/adblocker':
|
||||||
specifier: ^2.14.3
|
specifier: ^2.14.4
|
||||||
version: 2.14.3
|
version: 2.14.4
|
||||||
'@henrygd/queue':
|
'@henrygd/queue':
|
||||||
specifier: ^1.2.0
|
specifier: ^1.2.0
|
||||||
version: 1.2.0
|
version: 1.2.0
|
||||||
@@ -48,8 +48,8 @@ importers:
|
|||||||
specifier: ^6.5.0
|
specifier: ^6.5.0
|
||||||
version: 6.5.0(picomatch@4.0.4)
|
version: 6.5.0(picomatch@4.0.4)
|
||||||
foxts:
|
foxts:
|
||||||
specifier: ^5.4.1
|
specifier: ^5.4.2
|
||||||
version: 5.4.1
|
version: 5.4.2
|
||||||
hash-wasm:
|
hash-wasm:
|
||||||
specifier: ^4.12.0
|
specifier: ^4.12.0
|
||||||
version: 4.12.0
|
version: 4.12.0
|
||||||
@@ -72,17 +72,17 @@ importers:
|
|||||||
specifier: ^0.2.16
|
specifier: ^0.2.16
|
||||||
version: 0.2.16
|
version: 0.2.16
|
||||||
tldts:
|
tldts:
|
||||||
specifier: ^7.0.29
|
specifier: ^7.0.30
|
||||||
version: 7.0.29
|
version: 7.0.30
|
||||||
tldts-experimental:
|
tldts-experimental:
|
||||||
specifier: ^7.0.29
|
specifier: ^7.0.30
|
||||||
version: 7.0.29
|
version: 7.0.30
|
||||||
undici:
|
undici:
|
||||||
specifier: ^8.1.0
|
specifier: ^8.2.0
|
||||||
version: 8.1.0
|
version: 8.2.0
|
||||||
undici-cache-store-better-sqlite3:
|
undici-cache-store-better-sqlite3:
|
||||||
specifier: ^1.0.1
|
specifier: ^1.0.1
|
||||||
version: 1.0.1(undici@8.1.0)
|
version: 1.0.1(undici@8.2.0)
|
||||||
why-is-node-running:
|
why-is-node-running:
|
||||||
specifier: ^3.2.2
|
specifier: ^3.2.2
|
||||||
version: 3.2.2
|
version: 3.2.2
|
||||||
@@ -90,15 +90,15 @@ importers:
|
|||||||
specifier: ^0.2.0
|
specifier: ^0.2.0
|
||||||
version: 0.2.0
|
version: 0.2.0
|
||||||
yaml:
|
yaml:
|
||||||
specifier: ^2.8.3
|
specifier: ^2.8.4
|
||||||
version: 2.8.3
|
version: 2.8.4
|
||||||
yauzl-promise:
|
yauzl-promise:
|
||||||
specifier: ^4.0.0
|
specifier: ^4.0.0
|
||||||
version: 4.0.0
|
version: 4.0.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@eslint-sukka/node':
|
'@eslint-sukka/node':
|
||||||
specifier: ^8.10.0
|
specifier: ^8.10.1
|
||||||
version: 8.10.0(eslint@10.2.1)(typescript@6.0.3)
|
version: 8.10.1(eslint@10.3.0)(typescript@6.0.3)
|
||||||
'@swc-node/register':
|
'@swc-node/register':
|
||||||
specifier: ^1.11.1
|
specifier: ^1.11.1
|
||||||
version: 1.11.1(@swc/core@1.13.5)(@swc/types@0.1.25)(typescript@6.0.3)
|
version: 1.11.1(@swc/core@1.13.5)(@swc/types@0.1.25)(typescript@6.0.3)
|
||||||
@@ -127,14 +127,14 @@ importers:
|
|||||||
specifier: ^2.0.0
|
specifier: ^2.0.0
|
||||||
version: 2.0.0
|
version: 2.0.0
|
||||||
eslint:
|
eslint:
|
||||||
specifier: ^10.2.1
|
specifier: ^10.3.0
|
||||||
version: 10.2.1
|
version: 10.3.0
|
||||||
eslint-config-sukka:
|
eslint-config-sukka:
|
||||||
specifier: ^8.10.0
|
specifier: ^8.10.1
|
||||||
version: 8.10.0(@typescript-eslint/utils@8.59.1(eslint@10.2.1)(typescript@6.0.3))(eslint-import-resolver-node@0.3.9)(eslint@10.2.1)(typescript@6.0.3)
|
version: 8.10.1(@typescript-eslint/utils@8.59.1(eslint@10.3.0)(typescript@6.0.3))(eslint@10.3.0)(typescript@6.0.3)
|
||||||
eslint-formatter-sukka:
|
eslint-formatter-sukka:
|
||||||
specifier: ^8.10.0
|
specifier: ^8.10.1
|
||||||
version: 8.10.0(eslint@10.2.1)
|
version: 8.10.1(eslint@10.3.0)
|
||||||
jest-worker:
|
jest-worker:
|
||||||
specifier: ^30.3.0
|
specifier: ^30.3.0
|
||||||
version: 30.3.0
|
version: 30.3.0
|
||||||
@@ -184,13 +184,13 @@ packages:
|
|||||||
resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==}
|
resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==}
|
||||||
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
||||||
|
|
||||||
'@eslint-sukka/eslint-plugin-stylistic@8.10.0':
|
'@eslint-sukka/eslint-plugin-stylistic@8.10.1':
|
||||||
resolution: {integrity: sha512-lWOwM/yRtdL0PLLBAiqymkdp9gioQf8AWYq8uN5HzX5AQmPoui+UvNe6C6nB5D6nrNdJiHqHd5Qmgr5iuHZvrg==}
|
resolution: {integrity: sha512-FkcU+3aIylxs4poKI+Rw/s+wh2yLiw9GZ6kODxtxrISg4wEZNqQaNzgPX1Q/wcO/+XAOkA+fR8l79peOPsYGeQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '*'
|
eslint: '*'
|
||||||
|
|
||||||
'@eslint-sukka/eslint-plugin-sukka-full@8.10.0':
|
'@eslint-sukka/eslint-plugin-sukka-full@8.10.1':
|
||||||
resolution: {integrity: sha512-qMefyAdsyjCwJxGIVNeTW/0CdyMfs6kUjO2aRoBLQ3NXDxJtaWERtRDB/0A4qHG+/VBPWiv+lZNFpssJdrrTgw==}
|
resolution: {integrity: sha512-pku8KANIzJ781S/6MdKIoc6QplrI4BkZIt7GwJN4qxAJ8ffimTC6NWFGfgufXyLlgP87KdqfyDC2zsg9QZODPA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '*'
|
eslint: '*'
|
||||||
typescript: '*'
|
typescript: '*'
|
||||||
@@ -198,11 +198,11 @@ packages:
|
|||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@eslint-sukka/node@8.10.0':
|
'@eslint-sukka/node@8.10.1':
|
||||||
resolution: {integrity: sha512-vxpiSWV8Zs9F795kNKV0YOmwIkrgFSfstJrxYhiuLDZpeyXFDuZ2UhNj3ti6YwJmB0u3qeRpuE1SGSO+gsQ5Bg==}
|
resolution: {integrity: sha512-sGNqKsmDcbJJKOEWyxbp7xjlLS2Q/FF6Qvee4nJlflQNpYGVrL2+gPaRRHqBw/9D3QVlL03inplUzpiajNt8mw==}
|
||||||
|
|
||||||
'@eslint-sukka/shared@8.10.0':
|
'@eslint-sukka/shared@8.10.1':
|
||||||
resolution: {integrity: sha512-gJBDTVxSLa3+EOzTY6sPUQtPwScSchH5DHCbM4YD0BIHH5xuF32gTlgaVO+aj+86VR/SUn7bPEMu7+G3nnJIWA==}
|
resolution: {integrity: sha512-hve7iqd3t+coOI1jP619cllsOnMONDz5mufQdlOvlTHDmjZU/Sh2VUeD/mRqbDMURzZuJ0Y2rHcW084EQHsIgw==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '*'
|
eslint: '*'
|
||||||
|
|
||||||
@@ -239,14 +239,14 @@ packages:
|
|||||||
resolution: {integrity: sha512-rZAP3aVgB9ds9KOeUSL+zZ21hPmo8dh6fnIFwRQj5EAZl9gzR7wxYbYXYysAM8CTqGmUGyp2S4kUdV17MnGuWQ==}
|
resolution: {integrity: sha512-rZAP3aVgB9ds9KOeUSL+zZ21hPmo8dh6fnIFwRQj5EAZl9gzR7wxYbYXYysAM8CTqGmUGyp2S4kUdV17MnGuWQ==}
|
||||||
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
||||||
|
|
||||||
'@ghostery/adblocker-content@2.14.3':
|
'@ghostery/adblocker-content@2.14.4':
|
||||||
resolution: {integrity: sha512-23YCZCvZOSQj7sfcfymHXuKaAfAiLPdOZSmGN4ctfK9sr0P3d1dY0pVpWPx5SvO9BIaPn1Bl2/IWVGcSy8zhaA==}
|
resolution: {integrity: sha512-UjFUH9toWDyZP2YylyWrEBjPWFH6nW0eUw3VDw4tLO24jE7qT9NlFZJAUAxUPSvRJeAo4cCsc/FS42c8ZRSgNQ==}
|
||||||
|
|
||||||
'@ghostery/adblocker-extended-selectors@2.14.3':
|
'@ghostery/adblocker-extended-selectors@2.14.4':
|
||||||
resolution: {integrity: sha512-eKLscNyvUv45AxXyhCZ9B3DMjBSSkyp4wkfdPZho7guJFH070A2U3qERjYIUOsCuB8Hs1c6gGRzfZPzJRozMxg==}
|
resolution: {integrity: sha512-j8K2K63//rg/0IiGe5VxhP2xIa0ukJZPXYvIIJgudF8vAJyqmO4tubP6br6568HuPTHslEXhOtTGQpbnTUDfLQ==}
|
||||||
|
|
||||||
'@ghostery/adblocker@2.14.3':
|
'@ghostery/adblocker@2.14.4':
|
||||||
resolution: {integrity: sha512-kmExhWF9NVWoVt/XHkAX56iZxuTwNsoxcyR19hH/UVvvZVFeFrmu0d/h8JPpaRieImIgPh1FpF1zKAoA/odTwQ==}
|
resolution: {integrity: sha512-t6it53XvZoiJ5rS9oMsUTYC3l2IP3IYxUfJcnbvTWWEgiE/v6ltJpF3wr2XObz5Rv9ntutrT9ldpiCHlSJA0hg==}
|
||||||
|
|
||||||
'@ghostery/url-parser@1.3.1':
|
'@ghostery/url-parser@1.3.1':
|
||||||
resolution: {integrity: sha512-QKqGi+7aDQ4RcyHyCwgEk6B9vWnsBP4Q7htaN0zPJV3ATqTKEQDtSTb9c/AN586oJUDs24YXKcwFYwNweY/YjQ==}
|
resolution: {integrity: sha512-QKqGi+7aDQ4RcyHyCwgEk6B9vWnsBP4Q7htaN0zPJV3ATqTKEQDtSTb9c/AN586oJUDs24YXKcwFYwNweY/YjQ==}
|
||||||
@@ -729,10 +729,6 @@ packages:
|
|||||||
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
||||||
typescript: '>=4.8.4 <6.1.0'
|
typescript: '>=4.8.4 <6.1.0'
|
||||||
|
|
||||||
'@typescript-eslint/types@8.58.2':
|
|
||||||
resolution: {integrity: sha512-9TukXyATBQf/Jq9AMQXfvurk+G5R2MwfqQGDR2GzGz28HvY/lXNKGhkY+6IOubwcquikWk5cjlgPvD2uAA7htQ==}
|
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
||||||
|
|
||||||
'@typescript-eslint/types@8.59.1':
|
'@typescript-eslint/types@8.59.1':
|
||||||
resolution: {integrity: sha512-ZDCjgccSdYPw5Bxh+my4Z0lJU96ZDN7jbBzvmEn0FZx3RtU1C7VWl6NbDx94bwY3V5YsgwRzJPOgeY2Q/nLG8A==}
|
resolution: {integrity: sha512-ZDCjgccSdYPw5Bxh+my4Z0lJU96ZDN7jbBzvmEn0FZx3RtU1C7VWl6NbDx94bwY3V5YsgwRzJPOgeY2Q/nLG8A==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
@@ -1035,14 +1031,6 @@ packages:
|
|||||||
supports-color:
|
supports-color:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
debug@3.2.7:
|
|
||||||
resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==}
|
|
||||||
peerDependencies:
|
|
||||||
supports-color: '*'
|
|
||||||
peerDependenciesMeta:
|
|
||||||
supports-color:
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
debug@4.4.1:
|
debug@4.4.1:
|
||||||
resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
|
resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
|
||||||
engines: {node: '>=6.0'}
|
engines: {node: '>=6.0'}
|
||||||
@@ -1157,11 +1145,11 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '>=6.0.0'
|
eslint: '>=6.0.0'
|
||||||
|
|
||||||
eslint-config-sukka@8.10.0:
|
eslint-config-sukka@8.10.1:
|
||||||
resolution: {integrity: sha512-u6RfQwoUIC+ke77pzdGvaD7HgnCONKbrmpdTSKKDLKlKJRKu602/blcGSnHHnnRCchL6gAVESbyXvxZmMwP23g==}
|
resolution: {integrity: sha512-WpaVicu5s7tc94Z+kT1dINfjrsNhAkoXEgv7IgT0gIEd/X9AY4d4qplwtS4rGds9lwxDRaMjgXOZdfFb7b/6Kg==}
|
||||||
|
|
||||||
eslint-formatter-sukka@8.10.0:
|
eslint-formatter-sukka@8.10.1:
|
||||||
resolution: {integrity: sha512-0jreVSp8yQlJmgQoVY4LCHcCMrRc52FF+L5Ij1BQVrxaoUeGD2j1312kS4M+ifuWLSEsqOrmtrRZuB0SYRl40Q==}
|
resolution: {integrity: sha512-iCuiPI/zwS8Ev1GjVLrL0y1NBbOnC1BfVsoO1axC0u0R0REBqUfBx+pjcDVHWXQb7VFb07uQovwq5tiYr3WLdQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '*'
|
eslint: '*'
|
||||||
|
|
||||||
@@ -1174,9 +1162,6 @@ packages:
|
|||||||
unrs-resolver:
|
unrs-resolver:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
eslint-import-resolver-node@0.3.9:
|
|
||||||
resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==}
|
|
||||||
|
|
||||||
eslint-import-resolver-typescript@4.4.4:
|
eslint-import-resolver-typescript@4.4.4:
|
||||||
resolution: {integrity: sha512-1iM2zeBvrYmUNTj2vSC/90JTHDth+dfOfiNKkxApWRsTJYNrc8rOdxxIf5vazX+BiAXTeOT0UvWpGI/7qIWQOw==}
|
resolution: {integrity: sha512-1iM2zeBvrYmUNTj2vSC/90JTHDth+dfOfiNKkxApWRsTJYNrc8rOdxxIf5vazX+BiAXTeOT0UvWpGI/7qIWQOw==}
|
||||||
engines: {node: ^16.17.0 || >=18.6.0}
|
engines: {node: ^16.17.0 || >=18.6.0}
|
||||||
@@ -1271,8 +1256,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==}
|
resolution: {integrity: sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==}
|
||||||
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
||||||
|
|
||||||
eslint@10.2.1:
|
eslint@10.3.0:
|
||||||
resolution: {integrity: sha512-wiyGaKsDgqXvF40P8mDwiUp/KQjE1FdrIEJsM8PZ3XCiniTMXS3OHWWUe5FI5agoCnr8x4xPrTDZuxsBlNHl+Q==}
|
resolution: {integrity: sha512-XbEXaRva5cF0ZQB8w6MluHA0kZZfV2DuCMJ3ozyEOHLwDpZX2Lmm/7Pp0xdJmI0GL1W05VH5VwIFHEm1Vcw2gw==}
|
||||||
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -1378,15 +1363,12 @@ packages:
|
|||||||
foxts@4.6.0:
|
foxts@4.6.0:
|
||||||
resolution: {integrity: sha512-Sq6k7CDUAz1/MOiwRiV59tblzsaWGOQitYxvF/l7H5Z/9gZNBvWKWsRcXLS7T7FLKRKO0LmETiefkVUm5omESg==}
|
resolution: {integrity: sha512-Sq6k7CDUAz1/MOiwRiV59tblzsaWGOQitYxvF/l7H5Z/9gZNBvWKWsRcXLS7T7FLKRKO0LmETiefkVUm5omESg==}
|
||||||
|
|
||||||
foxts@5.4.1:
|
foxts@5.4.2:
|
||||||
resolution: {integrity: sha512-v/k4gR+NtazTauirS9o1KzNII4x7vX5NsLVv2pN2apfcuBM/GMwQj09hUiKkDiJqAQEOF//ydDyXrztQpBmkJQ==}
|
resolution: {integrity: sha512-FKzYjarnrPNwMOiqaGT6S+/V4jDd3nt/MuJK5CjmJla7VSfyA8ZKjYGcoAvIr17ldYKj79eBBEYiRrYklsDRFA==}
|
||||||
|
|
||||||
fs-constants@1.0.0:
|
fs-constants@1.0.0:
|
||||||
resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==}
|
resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==}
|
||||||
|
|
||||||
function-bind@1.1.2:
|
|
||||||
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
|
|
||||||
|
|
||||||
get-caller-file@2.0.5:
|
get-caller-file@2.0.5:
|
||||||
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
|
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
|
||||||
engines: {node: 6.* || 8.* || >= 10.*}
|
engines: {node: 6.* || 8.* || >= 10.*}
|
||||||
@@ -1423,10 +1405,6 @@ packages:
|
|||||||
hash-wasm@4.12.0:
|
hash-wasm@4.12.0:
|
||||||
resolution: {integrity: sha512-+/2B2rYLb48I/evdOIhP+K/DD2ca2fgBjp6O+GBEnCDk2e4rpeXIK8GvIyRPjTezgmWn9gmKwkQjjx6BtqDHVQ==}
|
resolution: {integrity: sha512-+/2B2rYLb48I/evdOIhP+K/DD2ca2fgBjp6O+GBEnCDk2e4rpeXIK8GvIyRPjTezgmWn9gmKwkQjjx6BtqDHVQ==}
|
||||||
|
|
||||||
hasown@2.0.2:
|
|
||||||
resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
|
|
||||||
engines: {node: '>= 0.4'}
|
|
||||||
|
|
||||||
he@1.2.0:
|
he@1.2.0:
|
||||||
resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==}
|
resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
@@ -1462,10 +1440,6 @@ packages:
|
|||||||
is-bun-module@2.0.0:
|
is-bun-module@2.0.0:
|
||||||
resolution: {integrity: sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==}
|
resolution: {integrity: sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==}
|
||||||
|
|
||||||
is-core-module@2.16.1:
|
|
||||||
resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==}
|
|
||||||
engines: {node: '>= 0.4'}
|
|
||||||
|
|
||||||
is-extglob@2.1.1:
|
is-extglob@2.1.1:
|
||||||
resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
|
resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
|
||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
@@ -1669,9 +1643,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
|
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
|
|
||||||
path-parse@1.0.7:
|
|
||||||
resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
|
|
||||||
|
|
||||||
path-scurry@1.11.1:
|
path-scurry@1.11.1:
|
||||||
resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==}
|
resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==}
|
||||||
engines: {node: '>=16 || 14 >=14.18'}
|
engines: {node: '>=16 || 14 >=14.18'}
|
||||||
@@ -1737,11 +1708,6 @@ packages:
|
|||||||
resolve-pkg-maps@1.0.0:
|
resolve-pkg-maps@1.0.0:
|
||||||
resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
|
resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
|
||||||
|
|
||||||
resolve@1.22.10:
|
|
||||||
resolution: {integrity: sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==}
|
|
||||||
engines: {node: '>= 0.4'}
|
|
||||||
hasBin: true
|
|
||||||
|
|
||||||
scslre@0.3.0:
|
scslre@0.3.0:
|
||||||
resolution: {integrity: sha512-3A6sD0WYP7+QrjbfNA2FN3FsOaGGFoekCVgTyypy53gPxhbkCIjtO6YWgdrfM+n/8sI8JeXZOIxsHjMTNxQ4nQ==}
|
resolution: {integrity: sha512-3A6sD0WYP7+QrjbfNA2FN3FsOaGGFoekCVgTyypy53gPxhbkCIjtO6YWgdrfM+n/8sI8JeXZOIxsHjMTNxQ4nQ==}
|
||||||
engines: {node: ^14.0.0 || >=16.0.0}
|
engines: {node: ^14.0.0 || >=16.0.0}
|
||||||
@@ -1842,10 +1808,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==}
|
resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
|
|
||||||
supports-preserve-symlinks-flag@1.0.0:
|
|
||||||
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
|
|
||||||
engines: {node: '>= 0.4'}
|
|
||||||
|
|
||||||
synckit@0.11.12:
|
synckit@0.11.12:
|
||||||
resolution: {integrity: sha512-Bh7QjT8/SuKUIfObSXNHNSK6WHo6J1tHCqJsuaFDP7gP0fkzSfTxI8y85JrppZ0h8l0maIgc2tfuZQ6/t3GtnQ==}
|
resolution: {integrity: sha512-Bh7QjT8/SuKUIfObSXNHNSK6WHo6J1tHCqJsuaFDP7gP0fkzSfTxI8y85JrppZ0h8l0maIgc2tfuZQ6/t3GtnQ==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
@@ -1881,14 +1843,14 @@ packages:
|
|||||||
resolution: {integrity: sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==}
|
resolution: {integrity: sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==}
|
||||||
engines: {node: '>=12.0.0'}
|
engines: {node: '>=12.0.0'}
|
||||||
|
|
||||||
tldts-core@7.0.29:
|
tldts-core@7.0.30:
|
||||||
resolution: {integrity: sha512-W99NuU7b1DcG3uJ3v9k9VztCH3WialNbBkBft5wCs8V8mexu0XQqaZEYb9l9RNNzK8+3EJ9PKWB0/RUtTQ/o+Q==}
|
resolution: {integrity: sha512-uiHN8PIB1VmWyS98eZYja4xzlYqeFZVjb4OuYlJQnZAuJhMw4PbKQOKgHKhBdJR3FE/t5mUQ1Kd80++B+qhD1Q==}
|
||||||
|
|
||||||
tldts-experimental@7.0.29:
|
tldts-experimental@7.0.30:
|
||||||
resolution: {integrity: sha512-7Lbk4nLf30nRLLm+vFtqBN4rPAJ7jjPj9QwvMiaZuSAl5d6Udz5GCuhH7hjquYXbaSlPKmd3SrClLBSHVlZKiQ==}
|
resolution: {integrity: sha512-r5Y5PHuJg96xNfYJd71fxFT4EJvSs2gsZ1iilGR+xH1vwJpUWQ5CwT2ZwAZ0q8Lo9sdiijX2/zSQ6X+2YojGFg==}
|
||||||
|
|
||||||
tldts@7.0.29:
|
tldts@7.0.30:
|
||||||
resolution: {integrity: sha512-JIXCerhudr/N6OWLwLF1HVsTTUo7ry6qHa5eWZEkiMuxsIiAACL55tGLfqfHfoH7QaMQUW8fngD7u7TxWexYQg==}
|
resolution: {integrity: sha512-ELrFxuqsDdHUwoh0XxDbxuLD3Wnz49Z57IFvTtvWy1hJdcMZjXLIuonjilCiWHlT2GbE4Wlv1wKVTzDFnXH1aw==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
ts-api-utils@2.5.0:
|
ts-api-utils@2.5.0:
|
||||||
@@ -1942,8 +1904,8 @@ packages:
|
|||||||
undici-types@7.19.2:
|
undici-types@7.19.2:
|
||||||
resolution: {integrity: sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==}
|
resolution: {integrity: sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==}
|
||||||
|
|
||||||
undici@8.1.0:
|
undici@8.2.0:
|
||||||
resolution: {integrity: sha512-E9MkTS4xXLnRPYqxH2e6Hr2/49e7WFDKczKcCaFH4VaZs2iNvHMqeIkyUAD9vM8kujy9TjVrRlQ5KkdEJxB2pw==}
|
resolution: {integrity: sha512-Z+4Hx9GE26Lh9Upwfnc8C7SsrpBPGaM/Gm6kMFtiG7c+5IvQKlXi/t+9x9DrrCh29cww5TSP9YdVaBcnLDs5fQ==}
|
||||||
engines: {node: '>=22.19.0'}
|
engines: {node: '>=22.19.0'}
|
||||||
|
|
||||||
unrs-resolver@1.11.1:
|
unrs-resolver@1.11.1:
|
||||||
@@ -2006,8 +1968,8 @@ packages:
|
|||||||
engines: {node: '>=0.10.32'}
|
engines: {node: '>=0.10.32'}
|
||||||
deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
|
deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
|
||||||
|
|
||||||
yaml@2.8.3:
|
yaml@2.8.4:
|
||||||
resolution: {integrity: sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==}
|
resolution: {integrity: sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==}
|
||||||
engines: {node: '>= 14.6'}
|
engines: {node: '>= 14.6'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
@@ -2056,48 +2018,48 @@ snapshots:
|
|||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@eslint-community/eslint-plugin-eslint-comments@4.7.1(eslint@10.2.1)':
|
'@eslint-community/eslint-plugin-eslint-comments@4.7.1(eslint@10.3.0)':
|
||||||
dependencies:
|
dependencies:
|
||||||
escape-string-regexp: 4.0.0
|
escape-string-regexp: 4.0.0
|
||||||
eslint: 10.2.1
|
eslint: 10.3.0
|
||||||
ignore: 7.0.5
|
ignore: 7.0.5
|
||||||
|
|
||||||
'@eslint-community/eslint-utils@4.9.1(eslint@10.2.1)':
|
'@eslint-community/eslint-utils@4.9.1(eslint@10.3.0)':
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 10.2.1
|
eslint: 10.3.0
|
||||||
eslint-visitor-keys: 3.4.3
|
eslint-visitor-keys: 3.4.3
|
||||||
|
|
||||||
'@eslint-community/regexpp@4.12.2': {}
|
'@eslint-community/regexpp@4.12.2': {}
|
||||||
|
|
||||||
'@eslint-sukka/eslint-plugin-stylistic@8.10.0(eslint@10.2.1)':
|
'@eslint-sukka/eslint-plugin-stylistic@8.10.1(eslint@10.3.0)':
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 10.2.1
|
eslint: 10.3.0
|
||||||
|
|
||||||
'@eslint-sukka/eslint-plugin-sukka-full@8.10.0(eslint@10.2.1)(typescript@6.0.3)':
|
'@eslint-sukka/eslint-plugin-sukka-full@8.10.1(eslint@10.3.0)(typescript@6.0.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 10.2.1
|
eslint: 10.3.0
|
||||||
eslint-plugin-sukka: 9.4.0(eslint@10.2.1)(typescript@6.0.3)
|
eslint-plugin-sukka: 9.4.0(eslint@10.3.0)(typescript@6.0.3)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 6.0.3
|
typescript: 6.0.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@eslint-sukka/node@8.10.0(eslint@10.2.1)(typescript@6.0.3)':
|
'@eslint-sukka/node@8.10.1(eslint@10.3.0)(typescript@6.0.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-sukka/eslint-plugin-sukka-full': 8.10.0(eslint@10.2.1)(typescript@6.0.3)
|
'@eslint-sukka/eslint-plugin-sukka-full': 8.10.1(eslint@10.3.0)(typescript@6.0.3)
|
||||||
'@eslint-sukka/shared': 8.10.0(eslint@10.2.1)(typescript@6.0.3)
|
'@eslint-sukka/shared': 8.10.1(eslint@10.3.0)(typescript@6.0.3)
|
||||||
eslint-plugin-n: 17.24.0(eslint@10.2.1)(typescript@6.0.3)
|
eslint-plugin-n: 17.24.0(eslint@10.3.0)(typescript@6.0.3)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- eslint
|
- eslint
|
||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
'@eslint-sukka/shared@8.10.0(eslint@10.2.1)(typescript@6.0.3)':
|
'@eslint-sukka/shared@8.10.1(eslint@10.3.0)(typescript@6.0.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@package-json/types': 0.0.13
|
'@package-json/types': 0.0.13
|
||||||
'@typescript-eslint/utils': 8.59.1(eslint@10.2.1)(typescript@6.0.3)
|
'@typescript-eslint/utils': 8.59.1(eslint@10.3.0)(typescript@6.0.3)
|
||||||
eslint: 10.2.1
|
eslint: 10.3.0
|
||||||
foxts: 5.4.1
|
foxts: 5.4.2
|
||||||
oxc-resolver: 11.19.1
|
oxc-resolver: 11.19.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
@@ -2119,9 +2081,9 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@types/json-schema': 7.0.15
|
'@types/json-schema': 7.0.15
|
||||||
|
|
||||||
'@eslint/js@10.0.1(eslint@10.2.1)':
|
'@eslint/js@10.0.1(eslint@10.3.0)':
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
eslint: 10.2.1
|
eslint: 10.3.0
|
||||||
|
|
||||||
'@eslint/object-schema@3.0.5': {}
|
'@eslint/object-schema@3.0.5': {}
|
||||||
|
|
||||||
@@ -2135,25 +2097,25 @@ snapshots:
|
|||||||
'@eslint/core': 1.2.1
|
'@eslint/core': 1.2.1
|
||||||
levn: 0.4.1
|
levn: 0.4.1
|
||||||
|
|
||||||
'@ghostery/adblocker-content@2.14.3':
|
'@ghostery/adblocker-content@2.14.4':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@ghostery/adblocker-extended-selectors': 2.14.3
|
'@ghostery/adblocker-extended-selectors': 2.14.4
|
||||||
|
|
||||||
'@ghostery/adblocker-extended-selectors@2.14.3': {}
|
'@ghostery/adblocker-extended-selectors@2.14.4': {}
|
||||||
|
|
||||||
'@ghostery/adblocker@2.14.3':
|
'@ghostery/adblocker@2.14.4':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@ghostery/adblocker-content': 2.14.3
|
'@ghostery/adblocker-content': 2.14.4
|
||||||
'@ghostery/adblocker-extended-selectors': 2.14.3
|
'@ghostery/adblocker-extended-selectors': 2.14.4
|
||||||
'@ghostery/url-parser': 1.3.1
|
'@ghostery/url-parser': 1.3.1
|
||||||
'@remusao/guess-url-type': 2.1.0
|
'@remusao/guess-url-type': 2.1.0
|
||||||
'@remusao/small': 2.1.0
|
'@remusao/small': 2.1.0
|
||||||
'@remusao/smaz': 2.2.0
|
'@remusao/smaz': 2.2.0
|
||||||
tldts-experimental: 7.0.29
|
tldts-experimental: 7.0.30
|
||||||
|
|
||||||
'@ghostery/url-parser@1.3.1':
|
'@ghostery/url-parser@1.3.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
tldts-experimental: 7.0.29
|
tldts-experimental: 7.0.30
|
||||||
|
|
||||||
'@henrygd/queue@1.2.0': {}
|
'@henrygd/queue@1.2.0': {}
|
||||||
|
|
||||||
@@ -2506,15 +2468,15 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 25.6.0
|
'@types/node': 25.6.0
|
||||||
|
|
||||||
'@typescript-eslint/eslint-plugin@8.59.1(@typescript-eslint/parser@8.59.1(eslint@10.2.1)(typescript@6.0.3))(eslint@10.2.1)(typescript@6.0.3)':
|
'@typescript-eslint/eslint-plugin@8.59.1(@typescript-eslint/parser@8.59.1(eslint@10.3.0)(typescript@6.0.3))(eslint@10.3.0)(typescript@6.0.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/regexpp': 4.12.2
|
'@eslint-community/regexpp': 4.12.2
|
||||||
'@typescript-eslint/parser': 8.59.1(eslint@10.2.1)(typescript@6.0.3)
|
'@typescript-eslint/parser': 8.59.1(eslint@10.3.0)(typescript@6.0.3)
|
||||||
'@typescript-eslint/scope-manager': 8.59.1
|
'@typescript-eslint/scope-manager': 8.59.1
|
||||||
'@typescript-eslint/type-utils': 8.59.1(eslint@10.2.1)(typescript@6.0.3)
|
'@typescript-eslint/type-utils': 8.59.1(eslint@10.3.0)(typescript@6.0.3)
|
||||||
'@typescript-eslint/utils': 8.59.1(eslint@10.2.1)(typescript@6.0.3)
|
'@typescript-eslint/utils': 8.59.1(eslint@10.3.0)(typescript@6.0.3)
|
||||||
'@typescript-eslint/visitor-keys': 8.59.1
|
'@typescript-eslint/visitor-keys': 8.59.1
|
||||||
eslint: 10.2.1
|
eslint: 10.3.0
|
||||||
ignore: 7.0.5
|
ignore: 7.0.5
|
||||||
natural-compare: 1.4.0
|
natural-compare: 1.4.0
|
||||||
ts-api-utils: 2.5.0(typescript@6.0.3)
|
ts-api-utils: 2.5.0(typescript@6.0.3)
|
||||||
@@ -2522,14 +2484,14 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/parser@8.59.1(eslint@10.2.1)(typescript@6.0.3)':
|
'@typescript-eslint/parser@8.59.1(eslint@10.3.0)(typescript@6.0.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/scope-manager': 8.59.1
|
'@typescript-eslint/scope-manager': 8.59.1
|
||||||
'@typescript-eslint/types': 8.59.1
|
'@typescript-eslint/types': 8.59.1
|
||||||
'@typescript-eslint/typescript-estree': 8.59.1(typescript@6.0.3)
|
'@typescript-eslint/typescript-estree': 8.59.1(typescript@6.0.3)
|
||||||
'@typescript-eslint/visitor-keys': 8.59.1
|
'@typescript-eslint/visitor-keys': 8.59.1
|
||||||
debug: 4.4.3(supports-color@8.1.1)
|
debug: 4.4.3(supports-color@8.1.1)
|
||||||
eslint: 10.2.1
|
eslint: 10.3.0
|
||||||
typescript: 6.0.3
|
typescript: 6.0.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
@@ -2552,20 +2514,18 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
typescript: 6.0.3
|
typescript: 6.0.3
|
||||||
|
|
||||||
'@typescript-eslint/type-utils@8.59.1(eslint@10.2.1)(typescript@6.0.3)':
|
'@typescript-eslint/type-utils@8.59.1(eslint@10.3.0)(typescript@6.0.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 8.59.1
|
'@typescript-eslint/types': 8.59.1
|
||||||
'@typescript-eslint/typescript-estree': 8.59.1(typescript@6.0.3)
|
'@typescript-eslint/typescript-estree': 8.59.1(typescript@6.0.3)
|
||||||
'@typescript-eslint/utils': 8.59.1(eslint@10.2.1)(typescript@6.0.3)
|
'@typescript-eslint/utils': 8.59.1(eslint@10.3.0)(typescript@6.0.3)
|
||||||
debug: 4.4.3(supports-color@8.1.1)
|
debug: 4.4.3(supports-color@8.1.1)
|
||||||
eslint: 10.2.1
|
eslint: 10.3.0
|
||||||
ts-api-utils: 2.5.0(typescript@6.0.3)
|
ts-api-utils: 2.5.0(typescript@6.0.3)
|
||||||
typescript: 6.0.3
|
typescript: 6.0.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/types@8.58.2': {}
|
|
||||||
|
|
||||||
'@typescript-eslint/types@8.59.1': {}
|
'@typescript-eslint/types@8.59.1': {}
|
||||||
|
|
||||||
'@typescript-eslint/typescript-estree@8.59.1(typescript@6.0.3)':
|
'@typescript-eslint/typescript-estree@8.59.1(typescript@6.0.3)':
|
||||||
@@ -2583,13 +2543,13 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/utils@8.59.1(eslint@10.2.1)(typescript@6.0.3)':
|
'@typescript-eslint/utils@8.59.1(eslint@10.3.0)(typescript@6.0.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.9.1(eslint@10.2.1)
|
'@eslint-community/eslint-utils': 4.9.1(eslint@10.3.0)
|
||||||
'@typescript-eslint/scope-manager': 8.59.1
|
'@typescript-eslint/scope-manager': 8.59.1
|
||||||
'@typescript-eslint/types': 8.59.1
|
'@typescript-eslint/types': 8.59.1
|
||||||
'@typescript-eslint/typescript-estree': 8.59.1(typescript@6.0.3)
|
'@typescript-eslint/typescript-estree': 8.59.1(typescript@6.0.3)
|
||||||
eslint: 10.2.1
|
eslint: 10.3.0
|
||||||
typescript: 6.0.3
|
typescript: 6.0.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
@@ -2817,11 +2777,6 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
ms: 2.0.0
|
ms: 2.0.0
|
||||||
|
|
||||||
debug@3.2.7:
|
|
||||||
dependencies:
|
|
||||||
ms: 2.1.3
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
debug@4.4.1:
|
debug@4.4.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
ms: 2.1.3
|
ms: 2.1.3
|
||||||
@@ -2859,8 +2814,8 @@ snapshots:
|
|||||||
domain-alive@0.1.22:
|
domain-alive@0.1.22:
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.4.1
|
debug: 4.4.1
|
||||||
foxts: 5.4.1
|
foxts: 5.4.2
|
||||||
tldts: 7.0.29
|
tldts: 7.0.30
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
@@ -2923,34 +2878,34 @@ snapshots:
|
|||||||
|
|
||||||
escape-string-regexp@4.0.0: {}
|
escape-string-regexp@4.0.0: {}
|
||||||
|
|
||||||
eslint-compat-utils@0.5.1(eslint@10.2.1):
|
eslint-compat-utils@0.5.1(eslint@10.3.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 10.2.1
|
eslint: 10.3.0
|
||||||
semver: 7.7.3
|
semver: 7.7.3
|
||||||
|
|
||||||
eslint-config-sukka@8.10.0(@typescript-eslint/utils@8.59.1(eslint@10.2.1)(typescript@6.0.3))(eslint-import-resolver-node@0.3.9)(eslint@10.2.1)(typescript@6.0.3):
|
eslint-config-sukka@8.10.1(@typescript-eslint/utils@8.59.1(eslint@10.3.0)(typescript@6.0.3))(eslint@10.3.0)(typescript@6.0.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/install-pkg': 1.1.0
|
'@antfu/install-pkg': 1.1.0
|
||||||
'@eslint-community/eslint-plugin-eslint-comments': 4.7.1(eslint@10.2.1)
|
'@eslint-community/eslint-plugin-eslint-comments': 4.7.1(eslint@10.3.0)
|
||||||
'@eslint-sukka/eslint-plugin-stylistic': 8.10.0(eslint@10.2.1)
|
'@eslint-sukka/eslint-plugin-stylistic': 8.10.1(eslint@10.3.0)
|
||||||
'@eslint-sukka/eslint-plugin-sukka-full': 8.10.0(eslint@10.2.1)(typescript@6.0.3)
|
'@eslint-sukka/eslint-plugin-sukka-full': 8.10.1(eslint@10.3.0)(typescript@6.0.3)
|
||||||
'@eslint-sukka/shared': 8.10.0(eslint@10.2.1)(typescript@6.0.3)
|
'@eslint-sukka/shared': 8.10.1(eslint@10.3.0)(typescript@6.0.3)
|
||||||
'@eslint/config-helpers': 0.5.5
|
'@eslint/config-helpers': 0.5.5
|
||||||
'@eslint/js': 10.0.1(eslint@10.2.1)
|
'@eslint/js': 10.0.1(eslint@10.3.0)
|
||||||
'@typescript-eslint/eslint-plugin': 8.59.1(@typescript-eslint/parser@8.59.1(eslint@10.2.1)(typescript@6.0.3))(eslint@10.2.1)(typescript@6.0.3)
|
'@typescript-eslint/eslint-plugin': 8.59.1(@typescript-eslint/parser@8.59.1(eslint@10.3.0)(typescript@6.0.3))(eslint@10.3.0)(typescript@6.0.3)
|
||||||
'@typescript-eslint/parser': 8.59.1(eslint@10.2.1)(typescript@6.0.3)
|
'@typescript-eslint/parser': 8.59.1(eslint@10.3.0)(typescript@6.0.3)
|
||||||
ci-info: 4.4.0
|
ci-info: 4.4.0
|
||||||
defu: 6.1.7
|
defu: 6.1.7
|
||||||
eslint-import-resolver-typescript: 4.4.4(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.59.1(eslint@10.2.1)(typescript@6.0.3))(eslint-import-resolver-node@0.3.9)(eslint@10.2.1))(eslint@10.2.1)
|
eslint-import-resolver-typescript: 4.4.4(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.59.1(eslint@10.3.0)(typescript@6.0.3))(eslint@10.3.0))(eslint@10.3.0)
|
||||||
eslint-plugin-import-x: 4.16.2(@typescript-eslint/utils@8.59.1(eslint@10.2.1)(typescript@6.0.3))(eslint-import-resolver-node@0.3.9)(eslint@10.2.1)
|
eslint-plugin-import-x: 4.16.2(@typescript-eslint/utils@8.59.1(eslint@10.3.0)(typescript@6.0.3))(eslint@10.3.0)
|
||||||
eslint-plugin-jsonc: 3.1.2(eslint@10.2.1)
|
eslint-plugin-jsonc: 3.1.2(eslint@10.3.0)
|
||||||
eslint-plugin-promise: 7.3.0(eslint@10.2.1)
|
eslint-plugin-promise: 7.3.0(eslint@10.3.0)
|
||||||
eslint-plugin-regexp: 3.1.0(eslint@10.2.1)
|
eslint-plugin-regexp: 3.1.0(eslint@10.3.0)
|
||||||
eslint-plugin-unused-imports: 4.4.1(@typescript-eslint/eslint-plugin@8.59.1(@typescript-eslint/parser@8.59.1(eslint@10.2.1)(typescript@6.0.3))(eslint@10.2.1)(typescript@6.0.3))(eslint@10.2.1)
|
eslint-plugin-unused-imports: 4.4.1(@typescript-eslint/eslint-plugin@8.59.1(@typescript-eslint/parser@8.59.1(eslint@10.3.0)(typescript@6.0.3))(eslint@10.3.0)(typescript@6.0.3))(eslint@10.3.0)
|
||||||
foxts: 5.4.1
|
foxts: 5.4.2
|
||||||
jsonc-eslint-parser: 3.1.0
|
jsonc-eslint-parser: 3.1.0
|
||||||
picocolors: 1.1.1
|
picocolors: 1.1.1
|
||||||
typescript-eslint: 8.59.1(eslint@10.2.1)(typescript@6.0.3)
|
typescript-eslint: 8.59.1(eslint@10.3.0)(typescript@6.0.3)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@eslint/json'
|
- '@eslint/json'
|
||||||
- '@typescript-eslint/utils'
|
- '@typescript-eslint/utils'
|
||||||
@@ -2960,11 +2915,11 @@ snapshots:
|
|||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
eslint-formatter-sukka@8.10.0(eslint@10.2.1):
|
eslint-formatter-sukka@8.10.1(eslint@10.3.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
ci-info: 4.4.0
|
ci-info: 4.4.0
|
||||||
eslint: 10.2.1
|
eslint: 10.3.0
|
||||||
foxts: 5.4.1
|
foxts: 5.4.2
|
||||||
picocolors: 1.1.1
|
picocolors: 1.1.1
|
||||||
|
|
||||||
eslint-import-context@0.1.9(unrs-resolver@1.11.1):
|
eslint-import-context@0.1.9(unrs-resolver@1.11.1):
|
||||||
@@ -2974,19 +2929,10 @@ snapshots:
|
|||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
unrs-resolver: 1.11.1
|
unrs-resolver: 1.11.1
|
||||||
|
|
||||||
eslint-import-resolver-node@0.3.9:
|
eslint-import-resolver-typescript@4.4.4(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.59.1(eslint@10.3.0)(typescript@6.0.3))(eslint@10.3.0))(eslint@10.3.0):
|
||||||
dependencies:
|
|
||||||
debug: 3.2.7
|
|
||||||
is-core-module: 2.16.1
|
|
||||||
resolve: 1.22.10
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- supports-color
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
eslint-import-resolver-typescript@4.4.4(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.59.1(eslint@10.2.1)(typescript@6.0.3))(eslint-import-resolver-node@0.3.9)(eslint@10.2.1))(eslint@10.2.1):
|
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.4.3(supports-color@8.1.1)
|
debug: 4.4.3(supports-color@8.1.1)
|
||||||
eslint: 10.2.1
|
eslint: 10.3.0
|
||||||
eslint-import-context: 0.1.9(unrs-resolver@1.11.1)
|
eslint-import-context: 0.1.9(unrs-resolver@1.11.1)
|
||||||
get-tsconfig: 4.12.0
|
get-tsconfig: 4.12.0
|
||||||
is-bun-module: 2.0.0
|
is-bun-module: 2.0.0
|
||||||
@@ -2994,30 +2940,30 @@ snapshots:
|
|||||||
tinyglobby: 0.2.16
|
tinyglobby: 0.2.16
|
||||||
unrs-resolver: 1.11.1
|
unrs-resolver: 1.11.1
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
eslint-plugin-import-x: 4.16.2(@typescript-eslint/utils@8.59.1(eslint@10.2.1)(typescript@6.0.3))(eslint-import-resolver-node@0.3.9)(eslint@10.2.1)
|
eslint-plugin-import-x: 4.16.2(@typescript-eslint/utils@8.59.1(eslint@10.3.0)(typescript@6.0.3))(eslint@10.3.0)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
eslint-json-compat-utils@0.2.3(eslint@10.2.1)(jsonc-eslint-parser@3.1.0):
|
eslint-json-compat-utils@0.2.3(eslint@10.3.0)(jsonc-eslint-parser@3.1.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 10.2.1
|
eslint: 10.3.0
|
||||||
esquery: 1.7.0
|
esquery: 1.7.0
|
||||||
jsonc-eslint-parser: 3.1.0
|
jsonc-eslint-parser: 3.1.0
|
||||||
|
|
||||||
eslint-plugin-es-x@7.8.0(eslint@10.2.1):
|
eslint-plugin-es-x@7.8.0(eslint@10.3.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.9.1(eslint@10.2.1)
|
'@eslint-community/eslint-utils': 4.9.1(eslint@10.3.0)
|
||||||
'@eslint-community/regexpp': 4.12.2
|
'@eslint-community/regexpp': 4.12.2
|
||||||
eslint: 10.2.1
|
eslint: 10.3.0
|
||||||
eslint-compat-utils: 0.5.1(eslint@10.2.1)
|
eslint-compat-utils: 0.5.1(eslint@10.3.0)
|
||||||
|
|
||||||
eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.59.1(eslint@10.2.1)(typescript@6.0.3))(eslint-import-resolver-node@0.3.9)(eslint@10.2.1):
|
eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.59.1(eslint@10.3.0)(typescript@6.0.3))(eslint@10.3.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@package-json/types': 0.0.12
|
'@package-json/types': 0.0.12
|
||||||
'@typescript-eslint/types': 8.58.2
|
'@typescript-eslint/types': 8.59.1
|
||||||
comment-parser: 1.4.1
|
comment-parser: 1.4.1
|
||||||
debug: 4.4.3(supports-color@8.1.1)
|
debug: 4.4.3(supports-color@8.1.1)
|
||||||
eslint: 10.2.1
|
eslint: 10.3.0
|
||||||
eslint-import-context: 0.1.9(unrs-resolver@1.11.1)
|
eslint-import-context: 0.1.9(unrs-resolver@1.11.1)
|
||||||
is-glob: 4.0.3
|
is-glob: 4.0.3
|
||||||
minimatch: 10.2.4
|
minimatch: 10.2.4
|
||||||
@@ -3025,32 +2971,31 @@ snapshots:
|
|||||||
stable-hash-x: 0.2.0
|
stable-hash-x: 0.2.0
|
||||||
unrs-resolver: 1.11.1
|
unrs-resolver: 1.11.1
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@typescript-eslint/utils': 8.59.1(eslint@10.2.1)(typescript@6.0.3)
|
'@typescript-eslint/utils': 8.59.1(eslint@10.3.0)(typescript@6.0.3)
|
||||||
eslint-import-resolver-node: 0.3.9
|
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
eslint-plugin-jsonc@3.1.2(eslint@10.2.1):
|
eslint-plugin-jsonc@3.1.2(eslint@10.3.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.9.1(eslint@10.2.1)
|
'@eslint-community/eslint-utils': 4.9.1(eslint@10.3.0)
|
||||||
'@eslint/core': 1.2.1
|
'@eslint/core': 1.2.1
|
||||||
'@eslint/plugin-kit': 0.6.1
|
'@eslint/plugin-kit': 0.6.1
|
||||||
'@ota-meshi/ast-token-store': 0.3.0
|
'@ota-meshi/ast-token-store': 0.3.0
|
||||||
diff-sequences: 29.6.3
|
diff-sequences: 29.6.3
|
||||||
eslint: 10.2.1
|
eslint: 10.3.0
|
||||||
eslint-json-compat-utils: 0.2.3(eslint@10.2.1)(jsonc-eslint-parser@3.1.0)
|
eslint-json-compat-utils: 0.2.3(eslint@10.3.0)(jsonc-eslint-parser@3.1.0)
|
||||||
jsonc-eslint-parser: 3.1.0
|
jsonc-eslint-parser: 3.1.0
|
||||||
natural-compare: 1.4.0
|
natural-compare: 1.4.0
|
||||||
synckit: 0.11.12
|
synckit: 0.11.12
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@eslint/json'
|
- '@eslint/json'
|
||||||
|
|
||||||
eslint-plugin-n@17.24.0(eslint@10.2.1)(typescript@6.0.3):
|
eslint-plugin-n@17.24.0(eslint@10.3.0)(typescript@6.0.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.9.1(eslint@10.2.1)
|
'@eslint-community/eslint-utils': 4.9.1(eslint@10.3.0)
|
||||||
enhanced-resolve: 5.18.3
|
enhanced-resolve: 5.18.3
|
||||||
eslint: 10.2.1
|
eslint: 10.3.0
|
||||||
eslint-plugin-es-x: 7.8.0(eslint@10.2.1)
|
eslint-plugin-es-x: 7.8.0(eslint@10.3.0)
|
||||||
get-tsconfig: 4.12.0
|
get-tsconfig: 4.12.0
|
||||||
globals: 15.15.0
|
globals: 15.15.0
|
||||||
globrex: 0.1.2
|
globrex: 0.1.2
|
||||||
@@ -3060,37 +3005,37 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
eslint-plugin-promise@7.3.0(eslint@10.2.1):
|
eslint-plugin-promise@7.3.0(eslint@10.3.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.9.1(eslint@10.2.1)
|
'@eslint-community/eslint-utils': 4.9.1(eslint@10.3.0)
|
||||||
eslint: 10.2.1
|
eslint: 10.3.0
|
||||||
|
|
||||||
eslint-plugin-regexp@3.1.0(eslint@10.2.1):
|
eslint-plugin-regexp@3.1.0(eslint@10.3.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.9.1(eslint@10.2.1)
|
'@eslint-community/eslint-utils': 4.9.1(eslint@10.3.0)
|
||||||
'@eslint-community/regexpp': 4.12.2
|
'@eslint-community/regexpp': 4.12.2
|
||||||
comment-parser: 1.4.1
|
comment-parser: 1.4.1
|
||||||
eslint: 10.2.1
|
eslint: 10.3.0
|
||||||
jsdoc-type-pratt-parser: 7.1.1
|
jsdoc-type-pratt-parser: 7.1.1
|
||||||
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@9.4.0(eslint@10.2.1)(typescript@6.0.3):
|
eslint-plugin-sukka@9.4.0(eslint@10.3.0)(typescript@6.0.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 8.59.1
|
'@typescript-eslint/types': 8.59.1
|
||||||
'@typescript-eslint/utils': 8.59.1(eslint@10.2.1)(typescript@6.0.3)
|
'@typescript-eslint/utils': 8.59.1(eslint@10.3.0)(typescript@6.0.3)
|
||||||
eslint: 10.2.1
|
eslint: 10.3.0
|
||||||
foxts: 5.4.1
|
foxts: 5.4.2
|
||||||
typescript: 6.0.3
|
typescript: 6.0.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
eslint-plugin-unused-imports@4.4.1(@typescript-eslint/eslint-plugin@8.59.1(@typescript-eslint/parser@8.59.1(eslint@10.2.1)(typescript@6.0.3))(eslint@10.2.1)(typescript@6.0.3))(eslint@10.2.1):
|
eslint-plugin-unused-imports@4.4.1(@typescript-eslint/eslint-plugin@8.59.1(@typescript-eslint/parser@8.59.1(eslint@10.3.0)(typescript@6.0.3))(eslint@10.3.0)(typescript@6.0.3))(eslint@10.3.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 10.2.1
|
eslint: 10.3.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@typescript-eslint/eslint-plugin': 8.59.1(@typescript-eslint/parser@8.59.1(eslint@10.2.1)(typescript@6.0.3))(eslint@10.2.1)(typescript@6.0.3)
|
'@typescript-eslint/eslint-plugin': 8.59.1(@typescript-eslint/parser@8.59.1(eslint@10.3.0)(typescript@6.0.3))(eslint@10.3.0)(typescript@6.0.3)
|
||||||
|
|
||||||
eslint-scope@9.1.2:
|
eslint-scope@9.1.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -3103,9 +3048,9 @@ snapshots:
|
|||||||
|
|
||||||
eslint-visitor-keys@5.0.1: {}
|
eslint-visitor-keys@5.0.1: {}
|
||||||
|
|
||||||
eslint@10.2.1:
|
eslint@10.3.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.9.1(eslint@10.2.1)
|
'@eslint-community/eslint-utils': 4.9.1(eslint@10.3.0)
|
||||||
'@eslint-community/regexpp': 4.12.2
|
'@eslint-community/regexpp': 4.12.2
|
||||||
'@eslint/config-array': 0.23.5
|
'@eslint/config-array': 0.23.5
|
||||||
'@eslint/config-helpers': 0.5.5
|
'@eslint/config-helpers': 0.5.5
|
||||||
@@ -3226,13 +3171,10 @@ snapshots:
|
|||||||
fast-escape-html: 1.1.0
|
fast-escape-html: 1.1.0
|
||||||
fast-escape-regexp: 1.0.1
|
fast-escape-regexp: 1.0.1
|
||||||
|
|
||||||
foxts@5.4.1: {}
|
foxts@5.4.2: {}
|
||||||
|
|
||||||
fs-constants@1.0.0: {}
|
fs-constants@1.0.0: {}
|
||||||
|
|
||||||
function-bind@1.1.2:
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
get-caller-file@2.0.5: {}
|
get-caller-file@2.0.5: {}
|
||||||
|
|
||||||
get-tsconfig@4.12.0:
|
get-tsconfig@4.12.0:
|
||||||
@@ -3264,11 +3206,6 @@ snapshots:
|
|||||||
|
|
||||||
hash-wasm@4.12.0: {}
|
hash-wasm@4.12.0: {}
|
||||||
|
|
||||||
hasown@2.0.2:
|
|
||||||
dependencies:
|
|
||||||
function-bind: 1.1.2
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
he@1.2.0: {}
|
he@1.2.0: {}
|
||||||
|
|
||||||
htmlparser2@6.1.0:
|
htmlparser2@6.1.0:
|
||||||
@@ -3296,11 +3233,6 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
semver: 7.7.3
|
semver: 7.7.3
|
||||||
|
|
||||||
is-core-module@2.16.1:
|
|
||||||
dependencies:
|
|
||||||
hasown: 2.0.2
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
is-extglob@2.1.1: {}
|
is-extglob@2.1.1: {}
|
||||||
|
|
||||||
is-fullwidth-code-point@3.0.0: {}
|
is-fullwidth-code-point@3.0.0: {}
|
||||||
@@ -3514,9 +3446,6 @@ snapshots:
|
|||||||
|
|
||||||
path-key@3.1.1: {}
|
path-key@3.1.1: {}
|
||||||
|
|
||||||
path-parse@1.0.7:
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
path-scurry@1.11.1:
|
path-scurry@1.11.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
lru-cache: 10.4.3
|
lru-cache: 10.4.3
|
||||||
@@ -3586,13 +3515,6 @@ snapshots:
|
|||||||
|
|
||||||
resolve-pkg-maps@1.0.0: {}
|
resolve-pkg-maps@1.0.0: {}
|
||||||
|
|
||||||
resolve@1.22.10:
|
|
||||||
dependencies:
|
|
||||||
is-core-module: 2.16.1
|
|
||||||
path-parse: 1.0.7
|
|
||||||
supports-preserve-symlinks-flag: 1.0.0
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
scslre@0.3.0:
|
scslre@0.3.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/regexpp': 4.12.2
|
'@eslint-community/regexpp': 4.12.2
|
||||||
@@ -3688,9 +3610,6 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
has-flag: 4.0.0
|
has-flag: 4.0.0
|
||||||
|
|
||||||
supports-preserve-symlinks-flag@1.0.0:
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
synckit@0.11.12:
|
synckit@0.11.12:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@pkgr/core': 0.2.9
|
'@pkgr/core': 0.2.9
|
||||||
@@ -3761,15 +3680,15 @@ snapshots:
|
|||||||
fdir: 6.5.0(picomatch@4.0.4)
|
fdir: 6.5.0(picomatch@4.0.4)
|
||||||
picomatch: 4.0.4
|
picomatch: 4.0.4
|
||||||
|
|
||||||
tldts-core@7.0.29: {}
|
tldts-core@7.0.30: {}
|
||||||
|
|
||||||
tldts-experimental@7.0.29:
|
tldts-experimental@7.0.30:
|
||||||
dependencies:
|
dependencies:
|
||||||
tldts-core: 7.0.29
|
tldts-core: 7.0.30
|
||||||
|
|
||||||
tldts@7.0.29:
|
tldts@7.0.30:
|
||||||
dependencies:
|
dependencies:
|
||||||
tldts-core: 7.0.29
|
tldts-core: 7.0.30
|
||||||
|
|
||||||
ts-api-utils@2.5.0(typescript@6.0.3):
|
ts-api-utils@2.5.0(typescript@6.0.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -3798,28 +3717,28 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
is-typedarray: 1.0.0
|
is-typedarray: 1.0.0
|
||||||
|
|
||||||
typescript-eslint@8.59.1(eslint@10.2.1)(typescript@6.0.3):
|
typescript-eslint@8.59.1(eslint@10.3.0)(typescript@6.0.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/eslint-plugin': 8.59.1(@typescript-eslint/parser@8.59.1(eslint@10.2.1)(typescript@6.0.3))(eslint@10.2.1)(typescript@6.0.3)
|
'@typescript-eslint/eslint-plugin': 8.59.1(@typescript-eslint/parser@8.59.1(eslint@10.3.0)(typescript@6.0.3))(eslint@10.3.0)(typescript@6.0.3)
|
||||||
'@typescript-eslint/parser': 8.59.1(eslint@10.2.1)(typescript@6.0.3)
|
'@typescript-eslint/parser': 8.59.1(eslint@10.3.0)(typescript@6.0.3)
|
||||||
'@typescript-eslint/typescript-estree': 8.59.1(typescript@6.0.3)
|
'@typescript-eslint/typescript-estree': 8.59.1(typescript@6.0.3)
|
||||||
'@typescript-eslint/utils': 8.59.1(eslint@10.2.1)(typescript@6.0.3)
|
'@typescript-eslint/utils': 8.59.1(eslint@10.3.0)(typescript@6.0.3)
|
||||||
eslint: 10.2.1
|
eslint: 10.3.0
|
||||||
typescript: 6.0.3
|
typescript: 6.0.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
typescript@6.0.3: {}
|
typescript@6.0.3: {}
|
||||||
|
|
||||||
undici-cache-store-better-sqlite3@1.0.1(undici@8.1.0):
|
undici-cache-store-better-sqlite3@1.0.1(undici@8.2.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
better-sqlite3: 12.8.0
|
better-sqlite3: 12.8.0
|
||||||
foxts: 5.4.1
|
foxts: 5.4.2
|
||||||
undici: 8.1.0
|
undici: 8.2.0
|
||||||
|
|
||||||
undici-types@7.19.2: {}
|
undici-types@7.19.2: {}
|
||||||
|
|
||||||
undici@8.1.0: {}
|
undici@8.2.0: {}
|
||||||
|
|
||||||
unrs-resolver@1.11.1:
|
unrs-resolver@1.11.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -3902,7 +3821,7 @@ snapshots:
|
|||||||
|
|
||||||
yaeti@0.0.6: {}
|
yaeti@0.0.6: {}
|
||||||
|
|
||||||
yaml@2.8.3: {}
|
yaml@2.8.4: {}
|
||||||
|
|
||||||
yargs-parser@21.1.1: {}
|
yargs-parser@21.1.1: {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user