From 5ec8064518cb17fc771c5bb053a6ba5496c047c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 03:01:50 +0000 Subject: [PATCH] Bump grunt-contrib-uglify from 5.0.1 to 5.2.1 Bumps [grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify) from 5.0.1 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/v5.0.1...v5.2.1) --- updated-dependencies: - dependency-name: grunt-contrib-uglify dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a9d219b7..731577d32 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "grunt-contrib-jshint": "~3.0.0", "grunt-contrib-jst": "~2.0.0", "grunt-contrib-less": "~3.0.0", - "grunt-contrib-uglify": "~5.0.0", + "grunt-contrib-uglify": "~5.2.1", "grunt-contrib-watch": "~1.1.0", "grunt-docco": "~0.5.0", "grunt-eslint": "^23.0.0",