Skip to content

Commit

Permalink
Fix koa ip
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Kos committed Nov 7, 2022
1 parent 5d42da0 commit 8ffd183
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
30 changes: 29 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 8ffd183

Please sign in to comment.