refactor: upgrade winston from 3.8.0 to 3.8.1 (#8155)

This commit is contained in:
Snyk bot
2022-09-09 01:20:44 +02:00
committed by GitHub
parent dfe9168512
commit 07acecdc77
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -16114,9 +16114,9 @@
}
},
"winston": {
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.8.0.tgz",
"integrity": "sha512-Iix1w8rIq2kBDkGvclO0db2CVOHYVamCIkVWcUbs567G9i2pdB+gvqLgDgxx4B4HXHYD6U4Zybh6ojepUOqcFQ==",
"version": "3.8.1",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.8.1.tgz",
"integrity": "sha512-r+6YAiCR4uI3N8eQNOg8k3P3PqwAm20cLKlzVD9E66Ch39+LZC+VH1UKf9JemQj2B3QoUHfKD7Poewn0Pr3Y1w==",
"requires": {
"@dabh/diagnostics": "^2.0.2",
"async": "^3.2.3",

View File

@@ -54,7 +54,7 @@
"subscriptions-transport-ws": "0.11.0",
"tv4": "1.3.0",
"uuid": "8.3.2",
"winston": "3.8.0",
"winston": "3.8.1",
"winston-daily-rotate-file": "4.7.1",
"ws": "8.8.1"
},