diff --git a/package.json b/package.json index 49fdd0c150b1..cdee650095a5 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "jsonwebtoken": "^8.5.0", "jszip": "^3.10.1", "kbar": "0.1.0-beta.28", - "koa": "^2.13.4", + "koa": "https://github.com/michalkos/koa.git", "koa-body": "^4.2.0", "koa-compress": "^5.1.0", "koa-convert": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index d00a48b31031..d798675cd3b1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10190,7 +10190,7 @@ koa-webpack-hot-middleware@^1.0.3: dependencies: webpack-hot-middleware "2.x" -koa@^2.13.1, koa@^2.13.4: +koa@^2.13.1: version "2.13.4" resolved "https://registry.yarnpkg.com/koa/-/koa-2.13.4.tgz#ee5b0cb39e0b8069c38d115139c774833d32462e" integrity sha512-43zkIKubNbnrULWlHdN5h1g3SEKXOEzoAlRsHOTFpnlDu8JlAOZSMJBLULusuXRequboiwJcj5vtYXKB3k7+2g== @@ -10219,6 +10219,34 @@ koa@^2.13.1, koa@^2.13.4: type-is "^1.6.16" vary "^1.1.2" +"koa@https://github.com/michalkos/koa.git": + version "2.13.4" + resolved "https://github.com/michalkos/koa.git#4f3f695a3f8869b829154687c77f04f5577d8617" + dependencies: + accepts "^1.3.5" + cache-content-type "^1.0.0" + content-disposition "~0.5.2" + content-type "^1.0.4" + cookies "~0.8.0" + debug "^4.3.2" + delegates "^1.0.0" + depd "^2.0.0" + destroy "^1.0.4" + encodeurl "^1.0.2" + escape-html "^1.0.3" + fresh "~0.5.2" + http-assert "^1.3.0" + http-errors "^1.6.3" + is-generator-function "^1.0.7" + koa-compose "^4.1.0" + koa-convert "^2.0.0" + on-finished "^2.3.0" + only "~0.0.2" + parseurl "^1.3.2" + statuses "^1.5.0" + type-is "^1.6.16" + vary "^1.1.2" + koalas@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/koalas/-/koalas-1.0.2.tgz#318433f074235db78fae5661a02a8ca53ee295cd"