refactor: Bump winston from 3.11.0 to 3.12.0 (#9002)

This commit is contained in:
dependabot[bot]
2024-03-11 21:46:41 +01:00
committed by GitHub
parent 90e103528d
commit a5050df7fe
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -51,7 +51,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"
},
@@ -21102,9 +21102,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",
@@ -21116,7 +21116,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"
@@ -37327,9 +37327,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",
@@ -37341,7 +37341,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

@@ -60,7 +60,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"
},