From bc7ae9f607bca62a5f56dcd955a84289b2c61064 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 15:14:35 +0000 Subject: [PATCH] Bump grunt-contrib-uglify from 0.1.2 to 5.0.1 Bumps [grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify) from 0.1.2 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/v0.1.2...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 609622b..ab8500a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "grunt": "~0.4.2", "grunt-contrib-jshint": "~0.1.1", - "grunt-contrib-uglify": "~0.1.2", + "grunt-contrib-uglify": "~5.0.1", "grunt-contrib-watch": "~0.3.1", "grunt-contrib-concat": "~0.1.3", "grunt-remove-logging": "~0.1.0",