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-daily-rotate-file from 4.7.1 to 5.0.0 (#178)

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

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

代码差异

2 个文件 +14 -14
Modified package-lock.json +13 -13
@@ -15,7 +15,7 @@
15 15 "warframe-public-export-plus": "^0.4.1",
16 16 "warframe-riven-info": "^0.1.0",
17 17 "winston": "^3.11.0",
18 "winston-daily-rotate-file": "^4.7.1"
18 "winston-daily-rotate-file": "^5.0.0"
19 19 },
20 20 "devDependencies": {
21 21 "@types/express": "^4.17.20",
@@ -2574,9 +2574,9 @@
2574 2574 }
2575 2575 },
2576 2576 "node_modules/object-hash": {
2577 "version": "2.2.0",
2578 "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz",
2579 "integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==",
2577 "version": "3.0.0",
2578 "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
2579 "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
2580 2580 "engines": {
2581 2581 "node": ">= 6"
2582 2582 }
@@ -3728,14 +3728,14 @@
3728 3728 }
3729 3729 },
3730 3730 "node_modules/winston-daily-rotate-file": {
3731 "version": "4.7.1",
3732 "resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-4.7.1.tgz",
3733 "integrity": "sha512-7LGPiYGBPNyGHLn9z33i96zx/bd71pjBn9tqQzO3I4Tayv94WPmBNwKC7CO1wPHdP9uvu+Md/1nr6VSH9h0iaA==",
3731 "version": "5.0.0",
3732 "resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-5.0.0.tgz",
3733 "integrity": "sha512-JDjiXXkM5qvwY06733vf09I2wnMXpZEhxEVOSPenZMii+g7pcDcTBt2MRugnoi8BwVSuCT2jfRXBUy+n1Zz/Yw==",
3734 3734 "dependencies": {
3735 3735 "file-stream-rotator": "^0.6.1",
3736 "object-hash": "^2.0.1",
3737 "triple-beam": "^1.3.0",
3738 "winston-transport": "^4.4.0"
3736 "object-hash": "^3.0.0",
3737 "triple-beam": "^1.4.1",
3738 "winston-transport": "^4.7.0"
3739 3739 },
3740 3740 "engines": {
3741 3741 "node": ">=8"
@@ -3745,9 +3745,9 @@
3745 3745 }
3746 3746 },
3747 3747 "node_modules/winston-transport": {
3748 "version": "4.6.0",
3749 "resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.6.0.tgz",
3750 "integrity": "sha512-wbBA9PbPAHxKiygo7ub7BYRiKxms0tpfU2ljtWzb3SjRjv5yl6Ozuy/TkXf00HTAt+Uylo3gSkNwzc4ME0wiIg==",
3748 "version": "4.7.0",
3749 "resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.7.0.tgz",
3750 "integrity": "sha512-ajBj65K5I7denzer2IYW6+2bNIVqLGDHqDw3Ow8Ohh+vdW+rv4MZ6eiDvHoKhfJFZ2auyN8byXieDDJ96ViONg==",
3751 3751 "dependencies": {
3752 3752 "logform": "^2.3.2",
3753 3753 "readable-stream": "^3.6.0",
Modified package.json +1 -1
@@ -19,7 +19,7 @@
19 19 "warframe-public-export-plus": "^0.4.1",
20 20 "warframe-riven-info": "^0.1.0",
21 21 "winston": "^3.11.0",
22 "winston-daily-rotate-file": "^4.7.1"
22 "winston-daily-rotate-file": "^5.0.0"
23 23 },
24 24 "devDependencies": {
25 25 "@types/express": "^4.17.20",