fastify-sequelize icon indicating copy to clipboard operation
fastify-sequelize copied to clipboard

Update sequelize dependency

Open 174n opened this issue 5 years ago • 1 comments

You should update sequelize dependency because it uses deprecated string based operators When you run your code example you'll get that error:

sequelize deprecated String based operators are now deprecated. Please use Symbol based operators for better security, read more at http://docs.sequelizejs.com/manual/tutorial/querying.html#operators

174n avatar Mar 29 '19 16:03 174n

See pull request here: https://github.com/lyquocnam/fastify-sequelize/pull/9 using peerDependencies should fix this kind of issue for plugin type packages.

smukkejohan avatar Jul 10 '19 21:07 smukkejohan