diff --git a/Server/package.json b/Server/package.json index c30e1fc..6482dbb 100644 --- a/Server/package.json +++ b/Server/package.json @@ -14,7 +14,7 @@ "discord.js": "^11.4.2", "dotenv": "^7.0.0", "erlpack": "github:discordapp/erlpack", - "eslint": "^5.15.3", + "eslint": "^5.16.0", "eslint-config-standard": "^12.0.0", "glob": "^7.1.3", "immutable": "^4.0.0-rc.12", @@ -25,14 +25,14 @@ "koa-send": "5.0.0", "koa-session": "^5.10.1", "koa-static": "^5.0.0", - "ksuid": "^1.1.3", + "ksuid": "^1.2.0", "lru-cache": "^5.1.1", "pg": "^7.9.0", "pg-hstore": "^2.3.2", - "pm2": "^3.4.0", - "sequelize": "^4", + "pm2": "^3.5.0", + "sequelize": "^5.6.0", "socket.io": "^2.2.0", - "superagent": "^4.1.0", + "superagent": "^5.0.2", "uuid": "^3.3.2" } } diff --git a/UI/package.json b/UI/package.json index f4006cc..3cfb8ac 100644 --- a/UI/package.json +++ b/UI/package.json @@ -24,7 +24,7 @@ "redux": "^4.0.1", "redux-logger": "^3.0.6", "redux-thunk": "^2.3.0", - "superagent": "^4.0.0", + "superagent": "^5.0.2", "uuid": "^3.3.2" }, "scripts": {