From bc11565fa45646abfe241e1513de540b7914b6a7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 24 May 2019 13:48:07 +0000 Subject: [PATCH] Update grunt-contrib-clean requirement from ~0.6.0 to ~2.0.0 Updates the requirements on [grunt-contrib-clean](https://github.com/gruntjs/grunt-contrib-clean) to permit the latest version. - [Release notes](https://github.com/gruntjs/grunt-contrib-clean/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-clean/blob/master/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-clean/compare/v0.6.0...v2.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a10619e12..620f5b517 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "grunt": "~0.4.5", "grunt-autoprefixer": "~3.0.4", "grunt-banner": "~0.6.0", - "grunt-contrib-clean": "~0.6.0", + "grunt-contrib-clean": "~2.0.0", "grunt-contrib-compress": "~1.5.0", "grunt-contrib-concat": "~0.5.0", "grunt-contrib-copy": "^0.8.2",