fix: upgrade winston from 3.5.0 to 3.5.1 (#7820)

This commit is contained in:
Snyk bot
2022-02-23 02:55:33 +02:00
committed by GitHub
parent 2a6cec173e
commit 4af253d1f8
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -16777,9 +16777,9 @@
}
},
"winston": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.5.0.tgz",
"integrity": "sha512-OQMbmLsIdVHvm2hSurrYZs+iZNIImXneYJ6pX7LseSMEq20HdTETXiNnNX3FDwN4LB/xDRZLF6JYOY+AI112Kw==",
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.5.1.tgz",
"integrity": "sha512-tbRtVy+vsSSCLcZq/8nXZaOie/S2tPXPFt4be/Q3vI/WtYwm7rrwidxVw2GRa38FIXcJ1kUM6MOZ9Jmnk3F3UA==",
"requires": {
"@dabh/diagnostics": "^2.0.2",
"async": "^3.2.3",

View File

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