fix: upgrade winston from 3.3.2 to 3.3.3 (#6879)

Snyk has created this PR to upgrade winston from 3.3.2 to 3.3.3.

See this package in npm:
https://www.npmjs.com/package/winston

See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
Snyk bot
2020-08-21 07:18:05 +03:00
committed by GitHub
parent 1daf36da99
commit 9a5b3a5832
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -12270,9 +12270,9 @@
}
},
"winston": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.3.2.tgz",
"integrity": "sha512-vTOrUZlyQPS8VpCcQ1JT8BumDAUe4awCHZ9nmGgO7LqkV4atj0dKa5suA7Trf7QKtBszE2yUs9d8744Kz9j4jQ==",
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.3.3.tgz",
"integrity": "sha512-oEXTISQnC8VlSAKf1KYSSd7J6IWuRPQqDdo8eoRNaYKLvwSb5+79Z3Yi1lrl6KDpU6/VWaxpakDAtb1oQ4n9aw==",
"requires": {
"@dabh/diagnostics": "^2.0.2",
"async": "^3.1.0",

View File

@@ -54,7 +54,7 @@
"subscriptions-transport-ws": "0.9.17",
"tv4": "1.3.0",
"uuid": "8.3.0",
"winston": "3.3.2",
"winston": "3.3.3",
"winston-daily-rotate-file": "4.5.0",
"ws": "7.3.1"
},