Update dependencies

This commit is contained in:
Jonas Lochmann
2019-11-06 17:19:05 +01:00
parent 6d593c53b2
commit 212a2573c4
2 changed files with 144 additions and 145 deletions
+4 -5
View File
@@ -35,7 +35,7 @@
"@types/http-errors": "^1.6.2",
"@types/lodash": "^4.14.137",
"@types/node": "^12.12.6",
"@types/socket.io": "^1.4.40",
"@types/socket.io": "^2.1.4",
"@types/tokgen": "^1.0.0",
"@types/umzug": "^2.2.2",
"nodemon": "^1.19.4",
@@ -56,13 +56,12 @@
"http-errors": "^1.7.3",
"iab_verifier": "^0.1.2",
"lodash": "^4.17.15",
"mariadb": "^2.1.0",
"mysql2": "^1.6.5",
"mariadb": "^2.1.2",
"pg": "^7.12.1",
"pg-hstore": "^2.3.3",
"rate-limiter-flexible": "^1.1.6",
"sequelize": "^5.16.0",
"socket.io": "^2.2.0",
"sequelize": "^5.21.2",
"socket.io": "^2.3.0",
"tokgen": "^1.0.0",
"umzug": "^2.2.0"
},