From d0fd3a83f792d5be4fdbc00497d9b3de6b1397ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jan 2022 14:00:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UGLIFYJS-1727251 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 121b7a1ddb..fdec70844d 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "reportback": "~0.1.4", "sails-util": "~0.10.0", "colors": "~0.6.2", - "socket.io": "~0.9.14", + "socket.io": "~1.0.1", "connect-flash": "~0.1.1", "pluralize": "~0.0.5", "node-uuid": "~1.4.0", @@ -58,7 +58,7 @@ "grunt-sails-linker": "~0.9.5", "grunt-contrib-jst": "~0.6.0", "grunt-contrib-watch": "~0.5.3", - "grunt-contrib-uglify": "~0.4.0", + "grunt-contrib-uglify": "~4.0.1", "grunt-contrib-cssmin": "~0.9.0", "grunt-contrib-less": "~0.10.0", "grunt-contrib-coffee": "~0.10.1",