From d9bb8827bb48efbc32187a81d7fc470c48df418a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Jul 2022 06:59:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEQUELIZE-2959225 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a85b06b79b..e018024b53 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "sass-loader": "^3.1.2", "secure-random": "^1.1.1", "sendgrid": "^4.0.1", - "sequelize": "^3.21.0", + "sequelize": "^6.21.2", "sequelize-cli": "^2.3.1", "speakingurl": "^9.0.0", "style-loader": "^0.13.0",