From 85ba8ce46ff61b65601c57f279ad02e6c6fea33e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 23 May 2019 09:49:25 +0000 Subject: [PATCH] Update grunt-contrib-uglify requirement from ^0.6.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.6.0...v4.0.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 957ac31..426191f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-jshint": "^0.10.0", - "grunt-contrib-uglify": "^0.6.0", + "grunt-contrib-uglify": "^4.0.1", "load-grunt-tasks": "^3.1.0", "requirejs": "^2.1.15", "time-grunt": "^1.1.0"