Housekepeing

This commit is contained in:
SukkaW
2024-08-13 02:27:54 +08:00
parent 469b05223f
commit 848ca8fc03
2 changed files with 200 additions and 189 deletions

View File

@@ -20,7 +20,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@cliqz/adblocker": "^1.31.1",
"@cliqz/adblocker": "^1.31.3",
"@jsdevtools/ez-spawn": "^3.0.4",
"async-retry": "^1.3.3",
"async-sema": "^3.1.1",
@@ -38,14 +38,14 @@
"punycode": "^2.3.1",
"table": "^6.8.2",
"tar-stream": "^3.1.7",
"tldts": "^6.1.37",
"tldts-experimental": "^6.1.37",
"tldts": "^6.1.39",
"tldts-experimental": "^6.1.39",
"yaml": "^2.5.0"
},
"devDependencies": {
"@eslint-sukka/node": "^6.1.10",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.7.6",
"@swc/core": "^1.7.10",
"@types/async-retry": "^1.4.8",
"@types/better-sqlite3": "^7.6.11",
"@types/chai": "^4.3.17",
@@ -54,14 +54,14 @@
"@types/punycode": "^2.1.4",
"@types/tar-stream": "^3.1.3",
"chai": "4",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"eslint-config-sukka": "^6.1.10",
"eslint-formatter-sukka": "^6.1.10",
"mitata": "^0.1.11",
"mocha": "^10.7.0",
"mocha": "^10.7.3",
"typescript": "^5.5.4"
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.7.0",
"resolutions": {
"has": "npm:@nolyfill/has@latest"
}