From 851e51749a5c47b5542d1ce11f32c4c30af97939 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 08:16:29 +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 4ae3aa055..4fe1ae550 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": "^3.0.0", "spark-md5": "^2.0.2", "style-loader": "^0.13.0", "url-loader": "^0.5.7",