From 639291927d2c8102e3f76bbc4509a3381e5b30ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Jul 2021 02:10:33 +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 f14b3ed..dab544a 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "passport-http-bearer": "^1.0.1", "pg": "^8.2.1", "pg-hstore": "^2.3.3", - "sequelize": "^5.21.11", + "sequelize": "^6.6.5", "umzug": "^2.3.0", "winston": "^3.2.1", "winston-daily-rotate-file": "^4.4.2"