From 674ed4420f532a09234cb8cbd75fee416c560395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 19:19:23 +0000 Subject: [PATCH] Bump grunt-contrib-uglify from 3.4.0 to 5.2.1 Bumps [grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify) from 3.4.0 to 5.2.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.2.1) --- updated-dependencies: - dependency-name: grunt-contrib-uglify dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b29a97..214b797 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.2.1", "grunt-contrib-watch": "~1.1.0", "grunt-karma": "^2.0.0", "jasmine-core": "^2.4.1",