From 32733daa9c86c2a52f4697d48847707a74c5d94b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Apr 2022 17:33:16 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e6e4855..985ca856 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "grunt": "~1.4.0", "grunt-browser-sync": "~2.2.0", "grunt-contrib-clean": "~2.0.0", - "grunt-contrib-compress": "~1.6.0", + "grunt-contrib-compress": "~2.0.0", "grunt-contrib-copy": "1.0.x", "grunt-contrib-cssmin": "~4.0.0", "grunt-contrib-uglify": "~5.0.0",