Skip to content

Commit

Permalink
fix: sequelize security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
iwaduarte committed Sep 28, 2023
1 parent 84d446b commit e8b142f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/package.json.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dotenv": "16.0.3",
${opts.compression ? `"compression":"~1.7.4",` : ''}
${opts.helmet ? `"helmet":"~6.0.0",` : ''}
${opts.sequelize ? `"sequelize":"~6.24.0",\n"pg-hstore": "2.3.4",\n"pg":"8.8.0",\n"bcrypt":"5.1.0"` : ''} },
${opts.sequelize ? `"sequelize":"~6.33.0",\n"pg-hstore": "2.3.4",\n"pg":"8.8.0",\n"bcrypt":"5.1.0"` : ''} },
"devDependencies": {
"prettier": "^2.7.1",
"nodemon": "2.0.20"
Expand Down

0 comments on commit e8b142f

Please sign in to comment.