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

build(deps): bump mongoose from 8.9.3 to 8.9.4 (#779)

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

a8d5bafc
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
提交于

代码差异

2 个文件 +5 -5
Modified package-lock.json +4 -4
@@ -11,7 +11,7 @@
11 11 "dependencies": {
12 12 "copyfiles": "^2.4.1",
13 13 "express": "^5",
14 "mongoose": "^8.9.3",
14 "mongoose": "^8.9.4",
15 15 "warframe-public-export-plus": "^0.5.21",
16 16 "warframe-riven-info": "^0.1.2",
17 17 "winston": "^3.17.0",
@@ -2507,9 +2507,9 @@
2507 2507 }
2508 2508 },
2509 2509 "node_modules/mongoose": {
2510 "version": "8.9.3",
2511 "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.9.3.tgz",
2512 "integrity": "sha512-G50GNPdMqhoiRAJ/24GYAzg13yxXDD3FOOFeYiFwtHmHpAJem3hxbYIxAhLJGWbYEiUZL0qFMu2LXYkgGAmo+Q==",
2510 "version": "8.9.4",
2511 "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.9.4.tgz",
2512 "integrity": "sha512-DndoI01aV/q40P9DiYDXsYjhj8vZjmmuFwcC3Tro5wFznoE1z6Fe2JgMnbLR6ghglym5ziYizSfAJykp+UPZWg==",
2513 2513 "dependencies": {
2514 2514 "bson": "^6.10.1",
2515 2515 "kareem": "2.6.3",
Modified package.json +1 -1
@@ -15,7 +15,7 @@
15 15 "dependencies": {
16 16 "copyfiles": "^2.4.1",
17 17 "express": "^5",
18 "mongoose": "^8.9.3",
18 "mongoose": "^8.9.4",
19 19 "warframe-public-export-plus": "^0.5.21",
20 20 "warframe-riven-info": "^0.1.2",
21 21 "winston": "^3.17.0",