From 777f1cf0fb9fcf389d78af323d0cc30a176394d8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 3 Jun 2019 17:19:45 +0000 Subject: [PATCH] Update grunt-contrib-uglify requirement from ~0.7.0 to ~4.0.1 Updates the requirements on [grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify) to permit the latest version. - [Release notes](https://github.com/gruntjs/grunt-contrib-uglify/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-uglify/blob/master/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-uglify/compare/v0.7.0...v4.0.1) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a10619e12..77da00de0 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "grunt-contrib-cssmin": "~0.11.0", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-less": "~1.1.0", - "grunt-contrib-uglify": "~0.7.0", + "grunt-contrib-uglify": "~4.0.1", "grunt-contrib-watch": "~0.6.1", "grunt-sed": "~0.1.1", "grunt-umd": "~2.3.3",