diff --git a/package.json b/package.json index eeb7d77..4d45035 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint-plugin-promise": "^5.1.0", "eslint-plugin-react": "^7.17.0", "eslint-plugin-standard": "^5.0.0", - "gh-pages": "^3.1.0", + "gh-pages": "^4.0.0", "microbundle-crl": "^0.13.10", "npm-run-all": "^4.1.5", "prettier": "^2.0.4", diff --git a/yarn.lock b/yarn.lock index a1f8cfa..4a909c9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6278,10 +6278,10 @@ getpass@^0.1.1: dependencies: assert-plus "^1.0.0" -gh-pages@^3.1.0: - version "3.2.3" - resolved "https://registry.yarnpkg.com/gh-pages/-/gh-pages-3.2.3.tgz#897e5f15e111f42af57d21d430b83e5cdf29472c" - integrity sha512-jA1PbapQ1jqzacECfjUaO9gV8uBgU6XNMV0oXLtfCX3haGLe5Atq8BxlrADhbD6/UdG9j6tZLWAkAybndOXTJg== +gh-pages@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/gh-pages/-/gh-pages-4.0.0.tgz#bd7447bab7eef008f677ac8cc4f6049ab978f4a6" + integrity sha512-p8S0T3aGJc68MtwOcZusul5qPSNZCalap3NWbhRUZYu1YOdp+EjZ+4kPmRM8h3NNRdqw00yuevRjlkuSzCn7iQ== dependencies: async "^2.6.1" commander "^2.18.0"