From 2d432c6ffd230a66bcc4336e65ec33a1fda58b03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 12 Oct 2018 20:47:15 +0000 Subject: [PATCH] Update grunt-gh-pages requirement from 0.9.1 to 3.1.0 Updates the requirements on [grunt-gh-pages](https://github.com/tschaub/grunt-gh-pages) to permit the latest version. - [Release notes](https://github.com/tschaub/grunt-gh-pages/releases) - [Changelog](https://github.com/tschaub/grunt-gh-pages/blob/master/changelog.md) - [Commits](https://github.com/tschaub/grunt-gh-pages/commits/v3.1.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..f59e8a1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "devDependencies": { "grunt": "~0.4.1", "grunt-gitbook": "0.2.0", - "grunt-gh-pages": "0.9.1", + "grunt-gh-pages": "3.1.0", "grunt-contrib-clean": "~0.5.0", "grunt-http-server": "0.0.4", "gitbook-pdf": "0.0.1",