From 7982f8d11677533371d02869f19c3879cfd33adf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Nov 2022 20:57:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ENGINEIO-3136336 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d7c1ae6..93f3856d 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.0.0", "sails-hook-sequelize": "^1.0.1", "sails-hook-sequelize-blueprints": "^0.3.0", "striptags": "^2.1.1"