diff --git a/package.json b/package.json index 11bab8dce..82d15f5af 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "dependency-tree": "^7.0.2", "eslint": "^6.1.0", "fast-glob": "^3.0.4", - "gh-pages": "^2.1.0", + "gh-pages": "2.0.1", "html-webpack-plugin": "3.2.0", "husky": "^3.0.2", "jest": "^24.8.0", diff --git a/yarn.lock b/yarn.lock index 015f56bc2..43276e8dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4410,10 +4410,10 @@ getpass@^0.1.1: dependencies: assert-plus "^1.0.0" -gh-pages@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/gh-pages/-/gh-pages-2.1.0.tgz#dcf519825d77d3a3ee78763076f4158403fc88c4" - integrity sha512-QmV1fh/2W5GZkfoLsG4g6dRTWiNYuCetMQmm8CL6Us8JVnAufYtS0uJPD8NYogmNB4UZzdRG44uPAL+jcBzEwQ== +gh-pages@2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/gh-pages/-/gh-pages-2.0.1.tgz#aefe47a43b8d9d2aa3130576b33fe95641e29a2f" + integrity sha512-uFlk3bukljeiWKQ2XvPfjcSi/ou7IfoDf2p+Fj672saLAr8bnOdFVqI/JSgrSgInKpCg5BksxEwGUl++dbg8Dg== dependencies: async "^2.6.1" commander "^2.18.0"