refactor: Bump winston from 3.12.0 to 3.13.0 (#9191)

This commit is contained in:
dependabot[bot]
2024-07-09 14:10:20 +02:00
committed by GitHub
parent a37f30409c
commit 63de00bb70
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -52,7 +52,7 @@
"subscriptions-transport-ws": "0.11.0",
"tv4": "1.3.0",
"uuid": "9.0.1",
"winston": "3.12.0",
"winston": "3.13.0",
"winston-daily-rotate-file": "5.0.0",
"ws": "8.17.1"
},
@@ -21096,9 +21096,9 @@
}
},
"node_modules/winston": {
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.12.0.tgz",
"integrity": "sha512-OwbxKaOlESDi01mC9rkM0dQqQt2I8DAUMRLZ/HpbwvDXm85IryEHgoogy5fziQy38PntgZsLlhAYHz//UPHZ5w==",
"version": "3.13.0",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.13.0.tgz",
"integrity": "sha512-rwidmA1w3SE4j0E5MuIufFhyJPBDG7Nu71RkZor1p2+qHvJSZ9GYDA81AyleQcZbh/+V6HjeBdfnTZJm9rSeQQ==",
"dependencies": {
"@colors/colors": "^1.6.0",
"@dabh/diagnostics": "^2.0.2",
@@ -36701,9 +36701,9 @@
}
},
"winston": {
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.12.0.tgz",
"integrity": "sha512-OwbxKaOlESDi01mC9rkM0dQqQt2I8DAUMRLZ/HpbwvDXm85IryEHgoogy5fziQy38PntgZsLlhAYHz//UPHZ5w==",
"version": "3.13.0",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.13.0.tgz",
"integrity": "sha512-rwidmA1w3SE4j0E5MuIufFhyJPBDG7Nu71RkZor1p2+qHvJSZ9GYDA81AyleQcZbh/+V6HjeBdfnTZJm9rSeQQ==",
"requires": {
"@colors/colors": "^1.6.0",
"@dabh/diagnostics": "^2.0.2",

View File

@@ -61,7 +61,7 @@
"subscriptions-transport-ws": "0.11.0",
"tv4": "1.3.0",
"uuid": "9.0.1",
"winston": "3.12.0",
"winston": "3.13.0",
"winston-daily-rotate-file": "5.0.0",
"ws": "8.17.1"
},