Compare commits

...

3 Commits

Author SHA1 Message Date
renovate-bot
11f5289742 Update dependency sequelize to v6.14.1
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-29 15:01:07 +00:00
renovate-bot
3e1c488f30 Update dependency winston to v3.5.0
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-29 15:47:11 +01:00
renovate-bot
5c1a90a182 Update dependency i18n to v0.14.0
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-29 14:43:34 +00:00
2 changed files with 3 additions and 27 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

@ -20,12 +20,12 @@
"express-validator": "6.14.0",
"express-winston": "4.2.0",
"http-errors": "2.0.0",
"i18n": "0.13.4",
"i18n": "0.14.0",
"morgan": "1.10.0",
"passport": "0.5.2",
"passport-local": "1.0.0",
"sequelize": "6.13.0",
"sequelize": "6.14.1",
"sqlite3": "5.0.2",
"winston": "3.4.0"
"winston": "3.5.0"
}
}