Housekeeping
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy (3.114.12) (push) Has been cancelled

This commit is contained in:
SukkaW
2026-07-05 20:17:10 +08:00
parent f2db2113a5
commit fc362ff31f
5 changed files with 186 additions and 207 deletions

View File

@@ -19,12 +19,12 @@
"author": "",
"license": "ISC",
"dependencies": {
"@ghostery/adblocker": "^2.18.0",
"@ghostery/adblocker": "^2.18.1",
"@henrygd/queue": "^1.2.0",
"@mitata/counters": "^0.0.8",
"ci-info": "^4.4.0",
"cli-progress": "^3.12.0",
"csv-parse": "^7.0.0",
"csv-parse": "^7.0.1",
"domain-alive": "^0.1.22",
"fast-cidr-tools": "^0.3.4",
"fast-escape-regexp": "^1.0.1",
@@ -38,9 +38,9 @@
"tar-fs": "^3.1.3",
"telegram": "^2.26.22",
"tinyglobby": "^0.2.17",
"tldts": "^7.4.5",
"tldts-experimental": "^7.4.5",
"undici": "^8.5.0",
"tldts": "^7.4.6",
"tldts-experimental": "^7.4.6",
"undici": "^8.7.0",
"undici-cache-store-better-sqlite3": "^1.0.1",
"why-is-node-running": "^3.2.2",
"xbits": "^0.2.0",
@@ -48,7 +48,7 @@
"yauzl-promise": "^4.0.0"
},
"devDependencies": {
"@eslint-sukka/node": "^8.13.2",
"@eslint-sukka/node": "^8.13.4",
"@swc-node/register": "^1.11.1",
"@swc/core": "1.13.5",
"@types/better-sqlite3": "^7.6.13",
@@ -59,14 +59,14 @@
"@types/yauzl-promise": "^4.0.1",
"earl": "^2.0.0",
"eslint": "^10.6.0",
"eslint-config-sukka": "^8.13.2",
"eslint-formatter-sukka": "^8.13.2",
"foxts": "^5.5.1",
"eslint-config-sukka": "^8.13.4",
"eslint-formatter-sukka": "^8.13.4",
"foxts": "^5.6.0",
"jest-worker": "^30.4.1",
"mitata": "^1.0.34",
"mocha": "^11.7.6",
"tinyexec": "^1.2.4",
"typescript": "^6.0.3"
},
"packageManager": "pnpm@11.9.0"
"packageManager": "pnpm@11.10.0"
}