From 43757dd53fac098056051724fb70112531e417c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Jul 2021 01:02:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090599 - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090600 - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090601 - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090602 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0ca4cc58..fe4933080 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.6.5", "winston": "^3.0.0", "x-xss-protection": "^1.1.0" }