From a7948a38c0eff74e028991299e3648785071f7bb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 19:37:12 +0000 Subject: [PATCH] Bump grunt-contrib-uglify from 3.4.0 to 5.0.1 Bumps [grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify) from 3.4.0 to 5.0.1. - [Release notes](https://github.com/gruntjs/grunt-contrib-uglify/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-uglify/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-uglify/compare/v3.4.0...v5.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 8b29a97..1b8a02d 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": "^5.0.1", "grunt-contrib-watch": "~1.1.0", "grunt-karma": "^2.0.0", "jasmine-core": "^2.4.1",