Compare commits

...

3 Commits

Author SHA1 Message Date
renovate-bot
1bb312e63d Update dependency winston to v3.4.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is failing
2022-01-12 10:00:59 +00:00
renovate-bot
dc0d1a5223 Update dependency i18n to v0.13.4
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-12 10:46:42 +01:00
renovate-bot
28ac6a772c Update dependency sequelize to v6.13.0
Some checks reported errors
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build was killed
2022-01-10 21:01:05 +00:00
2 changed files with 3 additions and 22 deletions

19
package-lock.json generated
View File

@ -713,25 +713,6 @@
"node": ">= 6"
}
},
"node_modules/i18n": {
"version": "0.13.3",
"resolved": "https://registry.npmjs.org/i18n/-/i18n-0.13.3.tgz",
"integrity": "sha512-QDmY2joBdKxj3wvk2LKyvZkjwGHta882kYHwEvx1WbwiPAet49kEU7cxzGfnrtWrfh4+7I07kBc0ZSjSlhnKyQ==",
"dependencies": {
"debug": "^4.1.1",
"make-plural": "^6.2.2",
"math-interval-parser": "^2.0.1",
"messageformat": "^2.3.0",
"mustache": "^4.0.1",
"sprintf-js": "^1.1.2"
},
"engines": {
"node": ">=0.10.0"
},
"funding": {
"url": "https://github.com/sponsors/mashpie"
}
},
"node_modules/iconv-lite": {
"version": "0.4.24",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.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.3",
"i18n": "0.13.4",
"morgan": "1.10.0",
"passport": "0.5.2",
"passport-local": "1.0.0",
"sequelize": "6.12.0",
"sequelize": "6.13.0",
"sqlite3": "5.0.2",
"winston": "3.3.3"
"winston": "3.4.0"
}
}