mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 09:49:32 +02:00
Apply non breaking updates
This commit is contained in:
parent
2ccdbfdd87
commit
10cd6e075d
2 changed files with 438 additions and 291 deletions
695
package-lock.json
generated
695
package-lock.json
generated
File diff suppressed because it is too large
Load diff
34
package.json
34
package.json
|
@ -27,41 +27,41 @@
|
|||
},
|
||||
"homepage": "https://gitlab.com/timelimit.io/timelimit-server-2018#README",
|
||||
"devDependencies": {
|
||||
"@types/basic-auth": "^1.1.2",
|
||||
"@types/body-parser": "^1.17.1",
|
||||
"@types/email-templates": "^6.0.0",
|
||||
"@types/express": "^4.17.2",
|
||||
"@types/http-errors": "^1.6.2",
|
||||
"@types/lodash": "^4.14.144",
|
||||
"@types/node": "^12.12.6",
|
||||
"@types/basic-auth": "^1.1.3",
|
||||
"@types/body-parser": "^1.19.0",
|
||||
"@types/email-templates": "^6.0.2",
|
||||
"@types/express": "^4.17.3",
|
||||
"@types/http-errors": "^1.6.3",
|
||||
"@types/lodash": "^4.14.149",
|
||||
"@types/node": "^12.12.32",
|
||||
"@types/socket.io": "^2.1.4",
|
||||
"@types/tokgen": "^1.0.0",
|
||||
"@types/umzug": "^2.2.2",
|
||||
"@types/umzug": "^2.2.3",
|
||||
"nodemon": "^1.19.4",
|
||||
"tslint": "^5.20.1",
|
||||
"tslint-config-standard": "^9.0.0",
|
||||
"typescript": "^3.7.2",
|
||||
"typescript": "^3.8.3",
|
||||
"typescript-json-schema": "^0.40.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"ajv": "^6.10.2",
|
||||
"ajv": "^6.12.0",
|
||||
"basic-auth": "^2.0.1",
|
||||
"body-parser": "^1.19.0",
|
||||
"ejs": "^2.7.1",
|
||||
"ejs": "^2.7.4",
|
||||
"email-addresses": "^3.1.0",
|
||||
"email-templates": "^6.0.3",
|
||||
"email-templates": "^6.1.1",
|
||||
"express": "^4.17.1",
|
||||
"http-errors": "^1.7.3",
|
||||
"iab_verifier": "^0.1.2",
|
||||
"lodash": "^4.17.15",
|
||||
"mariadb": "^2.1.2",
|
||||
"pg": "^7.12.1",
|
||||
"mariadb": "^2.3.1",
|
||||
"pg": "^7.18.2",
|
||||
"pg-hstore": "^2.3.3",
|
||||
"rate-limiter-flexible": "^1.1.6",
|
||||
"sequelize": "^5.21.2",
|
||||
"rate-limiter-flexible": "^1.3.2",
|
||||
"sequelize": "^5.21.5",
|
||||
"socket.io": "^2.3.0",
|
||||
"tokgen": "^1.0.0",
|
||||
"umzug": "^2.2.0"
|
||||
"umzug": "^2.3.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"sqlite3": "^4.0.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue