From ac0c6158361e2480662bbbdfaf5232bea9ba43b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 22 May 2019 11:32:22 +0000 Subject: [PATCH] Update grunt-contrib-uglify requirement from 3.1.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/v3.1.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 eb0949af9..ba204aac6 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "cpx": "^1.5.0", "grunt": "1.0.1", "grunt-contrib-qunit": "2.0.0", - "grunt-contrib-uglify": "3.1.0", + "grunt-contrib-uglify": "4.0.1", "grunt-ts": "^6.0.0-beta.15", "grunt-tslint": "^5.0.2", "npm-run-all": "^4.1.3",