XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 0
返回提交历史

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
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

3 个文件 +343 -313
Modified .prettierignore +1 -0
@@ -2,3 +2,4 @@ src/routes/api.ts
2 2 static/webui/libs/
3 3 *.html
4 4 *.md
5 config.json.example
Modified package.json +2 -1
@@ -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",