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 PE+ (#4421)

Closes #4420 Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/4421 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>

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

代码差异

2 个文件 +5 -5
Modified package-lock.json +4 -4
@@ -16,7 +16,7 @@
16 16 "mongoose": "^9.6.2",
17 17 "morgan": "^1.10.0",
18 18 "undici": "^7.10.0",
19 "warframe-public-export-plus": "^0.6.5",
19 "warframe-public-export-plus": "^0.6.6",
20 20 "warframe-riven-info": "^0.1.2",
21 21 "winston": "^3.17.0",
22 22 "winston-daily-rotate-file": "^5.0.0",
@@ -4894,9 +4894,9 @@
4894 4894 }
4895 4895 },
4896 4896 "node_modules/warframe-public-export-plus": {
4897 "version": "0.6.5",
4898 "resolved": "https://registry.npmjs.org/warframe-public-export-plus/-/warframe-public-export-plus-0.6.5.tgz",
4899 "integrity": "sha512-iOfjmaXqeFNSyOh+sbx1jyeZd7I3989afKEWQeR2Bcbc4+24xP6t2DTXCb6sNgIWV8Ur5GIYxb2TjuTVOXdOJA=="
4897 "version": "0.6.6",
4898 "resolved": "https://registry.npmjs.org/warframe-public-export-plus/-/warframe-public-export-plus-0.6.6.tgz",
4899 "integrity": "sha512-7xcbSCm9gJQsGecdFURdZzoarUQWoirOyCD2faMLW0/3dmnG/53x4HC/4YDekMxFKzOsClNdJMC1snqagH4ioQ=="
4900 4900 },
4901 4901 "node_modules/warframe-riven-info": {
4902 4902 "version": "0.1.2",
Modified package.json +1 -1
@@ -36,7 +36,7 @@
36 36 "mongoose": "^9.6.2",
37 37 "morgan": "^1.10.0",
38 38 "undici": "^7.10.0",
39 "warframe-public-export-plus": "^0.6.5",
39 "warframe-public-export-plus": "^0.6.6",
40 40 "warframe-riven-info": "^0.1.2",
41 41 "winston": "^3.17.0",
42 42 "winston-daily-rotate-file": "^5.0.0",