From f2271fb1fe9cf01912bc47002ff279692d5cb706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 12 Oct 2018 20:48:28 +0000 Subject: [PATCH] Update grunt-contrib-clean requirement from ~0.5.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/commits/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 fedbb03..6c4535b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "grunt": "~0.4.1", "grunt-gitbook": "0.2.0", "grunt-gh-pages": "0.9.1", - "grunt-contrib-clean": "~0.5.0", + "grunt-contrib-clean": "~2.0.0", "grunt-http-server": "0.0.4", "gitbook-pdf": "0.0.1", "grunt-contrib-copy": "0.5.0"