chore(deps): update dependency winston to v3.18.2 (#394)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-09-30 17:42:37 +00:00 committed by GitHub
parent b5d7e95a92
commit 9f46b7fffa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
package-lock.json generated
View file

@ -641,12 +641,12 @@
}
},
"node_modules/@dabh/diagnostics": {
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.6.tgz",
"integrity": "sha512-fuB2/plPknb9zp6TyJpnvEXYJddd4xEGoOMraVdK2bq99xpECHuTpqKJ+N40DGHLx1i4jiFzmX9Ti7hh6KLIbw==",
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.7.tgz",
"integrity": "sha512-EnXa4T9/wuLw8iaEUFwIJMo0xNxyE3mzxLL14ixfVToJNQHG2Jwo8xMmafVJwAiAmIyHXsFDZpZR/TJC31857g==",
"license": "MIT",
"dependencies": {
"@so-ric/colorspace": "^1.1.4",
"@so-ric/colorspace": "^1.1.6",
"enabled": "2.0.x",
"fix-esm": "^1.0.1",
"kuler": "^2.0.0"
@ -10999,13 +10999,13 @@
}
},
"node_modules/winston": {
"version": "3.18.1",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.18.1.tgz",
"integrity": "sha512-EaQ6y7b9h6q7UJQn4/xlOsiu0I8844FfMdbN6V2I2i4528qeEWqRUcHzhvkseckAb1QxMhwX5V2YYiABkOfGfg==",
"version": "3.18.2",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.18.2.tgz",
"integrity": "sha512-+yDkrWD2rWkv6XjSgK2QyujZDNsHE9YLa8S284TpVrYdaloMkZ7NvHzfnETYlSPOX9h5j5VJ+Ro9J872O8CC/g==",
"license": "MIT",
"dependencies": {
"@colors/colors": "^1.6.0",
"@dabh/diagnostics": "^2.0.6",
"@dabh/diagnostics": "^2.0.7",
"async": "^3.2.3",
"is-stream": "^2.0.0",
"logform": "^2.7.0",