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 winston from 3.11.0 to 3.13.0 (#176)

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

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

代码差异

2 个文件 +6 -6
Modified package-lock.json +5 -5
@@ -14,7 +14,7 @@
14 14 "mongoose": "^8.1.1",
15 15 "warframe-public-export-plus": "^0.4.1",
16 16 "warframe-riven-info": "^0.1.0",
17 "winston": "^3.11.0",
17 "winston": "^3.13.0",
18 18 "winston-daily-rotate-file": "^5.0.0"
19 19 },
20 20 "devDependencies": {
@@ -3707,9 +3707,9 @@
3707 3707 }
3708 3708 },
3709 3709 "node_modules/winston": {
3710 "version": "3.11.0",
3711 "resolved": "https://registry.npmjs.org/winston/-/winston-3.11.0.tgz",
3712 "integrity": "sha512-L3yR6/MzZAOl0DsysUXHVjOwv8mKZ71TrA/41EIduGpOOV5LQVodqN+QdQ6BS6PJ/RdIshZhq84P/fStEZkk7g==",
3710 "version": "3.13.0",
3711 "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.0.tgz",
3712 "integrity": "sha512-rwidmA1w3SE4j0E5MuIufFhyJPBDG7Nu71RkZor1p2+qHvJSZ9GYDA81AyleQcZbh/+V6HjeBdfnTZJm9rSeQQ==",
3713 3713 "dependencies": {
3714 3714 "@colors/colors": "^1.6.0",
3715 3715 "@dabh/diagnostics": "^2.0.2",
@@ -3721,7 +3721,7 @@
3721 3721 "safe-stable-stringify": "^2.3.1",
3722 3722 "stack-trace": "0.0.x",
3723 3723 "triple-beam": "^1.3.0",
3724 "winston-transport": "^4.5.0"
3724 "winston-transport": "^4.7.0"
3725 3725 },
3726 3726 "engines": {
3727 3727 "node": ">= 12.0.0"
Modified package.json +1 -1
@@ -18,7 +18,7 @@
18 18 "mongoose": "^8.1.1",
19 19 "warframe-public-export-plus": "^0.4.1",
20 20 "warframe-riven-info": "^0.1.0",
21 "winston": "^3.11.0",
21 "winston": "^3.13.0",
22 22 "winston-daily-rotate-file": "^5.0.0"
23 23 },
24 24 "devDependencies": {