Update dependency winston to v3.5.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
renovate-bot 2022-01-29 14:44:37 +00:00 committed by Gitea
parent 5c1a90a182
commit 3e1c488f30
2 changed files with 1 additions and 25 deletions

24
package-lock.json generated
View File

@ -2051,25 +2051,6 @@
"string-width": "^1.0.2 || 2 || 3 || 4"
}
},
"node_modules/winston": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.3.3.tgz",
"integrity": "sha512-oEXTISQnC8VlSAKf1KYSSd7J6IWuRPQqDdo8eoRNaYKLvwSb5+79Z3Yi1lrl6KDpU6/VWaxpakDAtb1oQ4n9aw==",
"dependencies": {
"@dabh/diagnostics": "^2.0.2",
"async": "^3.1.0",
"is-stream": "^2.0.0",
"logform": "^2.2.0",
"one-time": "^1.0.0",
"readable-stream": "^3.4.0",
"stack-trace": "0.0.x",
"triple-beam": "^1.3.0",
"winston-transport": "^4.4.0"
},
"engines": {
"node": ">= 6.4.0"
}
},
"node_modules/winston-transport": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.4.0.tgz",
@ -2104,11 +2085,6 @@
"safe-buffer": "~5.1.0"
}
},
"node_modules/winston/node_modules/async": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz",
"integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g=="
},
"node_modules/wkx": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/wkx/-/wkx-0.5.0.tgz",

View File

@ -26,6 +26,6 @@
"passport-local": "1.0.0",
"sequelize": "6.13.0",
"sqlite3": "5.0.2",
"winston": "3.4.0"
"winston": "3.5.0"
}
}