From cb4ed4397f93aa0aa8b8fc749c731a1c03671845 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 May 2022 03:56:51 +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 ac622bf..0f7ff7a 100644 --- a/package.json +++ b/package.json @@ -16,12 +16,12 @@ "grunt-contrib-jst": "~0.6.0", "grunt-contrib-less": "0.11.1", "grunt-contrib-uglify": "~0.4.0", - "grunt-contrib-watch": "^0.6.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.11.5", + "sails": "^1.4.2", "sails-disk": "~0.10.0" }, "scripts": {