From 37f7e110db340716074f1cee7f22c4c3d715d364 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 31 May 2021 01:11:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e9ea0f..45775c2 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "grunt-cli": "^0.1.13", "grunt-contrib-clean": "^0.7.0", "grunt-contrib-concat": "^0.5.1", - "grunt-contrib-cssmin": "^0.14.0", + "grunt-contrib-cssmin": "^1.0.0", "grunt-contrib-jshint": "^0.11.3", "grunt-contrib-uglify": "^0.11.0", "grunt-contrib-watch": "^0.6.1",