mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 04:09:12 +00:00
[server] update sequelize to 5.6 to fix old vuln
This commit is contained in:
parent
1b169fa284
commit
e3df126277
2 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue