summaryrefslogtreecommitdiffstats
path: root/server/package.json
diff options
context:
space:
mode:
authorJannik Schönartz2019-03-18 18:27:55 +0100
committerJannik Schönartz2019-03-18 18:27:55 +0100
commitf486a08621eec271889c4e2108e0038a98e78946 (patch)
tree18150cd68cdcdee42a2a62ce2a124badaf6f4cbb /server/package.json
parent[server/log] sql JSON to TEXT for mariadb compatibility (diff)
downloadbas-f486a08621eec271889c4e2108e0038a98e78946.tar.gz
bas-f486a08621eec271889c4e2108e0038a98e78946.tar.xz
bas-f486a08621eec271889c4e2108e0038a98e78946.zip
[server/registration] Add server registration
Diffstat (limited to 'server/package.json')
-rw-r--r--server/package.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/server/package.json b/server/package.json
index 9f46c0c..f74c083 100644
--- a/server/package.json
+++ b/server/package.json
@@ -10,28 +10,28 @@
"@awaitjs/express": "^0.1.4",
"axios": "^0.18.0",
"compression": "^1.7.3",
- "cookie-parser": "^1.4.3",
- "debug": "^3.2.5",
- "express": "^4.16.3",
+ "cookie-parser": "^1.4.4",
+ "debug": "^3.2.6",
+ "express": "^4.16.4",
"express-fileupload": "^1.0.0",
- "http-errors": "^1.7.1",
+ "http-errors": "^1.7.2",
"infoblox": "^1.1.5",
- "jsonwebtoken": "^8.3.0",
+ "jsonwebtoken": "^8.5.0",
"morgan": "^1.9.1",
"mysql": "^2.16.0",
- "mysql2": "^1.6.1",
- "nodemailer": "^4.6.8",
+ "mysql2": "^1.6.5",
+ "nodemailer": "^4.7.0",
"secure-password": "^3.1.0",
- "sequelize": "^4.38.1",
+ "sequelize": "^4.43.0",
"sequelize-cli": "^4.1.1",
- "shelljs": "^0.8.2",
- "socket.io": "^2.1.1",
+ "shelljs": "^0.8.3",
+ "socket.io": "^2.2.0",
"standard": "^11.0.1"
},
"devDependencies": {
- "eslint": "^5.6.1",
+ "eslint": "^5.15.1",
"eslint-config-standard": "^12.0.0",
- "eslint-plugin-import": "^2.14.0",
+ "eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"