Update dependency i18n to v0.13.4
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
renovate-bot 2021-12-29 22:00:57 +00:00 committed by Gitea
parent 28ac6a772c
commit dc0d1a5223
2 changed files with 1 additions and 20 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,7 +20,7 @@
"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",