From 11879a50ef01250ab5b54cc22f0bf885f39ee3ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jun 2022 04:42:23 +0000 Subject: [PATCH] fix: carpool-backend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 --- carpool-backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carpool-backend/package.json b/carpool-backend/package.json index bc07841..f26b97b 100644 --- a/carpool-backend/package.json +++ b/carpool-backend/package.json @@ -15,7 +15,7 @@ "moment": "^2.15.1", "mysql": "^2.11.1", "rc": "~0.5.0", - "sails": "~0.11.0", + "sails": "~0.12.0", "sails-disk": "~0.10.0", "sails-hook-sequelize": "^1.0.1", "sails-hook-sequelize-blueprints": "^0.3.0",