refactor: upgrade winston from 3.5.1 to 3.7.2 (#7954)

This commit is contained in:
Manuel
2022-04-27 14:07:21 +02:00
committed by Manuel Trezza
parent 19717b8f84
commit 3c60d6f299
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -4596,9 +4596,9 @@
"integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
}, },
"color-string": { "color-string": {
"version": "1.9.0", "version": "1.9.1",
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.0.tgz", "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
"integrity": "sha512-9Mrz2AQLefkH1UvASKj6v6hj/7eWgjnT/cVsR8CumieLoT+g900exWeNogqtweI8dxloXN9BDQTYro1oWu/5CQ==", "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
"requires": { "requires": {
"color-name": "^1.0.0", "color-name": "^1.0.0",
"simple-swizzle": "^0.2.2" "simple-swizzle": "^0.2.2"
@@ -16890,20 +16890,20 @@
} }
}, },
"winston": { "winston": {
"version": "3.5.1", "version": "3.7.2",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.5.1.tgz", "resolved": "https://registry.npmjs.org/winston/-/winston-3.7.2.tgz",
"integrity": "sha512-tbRtVy+vsSSCLcZq/8nXZaOie/S2tPXPFt4be/Q3vI/WtYwm7rrwidxVw2GRa38FIXcJ1kUM6MOZ9Jmnk3F3UA==", "integrity": "sha512-QziIqtojHBoyzUOdQvQiar1DH0Xp9nF1A1y7NVy2DGEsz82SBDtOalS0ulTRGVT14xPX3WRWkCsdcJKqNflKng==",
"requires": { "requires": {
"@dabh/diagnostics": "^2.0.2", "@dabh/diagnostics": "^2.0.2",
"async": "^3.2.3", "async": "^3.2.3",
"is-stream": "^2.0.0", "is-stream": "^2.0.0",
"logform": "^2.3.2", "logform": "^2.4.0",
"one-time": "^1.0.0", "one-time": "^1.0.0",
"readable-stream": "^3.4.0", "readable-stream": "^3.4.0",
"safe-stable-stringify": "^2.3.1", "safe-stable-stringify": "^2.3.1",
"stack-trace": "0.0.x", "stack-trace": "0.0.x",
"triple-beam": "^1.3.0", "triple-beam": "^1.3.0",
"winston-transport": "^4.4.2" "winston-transport": "^4.5.0"
}, },
"dependencies": { "dependencies": {
"async": { "async": {

View File

@@ -57,7 +57,7 @@
"subscriptions-transport-ws": "0.11.0", "subscriptions-transport-ws": "0.11.0",
"tv4": "1.3.0", "tv4": "1.3.0",
"uuid": "8.3.2", "uuid": "8.3.2",
"winston": "3.5.1", "winston": "3.7.2",
"winston-daily-rotate-file": "4.6.0", "winston-daily-rotate-file": "4.6.0",
"ws": "8.2.3" "ws": "8.2.3"
}, },