From 0760be203604009178ae0d720cecec5ddd46f9c3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Nov 2022 22:49:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-3091012 --- 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"