From 2d2c75232429b4bbdc4285fb9c059c9df550e616 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 22:40:34 +0000 Subject: [PATCH] Update grunt-contrib-cssmin to version 5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5112aab..414c5bd 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "babel-preset-es2015": "^6.24.1", "grunt-babel": "^7.0.0", "grunt-contrib-concat": "^0.5.0", - "grunt-contrib-cssmin": "^0.10.0", + "grunt-contrib-cssmin": "^5.0.0", "grunt-contrib-uglify-es": "^3.3.0" } }