From 980544acf1591fc14282a4ad9a312a5dbc96a406 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Apr 2022 02:32:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d7c1ae6..816c93b4 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "passport-local": "^1.0.0", "rc": "1.0.1", "redis": "^2.6.2", - "sails": "~0.12.3", + "sails": "~1.4.2", "sails-hook-sequelize": "^1.0.1", "sails-hook-sequelize-blueprints": "^0.3.0", "striptags": "^2.1.1"