Skip to content

Commit

Permalink
fix(security): generate projects with sequelize version 6 (#623)
Browse files Browse the repository at this point in the history
fix: generate projects with sequelize version 6
  • Loading branch information
Thenkei authored Sep 1, 2023
1 parent bfbefac commit 343ac7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/dumpers/forest-express.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class ForestExpress extends AbstractDumper {
[`forest-express-${orm}`]: '^8.0.0',
morgan: '1.9.1',
'require-all': '^3.0.0',
sequelize: '~5.15.1',
sequelize: '~6.29.0',
};

if (dbDialect) {
Expand Down

0 comments on commit 343ac7c

Please sign in to comment.