Updating dependencies

This commit is contained in:
Fabian Stamm 2019-01-21 11:58:38 +01:00
parent 0612e25882
commit 23733b1661
2 changed files with 288 additions and 343 deletions

601
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -18,36 +18,36 @@
"@types/cookie-parser": "^1.4.1", "@types/cookie-parser": "^1.4.1",
"@types/dotenv": "^6.1.0", "@types/dotenv": "^6.1.0",
"@types/express": "^4.16.0", "@types/express": "^4.16.0",
"@types/handlebars": "^4.0.39", "@types/handlebars": "^4.0.40",
"@types/i18n": "^0.8.3", "@types/i18n": "^0.8.3",
"@types/ini": "^1.3.29", "@types/ini": "^1.3.30",
"@types/jsonwebtoken": "^8.3.0", "@types/jsonwebtoken": "^8.3.0",
"@types/mongodb": "^3.1.14", "@types/mongodb": "^3.1.19",
"@types/node": "^10.12.5", "@types/node": "^10.12.18",
"@types/node-rsa": "^0.4.3", "@types/node-rsa": "^1.0.0",
"@types/uuid": "^3.4.4", "@types/uuid": "^3.4.4",
"concurrently": "^4.0.1", "concurrently": "^4.1.0",
"nodemon": "^1.18.6", "nodemon": "^1.18.9",
"typescript": "^3.1.6" "typescript": "^3.2.4"
}, },
"dependencies": { "dependencies": {
"@hibas123/nodelogging": "^1.3.21", "@hibas123/nodelogging": "^1.3.21",
"@hibas123/nodeloggingserver_client": "^1.1.2", "@hibas123/nodeloggingserver_client": "^1.1.2",
"@hibas123/safe_mongo": "^1.3.4", "@hibas123/safe_mongo": "^1.4.5",
"body-parser": "^1.18.3", "body-parser": "^1.18.3",
"compression": "^1.7.3", "compression": "^1.7.3",
"cookie-parser": "^1.4.3", "cookie-parser": "^1.4.3",
"cors": "^2.8.5", "cors": "^2.8.5",
"dotenv": "^6.1.0", "dotenv": "^6.2.0",
"express": "^4.16.4", "express": "^4.16.4",
"handlebars": "^4.0.12", "handlebars": "^4.0.12",
"i18n": "^0.8.3", "i18n": "^0.8.3",
"ini": "^1.3.5", "ini": "^1.3.5",
"jsonwebtoken": "^8.3.0", "jsonwebtoken": "^8.4.0",
"moment": "^2.22.2", "moment": "^2.23.0",
"mongodb": "^3.1.9", "mongodb": "^3.1.12",
"node-rsa": "^1.0.1", "node-rsa": "^1.0.2",
"reflect-metadata": "^0.1.12", "reflect-metadata": "^0.1.13",
"uuid": "^3.3.2" "uuid": "^3.3.2"
} }
} }