refactor: Upgrade winston from 3.11.0 to 3.12.0 (#9054)

This commit is contained in:
Parse Platform
2024-03-26 06:32:51 +01:00
committed by GitHub
parent 72ba762390
commit 63db281976
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@@ -22,7 +22,7 @@
"commander": "10.0.1",
"cors": "2.8.5",
"deepcopy": "2.1.0",
"express": "^4.18.3",
"express": "4.18.3",
"express-rate-limit": "6.7.0",
"follow-redirects": "1.15.6",
"graphql": "16.8.1",
@@ -50,7 +50,7 @@
"subscriptions-transport-ws": "0.11.0",
"tv4": "1.3.0",
"uuid": "9.0.1",
"winston": "3.11.0",
"winston": "^3.12.0",
"winston-daily-rotate-file": "5.0.0",
"ws": "8.16.0"
},
@@ -21250,9 +21250,9 @@
}
},
"node_modules/winston": {
"version": "3.11.0",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.11.0.tgz",
"integrity": "sha512-L3yR6/MzZAOl0DsysUXHVjOwv8mKZ71TrA/41EIduGpOOV5LQVodqN+QdQ6BS6PJ/RdIshZhq84P/fStEZkk7g==",
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.12.0.tgz",
"integrity": "sha512-OwbxKaOlESDi01mC9rkM0dQqQt2I8DAUMRLZ/HpbwvDXm85IryEHgoogy5fziQy38PntgZsLlhAYHz//UPHZ5w==",
"dependencies": {
"@colors/colors": "^1.6.0",
"@dabh/diagnostics": "^2.0.2",
@@ -21264,7 +21264,7 @@
"safe-stable-stringify": "^2.3.1",
"stack-trace": "0.0.x",
"triple-beam": "^1.3.0",
"winston-transport": "^4.5.0"
"winston-transport": "^4.7.0"
},
"engines": {
"node": ">= 12.0.0"
@@ -37774,9 +37774,9 @@
}
},
"winston": {
"version": "3.11.0",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.11.0.tgz",
"integrity": "sha512-L3yR6/MzZAOl0DsysUXHVjOwv8mKZ71TrA/41EIduGpOOV5LQVodqN+QdQ6BS6PJ/RdIshZhq84P/fStEZkk7g==",
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.12.0.tgz",
"integrity": "sha512-OwbxKaOlESDi01mC9rkM0dQqQt2I8DAUMRLZ/HpbwvDXm85IryEHgoogy5fziQy38PntgZsLlhAYHz//UPHZ5w==",
"requires": {
"@colors/colors": "^1.6.0",
"@dabh/diagnostics": "^2.0.2",
@@ -37788,7 +37788,7 @@
"safe-stable-stringify": "^2.3.1",
"stack-trace": "0.0.x",
"triple-beam": "^1.3.0",
"winston-transport": "^4.5.0"
"winston-transport": "^4.7.0"
},
"dependencies": {
"@colors/colors": {

View File

@@ -59,7 +59,7 @@
"subscriptions-transport-ws": "0.11.0",
"tv4": "1.3.0",
"uuid": "9.0.1",
"winston": "3.11.0",
"winston": "3.12.0",
"winston-daily-rotate-file": "5.0.0",
"ws": "8.16.0"
},