refactor: Bump winston from 3.13.1 to 3.15.0 (#9384)

Ñ
This commit is contained in:
dependabot[bot]
2024-10-29 11:21:04 +01:00
committed by GitHub
parent ee25e36a62
commit c8dfc943a5
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", "subscriptions-transport-ws": "0.11.0",
"tv4": "1.3.0", "tv4": "1.3.0",
"uuid": "10.0.0", "uuid": "10.0.0",
"winston": "3.13.1", "winston": "3.15.0",
"winston-daily-rotate-file": "5.0.0", "winston-daily-rotate-file": "5.0.0",
"ws": "8.18.0" "ws": "8.18.0"
}, },
@@ -21051,9 +21051,9 @@
} }
}, },
"node_modules/winston": { "node_modules/winston": {
"version": "3.13.1", "version": "3.15.0",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.13.1.tgz", "resolved": "https://registry.npmjs.org/winston/-/winston-3.15.0.tgz",
"integrity": "sha512-SvZit7VFNvXRzbqGHsv5KSmgbEYR5EiQfDAL9gxYkRqa934Hnk++zze0wANKtMHcy/gI4W/3xmSDwlhf865WGw==", "integrity": "sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==",
"dependencies": { "dependencies": {
"@colors/colors": "^1.6.0", "@colors/colors": "^1.6.0",
"@dabh/diagnostics": "^2.0.2", "@dabh/diagnostics": "^2.0.2",
@@ -36484,9 +36484,9 @@
} }
}, },
"winston": { "winston": {
"version": "3.13.1", "version": "3.15.0",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.13.1.tgz", "resolved": "https://registry.npmjs.org/winston/-/winston-3.15.0.tgz",
"integrity": "sha512-SvZit7VFNvXRzbqGHsv5KSmgbEYR5EiQfDAL9gxYkRqa934Hnk++zze0wANKtMHcy/gI4W/3xmSDwlhf865WGw==", "integrity": "sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==",
"requires": { "requires": {
"@colors/colors": "^1.6.0", "@colors/colors": "^1.6.0",
"@dabh/diagnostics": "^2.0.2", "@dabh/diagnostics": "^2.0.2",

View File

@@ -61,7 +61,7 @@
"subscriptions-transport-ws": "0.11.0", "subscriptions-transport-ws": "0.11.0",
"tv4": "1.3.0", "tv4": "1.3.0",
"uuid": "10.0.0", "uuid": "10.0.0",
"winston": "3.13.1", "winston": "3.15.0",
"winston-daily-rotate-file": "5.0.0", "winston-daily-rotate-file": "5.0.0",
"ws": "8.18.0" "ws": "8.18.0"
}, },