From b1c4e4d26ba91c8b66444f812c54075c1e965ab5 Mon Sep 17 00:00:00 2001 From: "dev-mend-for-github-com[bot]" <51963704+dev-mend-for-github-com[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 13:41:17 +0000 Subject: [PATCH] Update dependency sequelize to v6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9181a52..f3e7ea3 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "node-serialize": "0.0.4", "passport": "^0.4.0", "passport-local": "^1.0.0", - "sequelize": "^4.13.10", + "sequelize": "^6.0.0", "winston": "^3.0.0", "x-xss-protection": "^1.1.0" }