From 241f0eda529e7ce160cddeb15c37f48097c05bf2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2019 08:22:01 +0000 Subject: [PATCH] Update gulp-uglify requirement from 2.1.2 to 3.0.2 Updates the requirements on [gulp-uglify](https://github.com/terinjokes/gulp-uglify) to permit the latest version. - [Release notes](https://github.com/terinjokes/gulp-uglify/releases) - [Changelog](https://github.com/terinjokes/gulp-uglify/blob/master/CHANGELOG.md) - [Commits](https://github.com/terinjokes/gulp-uglify/compare/v2.1.2...v3.0.2) 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 6ad9a96..17a4472 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "gulp-sourcemaps": "2.6.0", "gulp-stylus": "2.6.0", "gulp-svgstore": "6.1.0", - "gulp-uglify": "2.1.2", + "gulp-uglify": "3.0.2", "gulp-util": "3.0.8", "jquery": "3.4.1", "lazypipe": "1.0.1",