From a3761fac462eb0f023704224fa60257dce1c0d6c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Wed, 29 May 2019 17:16:49 +0000 Subject: [PATCH] Update gulp-uglify requirement from ^1.5.3 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/v1.5.3...v3.0.2) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1c9314..f98d8e8 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ "devDependencies": { "gulp": "^3.9.1", "gulp-concat": "^2.6.0", - "gulp-uglify": "^1.5.3" + "gulp-uglify": "^3.0.2" } }