chore(deps): update dependency winston to v3.4.0 (#3969)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-01-11 17:30:43 +01:00 committed by GitHub
parent 68d854f0a5
commit c17defd727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -53,7 +53,7 @@
"typescript": "4.1.6",
"unminified-webpack-plugin": "3.0.0",
"webpack": "5.65.0",
"winston": "3.3.4",
"winston": "3.4.0",
"zone.js": "0.11.4"
}
},
@ -16373,9 +16373,9 @@
}
},
"node_modules/winston": {
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.3.4.tgz",
"integrity": "sha512-zWJrfmqE+2IXtVJ125vxpA2m303TjwchLhfRbcnma7c76Qd4pv80JIp37l8uGnWbCoG4X6PMz3vAQeh+vH1CtA==",
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.4.0.tgz",
"integrity": "sha512-FqilVj+5HKwCfIHQzMxrrd5tBIH10JTS3koFGbLVWBODjiIYq7zir08rFyBT4rrTYG/eaTqDcfSIbcjSM78YSw==",
"dev": true,
"dependencies": {
"@dabh/diagnostics": "^2.0.2",
@ -29325,9 +29325,9 @@
"dev": true
},
"winston": {
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.3.4.tgz",
"integrity": "sha512-zWJrfmqE+2IXtVJ125vxpA2m303TjwchLhfRbcnma7c76Qd4pv80JIp37l8uGnWbCoG4X6PMz3vAQeh+vH1CtA==",
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.4.0.tgz",
"integrity": "sha512-FqilVj+5HKwCfIHQzMxrrd5tBIH10JTS3koFGbLVWBODjiIYq7zir08rFyBT4rrTYG/eaTqDcfSIbcjSM78YSw==",
"dev": true,
"requires": {
"@dabh/diagnostics": "^2.0.2",

View File

@ -68,7 +68,7 @@
"typescript": "4.1.6",
"unminified-webpack-plugin": "3.0.0",
"webpack": "5.65.0",
"winston": "3.3.4",
"winston": "3.4.0",
"zone.js": "0.11.4"
},
"jest": {