From 3e79eea5855949857efa7d1d62a75c894b6380e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Jul 2023 23:40:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index beeb5744..d089f8fa 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "grunt-contrib-clean": "^1.0.0", "grunt-contrib-compress": "^1.3.0", "grunt-contrib-copy": "^1.0.0", - "grunt-contrib-cssmin": "^1.0.2", + "grunt-contrib-cssmin": "^2.1.0", "grunt-contrib-uglify": "^2.0.0", "grunt-preprocess": "^5.1.0", "html-to-text": "^3.0.0",