From bcf06e6e0834acab271c24956cc0b297170d0c7f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Nov 2024 20:40:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ae3aa055..16a6fa2e8 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "redux-thunk": "^2.0.1", "rimraf": "^2.5.4", "sequelize": "^3.24.1", - "sequelize-cli": "^2.3.1", + "sequelize-cli": "^6.3.0", "spark-md5": "^2.0.2", "style-loader": "^0.13.0", "url-loader": "^0.5.7",