From 9e1c07bcd65e7fc753eeab0651c1d2cf5c5860fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 Oct 2025 15:44:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VALIDATOR-13395830 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ae3aa055..e18b5c27d 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "redux-logger": "^2.6.1", "redux-thunk": "^2.0.1", "rimraf": "^2.5.4", - "sequelize": "^3.24.1", + "sequelize": "^6.6.5", "sequelize-cli": "^2.3.1", "spark-md5": "^2.0.2", "style-loader": "^0.13.0",