From 7dec63f63d364b855b0a385263cbb75a151b87b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:11:25 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c7b0f88d2de..41500352756 100644 --- a/package.json +++ b/package.json @@ -21,17 +21,17 @@ "aws-sdk": "^2.19.0", "chokidar": "1.6.0", "glob": "7.0.6", - "grunt": "0.4.5", + "grunt": "1.3.0", "grunt-cleanempty": "1.0.3", "grunt-cli": "0.1.9", "grunt-contrib-clean": "0.4.1", - "grunt-contrib-compress": "^1.4.1", + "grunt-contrib-compress": "^2.0.0", "grunt-contrib-concat": "0.3.0", "grunt-contrib-copy": "0.4.1", "grunt-contrib-cssmin": "0.6.0", "grunt-contrib-htmlmin": "0.1.3", "grunt-contrib-jasmine": "0.4.2", - "grunt-contrib-less": "1.4.0", + "grunt-contrib-less": "2.1.0", "grunt-contrib-requirejs": "0.4.1", "grunt-contrib-uglify": "^2.3.0", "grunt-contrib-watch": "0.4.3",