chore(deps): update dependency winston to v3.8.1 (#4243)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-07-01 13:44:23 +02:00 committed by GitHub
parent 8671e18391
commit 346ea82652
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.73.0",
"winston": "3.8.0",
"winston": "3.8.1",
"zone.js": "0.11.6"
}
},
@ -16214,9 +16214,9 @@
}
},
"node_modules/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==",
"dev": true,
"dependencies": {
"@dabh/diagnostics": "^2.0.2",
@ -29073,9 +29073,9 @@
"dev": true
},
"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==",
"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.73.0",
"winston": "3.8.0",
"winston": "3.8.1",
"zone.js": "0.11.6"
},
"jest": {