From f0ac4706c3c3b86b082a05c47a467cbb6fa490ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 11:03:25 +0000 Subject: [PATCH] Bump grunt-contrib-cssmin from 0.6.2 to 5.0.0 Bumps [grunt-contrib-cssmin](https://github.com/gruntjs/grunt-contrib-cssmin) from 0.6.2 to 5.0.0. - [Release notes](https://github.com/gruntjs/grunt-contrib-cssmin/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-cssmin/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-cssmin/commits/v5.0.0) --- updated-dependencies: - dependency-name: grunt-contrib-cssmin dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0be7bde..2bc1615 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "grunt-contrib-uglify": "~0.2.0", "grunt-contrib-compass": "~0.5.0", "grunt-contrib-jshint": "~3.2.0", - "grunt-contrib-cssmin": "~0.6.0", + "grunt-contrib-cssmin": "~5.0.0", "grunt-contrib-connect": "~0.5.0", "grunt-contrib-clean": "~2.0.1", "grunt-contrib-htmlmin": "~0.1.3",