From 7c341ead7a90860a17f0edbd5db3ba867daa164d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 27 May 2019 11:13:08 +0000 Subject: [PATCH] Update gulp-strip-debug requirement from ^1.1.0 to ^3.0.0 in /webapp Updates the requirements on [gulp-strip-debug](https://github.com/sindresorhus/gulp-strip-debug) to permit the latest version. - [Release notes](https://github.com/sindresorhus/gulp-strip-debug/releases) - [Commits](https://github.com/sindresorhus/gulp-strip-debug/compare/v1.1.0...v3.0.0) --- webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/package.json b/webapp/package.json index 730fec6..3ff8e95 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -32,7 +32,7 @@ "gulp-clean-css": "^4.2.0", "gulp-less": "^4.0.1", "gulp-sourcemaps": "^2.1.1", - "gulp-strip-debug": "^1.1.0", + "gulp-strip-debug": "^3.0.0", "gulp-uglify": "^3.0.2", "gulp-util": "^3.0.7", "vinyl-buffer": "^1.0.0",