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

XFESpaceNinjaServer

A simple server for a small space ninja game

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

XFEstudio/XFESpaceNinjaServer

chore: update json-with-bigint minimum required version

c58c70c4
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

2 个文件 +2 -2
Modified package-lock.json +1 -1
@@ -13,7 +13,7 @@
13 13 "@types/morgan": "^1.9.9",
14 14 "crc-32": "^1.2.2",
15 15 "express": "^5",
16 "json-with-bigint": "^3.2.2",
16 "json-with-bigint": "^3.4.4",
17 17 "mongoose": "^8.11.0",
18 18 "morgan": "^1.10.0",
19 19 "ncp": "^2.0.0",
Modified package.json +1 -1
@@ -20,7 +20,7 @@
20 20 "@types/morgan": "^1.9.9",
21 21 "crc-32": "^1.2.2",
22 22 "express": "^5",
23 "json-with-bigint": "^3.2.2",
23 "json-with-bigint": "^3.4.4",
24 24 "mongoose": "^8.11.0",
25 25 "morgan": "^1.10.0",
26 26 "ncp": "^2.0.0",