From 5ce6187fd42177048880222e5530a0581abae6a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 11:05:01 +0000 Subject: [PATCH] Bump grunt-contrib-htmlmin from 0.1.3 to 3.1.0 Bumps [grunt-contrib-htmlmin](https://github.com/gruntjs/grunt-contrib-htmlmin) from 0.1.3 to 3.1.0. - [Release notes](https://github.com/gruntjs/grunt-contrib-htmlmin/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-htmlmin/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-htmlmin/compare/v0.1.3...v3.1.0) --- updated-dependencies: - dependency-name: grunt-contrib-htmlmin 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..c58c815 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "grunt-contrib-cssmin": "~0.6.0", "grunt-contrib-connect": "~0.5.0", "grunt-contrib-clean": "~2.0.1", - "grunt-contrib-htmlmin": "~0.1.3", + "grunt-contrib-htmlmin": "~3.1.0", "grunt-bower-requirejs": "~2.0.0", "grunt-contrib-requirejs": "~0.4.1", "grunt-contrib-imagemin": "~0.2.0",