From fb19ba00cc9fe34154ac8a47a29fc1238a18622e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:21: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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7d7c1ae6..fe3203f3 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "ejs": "2.3.4", "elasticsearch": "^11.0.1", "foreman": "1.4.1", - "grunt": "0.4.5", + "grunt": "1.3.0", "grunt-apidoc": "^0.11.0", "grunt-contrib-clean": "0.6.0", "grunt-contrib-coffee": "0.13.0", @@ -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"