mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-06 03:50:05 +02:00
Update dependencies
This commit is contained in:
parent
4c6f1c0b9e
commit
9ce95b7de7
2 changed files with 1089 additions and 1310 deletions
2351
package-lock.json
generated
2351
package-lock.json
generated
File diff suppressed because it is too large
Load diff
48
package.json
48
package.json
|
@ -25,41 +25,41 @@
|
||||||
"homepage": "https://gitlab.com/timelimit.io/timelimit-server-2018#README",
|
"homepage": "https://gitlab.com/timelimit.io/timelimit-server-2018#README",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/basic-auth": "^1.1.2",
|
"@types/basic-auth": "^1.1.2",
|
||||||
"@types/body-parser": "^1.17.0",
|
"@types/body-parser": "^1.17.1",
|
||||||
"@types/email-templates": "^3.5.0",
|
"@types/email-templates": "^3.5.1",
|
||||||
"@types/escape-html": "0.0.20",
|
"@types/escape-html": "0.0.20",
|
||||||
"@types/express": "^4.16.0",
|
"@types/express": "^4.17.1",
|
||||||
"@types/http-errors": "^1.6.1",
|
"@types/http-errors": "^1.6.2",
|
||||||
"@types/lodash": "^4.14.116",
|
"@types/lodash": "^4.14.137",
|
||||||
"@types/socket.io": "^1.4.36",
|
"@types/socket.io": "^1.4.40",
|
||||||
"@types/tokgen": "^1.0.0",
|
"@types/tokgen": "^1.0.0",
|
||||||
"@types/umzug": "^2.2.0",
|
"@types/umzug": "^2.2.2",
|
||||||
"nodemon": "^1.18.3",
|
"nodemon": "^1.19.1",
|
||||||
"tslint": "^5.11.0",
|
"tslint": "^5.19.0",
|
||||||
"tslint-config-standard": "^7.1.0",
|
"tslint-config-standard": "^7.1.0",
|
||||||
"typescript": "^3.5.2",
|
"typescript": "^3.5.3",
|
||||||
"typescript-json-schema": "^0.38.3"
|
"typescript-json-schema": "^0.38.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ajv": "^6.5.2",
|
"ajv": "^6.10.2",
|
||||||
"basic-auth": "^2.0.1",
|
"basic-auth": "^2.0.1",
|
||||||
"body-parser": "^1.18.3",
|
"body-parser": "^1.19.0",
|
||||||
"ejs": "^2.6.1",
|
"ejs": "^2.6.2",
|
||||||
"email-templates": "^5.0.4",
|
"email-templates": "^5.1.0",
|
||||||
"escape-html": "^1.0.3",
|
"escape-html": "^1.0.3",
|
||||||
"express": "^4.16.3",
|
"express": "^4.17.1",
|
||||||
"http-errors": "^1.7.0",
|
"http-errors": "^1.7.3",
|
||||||
"iab_verifier": "^0.1.2",
|
"iab_verifier": "^0.1.2",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.15",
|
||||||
"mariadb": "^2.1.0",
|
"mariadb": "^2.1.0",
|
||||||
"mysql2": "^1.6.1",
|
"mysql2": "^1.6.5",
|
||||||
"pg": "^7.8.0",
|
"pg": "^7.12.1",
|
||||||
"pg-hstore": "^2.3.2",
|
"pg-hstore": "^2.3.3",
|
||||||
"rate-limiter-flexible": "^0.21.2",
|
"rate-limiter-flexible": "^0.21.3",
|
||||||
"sequelize": "^5.8.12",
|
"sequelize": "^5.16.0",
|
||||||
"socket.io": "^2.1.1",
|
"socket.io": "^2.2.0",
|
||||||
"tokgen": "^1.0.0",
|
"tokgen": "^1.0.0",
|
||||||
"umzug": "^2.1.0"
|
"umzug": "^2.2.0"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"sqlite3": "^4.0.6"
|
"sqlite3": "^4.0.6"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue