mirror of
https://github.com/SukkaW/Surge.git
synced 2026-02-01 19:41:54 +08:00
Chore: update domain alive check [skip ci]
This commit is contained in:
18
package.json
18
package.json
@@ -22,17 +22,17 @@
|
||||
"@ghostery/adblocker": "^2.11.5",
|
||||
"@henrygd/queue": "^1.0.7",
|
||||
"@mitata/counters": "^0.0.8",
|
||||
"async-retry": "^1.3.3",
|
||||
"better-sqlite3": "^12.2.0",
|
||||
"ci-info": "^4.3.0",
|
||||
"cli-progress": "^3.12.0",
|
||||
"csv-parse": "^6.1.0",
|
||||
"dns2": "^2.1.0",
|
||||
"dns2": "github:lsongdev/node-dns#e4fa035aca0b8eb730bde3431fbf0c60a31a09c9",
|
||||
"domain-alive": "^0.1.5",
|
||||
"fast-cidr-tools": "^0.3.2",
|
||||
"fast-fifo": "^1.3.2",
|
||||
"fast-uri": "^3.0.6",
|
||||
"fdir": "^6.5.0",
|
||||
"foxts": "^3.11.1",
|
||||
"foxts": "^3.12.0",
|
||||
"hash-wasm": "^4.12.0",
|
||||
"json-stringify-pretty-compact": "3.0.0",
|
||||
"null-prototype-object": "^1.2.2",
|
||||
@@ -44,7 +44,6 @@
|
||||
"tldts-experimental": "^6.1.86",
|
||||
"undici": "^7.14.0",
|
||||
"undici-cache-store-better-sqlite3": "^1.0.0",
|
||||
"whoiser": "^1.18.0",
|
||||
"why-is-node-running": "^3.2.2",
|
||||
"worktank": "^3.0.2",
|
||||
"xbits": "^0.2.0",
|
||||
@@ -55,7 +54,6 @@
|
||||
"@eslint-sukka/node": "^6.23.1",
|
||||
"@swc-node/register": "^1.11.1",
|
||||
"@swc/core": "^1.13.4",
|
||||
"@types/async-retry": "^1.4.9",
|
||||
"@types/better-sqlite3": "^7.6.13",
|
||||
"@types/cli-progress": "^3.11.6",
|
||||
"@types/dns2": "^2.0.10",
|
||||
@@ -76,9 +74,6 @@
|
||||
},
|
||||
"packageManager": "pnpm@10.15.0",
|
||||
"pnpm": {
|
||||
"patchedDependencies": {
|
||||
"whoiser": "patches/whoiser.patch"
|
||||
},
|
||||
"onlyBuiltDependencies": [
|
||||
"@swc/core",
|
||||
"better-sqlite3",
|
||||
@@ -89,6 +84,11 @@
|
||||
"globalthis": "npm:@nolyfill/globalthis@^1.0.44",
|
||||
"has": "npm:@nolyfill/has@^1.0.44",
|
||||
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.44"
|
||||
}
|
||||
},
|
||||
"ignoredBuiltDependencies": [
|
||||
"bufferutil",
|
||||
"es5-ext",
|
||||
"utf-8-validate"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user