From 899a43b8095ca5d7aa5a2de0bd3ef8fba5901d69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 24 May 2019 08:36:18 +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 8ade349..5bf4203 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "grunt-contrib-copy": "^0.7.0", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-qunit": "^0.5.2", - "grunt-contrib-uglify": "^0.6.0", + "grunt-contrib-uglify": "^4.0.1", "grunt-coveralls": "^1.0.0", "grunt-karma-coveralls": "^2.5.3", "grunt-replace": "^0.8.0",