From bcd13e29e9a15db134d058769f5208777d413df9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 03:02:44 +0000 Subject: [PATCH] Bump sequelize in /samples/node/web/db/hello-sequelize Bumps [sequelize](https://github.com/sequelize/sequelize) from 3.24.1 to 6.3.5. - [Release notes](https://github.com/sequelize/sequelize/releases) - [Commits](https://github.com/sequelize/sequelize/compare/v3.24.1...v6.3.5) Signed-off-by: dependabot[bot] --- samples/node/web/db/hello-sequelize/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }