From 42c67a2154abff09b96c6a1d050813763b409a3f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 23:35:28 +0000 Subject: [PATCH] Update gh-pages requirement from 2.0.1 to 2.1.1 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.1) 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..cbf8798 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.1", "html-loader": "0.5.5", "html-webpack-plugin": "3.2.0", "jest": "24.5.0",