From da66cc907af04582fe0b49754a8d304496147912 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 4 Jun 2019 12:03:49 +0000 Subject: [PATCH] Update grunt-contrib-htmlmin requirement from ~0.2.0 to ~3.1.0 Updates the requirements on [grunt-contrib-htmlmin](https://github.com/gruntjs/grunt-contrib-htmlmin) to permit the latest version. - [Release notes](https://github.com/gruntjs/grunt-contrib-htmlmin/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-htmlmin/blob/master/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-htmlmin/compare/v0.2.0...v3.1.0) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ffe125..83ecca4 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "grunt-contrib-connect": "~0.6.0", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-cssmin": "~0.7.0", - "grunt-contrib-htmlmin": "~0.2.0", + "grunt-contrib-htmlmin": "~3.1.0", "grunt-contrib-imagemin": "~0.5.0", "grunt-contrib-jshint": "~0.8.0", "grunt-contrib-uglify": "~0.3.2",