From 7d97f0f577ab41ce84db5c6b744f02f665bc8ee5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2019 23:42:10 +0000 Subject: [PATCH] Update gh-pages requirement from 2.0.1 to 2.1.0 Updates the requirements on [gh-pages](https://github.com/tschaub/gh-pages) to permit the latest version. - [Release notes](https://github.com/tschaub/gh-pages/releases) - [Changelog](https://github.com/tschaub/gh-pages/blob/master/changelog.md) - [Commits](https://github.com/tschaub/gh-pages/compare/v2.0.1...v2.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21aea91..f7d0164 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint": "5.16.0", "eslint-plugin-react": "7.12.4", "file-loader": "3.0.1", - "gh-pages": "2.0.1", + "gh-pages": "2.1.0", "html-loader": "0.5.5", "html-webpack-plugin": "3.2.0", "jest": "24.5.0",