summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSheogorath2019-06-22 16:17:11 +0200
committerGitHub2019-06-22 16:17:11 +0200
commitfd2731042f958a34ff6aea5873275025d33a92e4 (patch)
treed9d6519bd418419d00bbad6a47e634a14bce9cd0 /package.json
parent8612740f828a25a00df3aa5a16a9f9976f9d4a69 (diff)
parent63c96e7359fff1cbb6198ac0d684cff0cc675667 (diff)
Merge pull request #107 from SISheogorath/feature/db-upgrade
Fix sequelize by updating to the latest version
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index bb516a2e..7fce9527 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
"codemirror": "git+https://github.com/hackmdio/CodeMirror.git",
"compression": "^1.6.2",
"connect-flash": "^0.1.1",
- "connect-session-sequelize": "^4.1.0",
+ "connect-session-sequelize": "^6.0.0",
"cookie": "0.3.1",
"cookie-parser": "1.4.3",
"deep-freeze": "^0.0.1",
@@ -113,8 +113,7 @@
"scrypt-async": "^2.0.1",
"scrypt-kdf": "^2.0.1",
"select2": "^3.5.2-browserify",
- "sequelize": "^3.28.0",
- "sequelize-cli": "^2.5.1",
+ "sequelize": "5.3.2",
"shortid": "2.2.8",
"socket.io": "~2.1.1",
"socket.io-client": "~2.1.1",
@@ -194,6 +193,7 @@
"mocha": "^5.2.0",
"mock-require": "^3.0.3",
"optimize-css-assets-webpack-plugin": "^5.0.0",
+ "sequelize-cli": "^5.4.0",
"script-loader": "^0.7.2",
"string-loader": "^0.0.1",
"style-loader": "^0.21.0",