From c829ffb135cf31d66fe17cd08b649f501265668b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Oct 2020 00:36:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 --- 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",