chore: npm update (#2512)

There were some low severity vulnerabilites audit was complaining about

Reviewed-on: OpenWF/SpaceNinjaServer#2512
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
This commit is contained in:
Sainan 2025-07-20 00:28:46 -07:00 committed by Sainan
parent 49c353d895
commit c3f486488f
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",