fix: upgrade winston from 3.3.2 to 3.3.3

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/bluewallet/project/29c066bc-abce-44d9-b68e-064466e610e7?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
snyk-bot 2020-07-21 01:39:19 +00:00 committed by Overtorment
parent 3f74f3abf3
commit d1ad083316
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -6008,9 +6008,9 @@
"integrity": "sha1-+OGqHuWlPsW/FR/6CXQqatdpeHY="
},
"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

@ -36,6 +36,6 @@
"prettier": "^2.0.5",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"winston": "^3.3.2"
"winston": "^3.3.3"
}
}