Skip to content

Commit

Permalink
fix: support ipv6 address binding
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Mar 28, 2023
1 parent 1f86ac2 commit 576bae4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@ladjs/koa-isajax": "^2.0.0",
"@ladjs/koa-simple-ratelimit": "^4.1.1",
"@ladjs/redis": "^1.1.1",
"@ladjs/shared-config": "^9.0.1",
"@ladjs/shared-config": "^9.1.0",
"@ladjs/state-helper": "^3.0.1",
"@ladjs/store-ip-address": "^0.0.7",
"boolean": "^3.2.0",
Expand All @@ -32,7 +32,7 @@
"koa-better-error-handler": "^11.0.4",
"koa-better-flash": "^0.0.4",
"koa-better-timeout": "^0.0.6",
"koa-bodyparser": "^4.3.0",
"koa-bodyparser": "^4.4.0",
"koa-cash": "^4.1.1",
"koa-compress": "^5.1.0",
"koa-conditional-get": "^3.0.0",
Expand All @@ -54,20 +54,20 @@
"response-time": "^2.3.2"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@ladjs/passport": "^5.0.3",
"ava": "^5.2.0",
"axe": "^12.1.0",
"cabin": "^13.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.35.0",
"eslint": "^8.36.0",
"eslint-config-xo-lass": "^2.0.1",
"fixpack": "^4.0.0",
"husky": "^8.0.3",
"ioredis": "^5.3.1",
"ioredis-mock": "^8.2.6",
"lint-staged": "^13.1.2",
"ioredis-mock": "^8.2.7",
"lint-staged": "^13.2.0",
"nyc": "^15.1.0",
"pug": "^3.0.2",
"remark-cli": "^11.0.0",
Expand Down

0 comments on commit 576bae4

Please sign in to comment.