From 398dcd079bac4c1cf6acdb2627c233954624319a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 Jun 2022 17:27:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEQUELIZE-2932027 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0ca4cc58..18db058ab 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.19.1", "winston": "^3.0.0", "x-xss-protection": "^1.1.0" }