From 9bab7d2fb57b300aa9db35705e4c20f04c47339a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2020 19:24:03 +0000 Subject: [PATCH] Bump grunt-contrib-uglify from 3.4.0 to 4.0.1 Bumps [grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify) from 3.4.0 to 4.0.1. - [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.4.0...v4.0.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0506b56..f3b14a7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "grunt-contrib-clean": "~2.0.0", "grunt-contrib-concat": "~1.0.0", "grunt-contrib-jshint": "~2.0.0", - "grunt-contrib-uglify": "^3.0.1", + "grunt-contrib-uglify": "^4.0.1", "grunt-contrib-watch": "~1.1.0", "grunt-karma": "^2.0.0", "jasmine-core": "^2.4.1",