From 3b52048bfb8022599458f208ca70a9302b83c0ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 May 2022 19:29:57 +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 a447375..1615d1d 100644 --- a/package.json +++ b/package.json @@ -16,12 +16,12 @@ "grunt-contrib-jst": "~0.6.0", "grunt-contrib-less": "1.3.0", "grunt-contrib-uglify": "~0.4.0", - "grunt-contrib-watch": "~1.0.0", + "grunt-contrib-watch": "~1.1.0", "grunt-sails-linker": "~0.9.5", "grunt-sync": "~0.0.4", "include-all": "~0.1.3", "rc": "~0.5.0", - "sails": "~0.12.12", + "sails": "~1.4.2", "sails-disk": "~0.10.0", "sails-mysql": "^0.11.0", "snyk": "^1.44.0"