From c8e67539ebb4c7f1a7cb2fd447e0fc3725f75d04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 17:27:10 +0000 Subject: [PATCH] Bump sequelize in /samples/node/web/db/hello-sequelize Bumps [sequelize](https://github.com/sequelize/sequelize) from 3.24.1 to 5.21.2. - [Release notes](https://github.com/sequelize/sequelize/releases) - [Commits](https://github.com/sequelize/sequelize/compare/v3.24.1...v5.21.2) 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..81a1fd7 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": "5.21.2", "mysql": "2.11.1" } }