返回提交历史
Modified
.prettierignore
+1
-0
Modified
package-lock.json
+340
-312
Modified
package.json
+2
-1
XFEstudio/SpaceNinjaServer
chore: npm update (#2512)
There were some low severity vulnerabilites audit was complaining about Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2512 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
c3f48648
代码差异
3 个文件
+343
-313
@@ -2,3 +2,4 @@ src/routes/api.ts
2
2
static/webui/libs/
3
3
*.html
4
4
*.md
5
config.json.example
@@ -14,6 +14,7 @@
14
14
"dev": "node scripts/dev.js",
15
15
"dev:bun": "bun scripts/dev.js",
16
16
"verify": "tsgo --noEmit",
17
"verify:tsc": "tsc --noEmit",
17
18
"bun-run": "bun src/index.ts",
18
19
"lint": "eslint --ext .ts .",
19
20
"lint:ci": "eslint --ext .ts --rule \"prettier/prettier: off\" .",
@@ -34,7 +35,7 @@
34
35
"crc-32": "^1.2.2",
35
36
"express": "^5",
36
37
"json-with-bigint": "^3.4.4",
37
"mongoose": "^8.11.0",
38
"mongoose": ">=8.11.0 <8.16.2",
38
39
"morgan": "^1.10.0",
39
40
"ncp": "^2.0.0",
40
41
"typescript": "^5.5",