chore: npm update #2512

Merged
Sainan merged 5 commits from npm-update into main 2025-07-20 00:28:47 -07:00
3 changed files with 344 additions and 314 deletions

View File

@ -2,3 +2,4 @@ src/routes/api.ts
static/webui/libs/
*.html
*.md
config.json.example

654
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,6 +14,7 @@
"dev": "node scripts/dev.js",
"dev:bun": "bun scripts/dev.js",
"verify": "tsgo --noEmit",
"verify:tsc": "tsc --noEmit",
"bun-run": "bun src/index.ts",
"lint": "eslint --ext .ts .",
"lint:ci": "eslint --ext .ts --rule \"prettier/prettier: off\" .",
@ -34,7 +35,7 @@
"crc-32": "^1.2.2",
"express": "^5",
"json-with-bigint": "^3.4.4",
"mongoose": "^8.11.0",
"mongoose": ">=8.11.0 <8.16.2",
"morgan": "^1.10.0",
"ncp": "^2.0.0",
"typescript": "^5.5",