From f44ced80f49ce2d84c6bd82961e15b733bda4cc8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 21:41:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5964ed3..d4bdd1a 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "pg": "^7.8.1", "pg-hstore": "^2.3.2", "rxjs": "~6.3.3", - "sequelize": "^4.43.0", + "sequelize": "^6.1.0", "sequelize-cli": "^5.4.0", "sweetalert": "^2.1.2", "tslib": "^1.9.0",