From bb73147d4ca85a26c5e8a7b337dce58cd12b10ac Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 21:37:13 +0000 Subject: [PATCH] Bump gh-pages from 2.2.0 to 3.0.0 Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 2.2.0 to 3.0.0. - [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.2.0...v3.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index db23ae1d9..d04572426 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "reactstrap": "5.0.0-alpha.4" }, "devDependencies": { - "gh-pages": "^2.2.0" + "gh-pages": "^3.0.0" }, "proxy": "http://localhost:5000/" } diff --git a/yarn.lock b/yarn.lock index c0216f6aa..0a5c0163b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5315,10 +5315,10 @@ getpass@^0.1.1: dependencies: assert-plus "^1.0.0" -gh-pages@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/gh-pages/-/gh-pages-2.2.0.tgz#74ebeaca8d2b9a11279dcbd4a39ddfff3e6caa24" - integrity sha512-c+yPkNOPMFGNisYg9r4qvsMIjVYikJv7ImFOhPIVPt0+AcRUamZ7zkGRLHz7FKB0xrlZ+ddSOJsZv9XAFVXLmA== +gh-pages@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/gh-pages/-/gh-pages-3.0.0.tgz#65f3ccd424bfbc7906f31c4bdb524a1147fa8da2" + integrity sha512-oaOfVcrSwnqoWUgZ6cmCDM6mUuWyOSG+SHjqxGBawN0F3SKaF5NwbeYDG+w2RNXO2HJ/5Iam4o7dP5NAtoHuwQ== dependencies: async "^2.6.1" commander "^2.18.0"