From 102881fae880b8e00a13dedf163d1fca3d172a06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 03:01:33 +0000 Subject: [PATCH] Bump sequelize from 3.35.1 to 6.3.5 in /GraphQL Bumps [sequelize](https://github.com/sequelize/sequelize) from 3.35.1 to 6.3.5. - [Release notes](https://github.com/sequelize/sequelize/releases) - [Commits](https://github.com/sequelize/sequelize/compare/v3.35.1...v6.3.5) Signed-off-by: dependabot[bot] --- GraphQL/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GraphQL/package.json b/GraphQL/package.json index 01e6d08..dc6fdf9 100644 --- a/GraphQL/package.json +++ b/GraphQL/package.json @@ -19,6 +19,6 @@ "graphql": "^0.9.1", "mysql": "^2.13.0", "nodemon": "^1.9.2", - "sequelize": "^3.30.4" + "sequelize": "^6.3.5" } }