From 41abefb45360c1b88e16f259c23d8e36d8a3d769 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 21:18:49 +0000 Subject: [PATCH] build(deps-dev): bump grunt-contrib-uglify from 0.6.0 to 5.0.1 Bumps [grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify) from 0.6.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/v0.6.0...v5.0.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 4623e97..c896893 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "grunt-csscomb":"^3.0.0", "grunt-contrib-cssmin": "^0.10.0", "grunt-contrib-copy": "^0.8.0", - "grunt-contrib-uglify": "^0.6.0", + "grunt-contrib-uglify": "^5.0.1", "grunt-autoprefixer": "^1.0.1", "less-plugin-glob": "^1.1.0", "grunt-contrib-connect": "^0.9.0"