Chore: Housekeeping

This commit is contained in:
SukkaW 2024-03-11 00:28:21 +08:00
parent e008936d9e
commit 352ec2b515
2 changed files with 13 additions and 13 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -14,34 +14,34 @@
"author": "",
"license": "ISC",
"dependencies": {
"@cliqz/adblocker": "^1.26.15",
"@cliqz/adblocker": "^1.26.16",
"@gorhill/publicsuffixlist": "3.0.1",
"@sukka/listdir": "^0.3.1",
"async-retry": "^1.3.3",
"async-sema": "^3.1.1",
"ci-info": "^4.0.0",
"csv-parse": "^5.5.3",
"fast-cidr-tools": "^0.2.4",
"csv-parse": "^5.5.5",
"fast-cidr-tools": "^0.2.5",
"mnemonist": "^0.39.8",
"path-scurry": "^1.10.1",
"picocolors": "^1.0.0",
"punycode": "^2.3.1",
"table": "^6.8.1",
"tar-stream": "^3.1.7",
"tldts": "^6.1.11"
"tldts": "^6.1.13"
},
"devDependencies": {
"@eslint-sukka/node": "5.0.0",
"@eslint-sukka/ts": "5.0.0",
"@eslint-sukka/node": "5.1.2",
"@eslint-sukka/ts": "5.1.2",
"@types/async-retry": "^1.4.8",
"@types/bun": "^1.0.6",
"@types/bun": "^1.0.8",
"@types/tar-stream": "^3.1.3",
"bun-types": "^1.0.28",
"eslint": "^8.56.0",
"eslint-config-sukka": "5.0.0",
"eslint-formatter-sukka": "4.1.9",
"mitata": "^0.1.6",
"typescript": "^5.3.3"
"bun-types": "^1.0.30",
"eslint": "^8.57.0",
"eslint-config-sukka": "5.1.2",
"eslint-formatter-sukka": "5.1.2",
"mitata": "^0.1.11",
"typescript": "^5.4.2"
},
"resolutions": {
"has": "npm:@nolyfill/has@latest"