From 8903b1f9dd14a556c8c391abf8f3b342d9ddae57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2020 05:06:14 +0000 Subject: [PATCH] Bump grunt-contrib-uglify from 4.0.1 to 5.0.0 Bumps [grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify) from 4.0.1 to 5.0.0. - [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/v4.0.1...v5.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f2c486f..db759716 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "grunt-contrib-clean": "2.0.0", "grunt-contrib-copy": "1.0.0", "grunt-contrib-jshint": "2.1.0", - "grunt-contrib-uglify": "4.0.1", + "grunt-contrib-uglify": "5.0.0", "grunt-contrib-watch": "1.1.0", "grunt-postcss": "0.9.0", "grunt-replace-regex": "1.0.3",