Skip to content

Commit 07d99ed

Browse files
committed
fix(backend): promoted dependency winston
1 parent 25e86af commit 07d99ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"source-map-support": "~0.5.21",
3838
"telnet-stream": "~1.1.0",
3939
"url": "~0.11.3",
40-
"uuid": "~9.0.1"
40+
"uuid": "~9.0.1",
41+
"winston": "~3.13.0"
4142
},
4243
"devDependencies": {
4344
"@types/cookie-session": "~2.0.49",
@@ -59,8 +60,7 @@
5960
"rimraf": "~5.0.7",
6061
"ts-jest": "~29.1.2",
6162
"ts-jest-mock-import-meta": "^1.2.0",
62-
"typescript": "~5.4.5",
63-
"winston": "~3.13.0"
63+
"typescript": "~5.4.5"
6464
},
6565
"type": "module",
6666
"author": "Myonara",

0 commit comments

Comments
 (0)