diff --git a/samples/node/web/db/hello-sequelize/package.json b/samples/node/web/db/hello-sequelize/package.json index 7c84c51..3c7aed8 100644 --- a/samples/node/web/db/hello-sequelize/package.json +++ b/samples/node/web/db/hello-sequelize/package.json @@ -17,7 +17,7 @@ "url": "https://github.com/michaelliao/learn-javascript.git" }, "dependencies": { - "sequelize": "3.24.1", + "sequelize": "6.3.5", "mysql": "2.11.1" } }