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"