From 746c13ac846e79b40fedeb6c69c34ee8eda07fc7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 08:00:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5c119a977b..e85960e6e0 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "grunt-contrib-jst": "~0.6.0", "grunt-contrib-less": "0.11.1", "grunt-contrib-uglify": "~0.4.0", - "grunt-contrib-watch": "~0.5.3", + "grunt-contrib-watch": "~0.6.0", "grunt-mocha-test": "^0.12.7", "grunt-sails-linker": "~0.9.5", "grunt-sync": "~0.0.4", @@ -50,14 +50,14 @@ "pushbullet": "^1.4.3", "rc": "~0.5.0", "request": "2.45.0", - "sails": "^0.11.0", + "sails": "^1.0.0", "sails-disk": "~0.10.0", "sails-hook-hookloader": "~0.2.0", "sails-memory": "~0.10.3", "sails-mysql": "~0.10.7", "sails-util-mvcsloader": "^0.3.0", - "serialport": "^2.0.5", - "speaker": "^0.2.6" + "serialport": "^6.0.0", + "speaker": "^0.4.0" }, "devDependencies": { "gulp": "^3.9.0",