Updating a bunch of stuff.

This version has partially support for TwoFactorAuthentication.
This commit is contained in:
Fabian Stamm
2019-08-06 17:06:22 +02:00
parent d98588d1c3
commit 11f460406b
22 changed files with 2224 additions and 1812 deletions

View File

@ -17,44 +17,44 @@
},
"devDependencies": {
"@types/body-parser": "^1.17.0",
"@types/compression": "^0.0.36",
"@types/compression": "^1.0.0",
"@types/cookie-parser": "^1.4.1",
"@types/dotenv": "^6.1.0",
"@types/express": "^4.16.1",
"@types/dotenv": "^6.1.1",
"@types/express": "^4.17.0",
"@types/i18n": "^0.8.5",
"@types/ini": "^1.3.30",
"@types/jsonwebtoken": "^8.3.2",
"@types/mongodb": "^3.1.22",
"@types/node": "^11.11.3",
"@types/mongodb": "^3.1.31",
"@types/node": "^12.6.9",
"@types/node-rsa": "^1.0.0",
"@types/qrcode": "^1.3.1",
"@types/speakeasy": "^2.0.4",
"@types/uuid": "^3.4.4",
"@types/qrcode": "^1.3.3",
"@types/speakeasy": "^2.0.5",
"@types/uuid": "^3.4.5",
"apidoc": "^0.17.7",
"concurrently": "^4.1.0",
"nodemon": "^1.18.10",
"typescript": "^3.3.3333"
"concurrently": "^4.1.1",
"nodemon": "^1.19.1",
"speakeasy": "^2.0.0",
"typescript": "^3.5.3"
},
"dependencies": {
"@hibas123/nodelogging": "^1.3.21",
"@hibas123/nodelogging": "^2.1.0",
"@hibas123/nodeloggingserver_client": "^1.1.2",
"@hibas123/safe_mongo": "^1.5.3",
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"@hibas123/safe_mongo": "^1.6.1",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"handlebars": "^4.1.0",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"handlebars": "^4.1.2",
"i18n": "^0.8.3",
"ini": "^1.3.5",
"jsonwebtoken": "^8.5.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"mongodb": "^3.1.13",
"mongodb": "^3.2.7",
"node-rsa": "^1.0.5",
"qrcode": "^1.3.3",
"qrcode": "^1.4.1",
"reflect-metadata": "^0.1.13",
"speakeasy": "^2.0.0",
"u2f": "^0.1.3",
"uuid": "^3.3.2"
}