|
14 | 14 | "@koa/router": "^10.1.1", |
15 | 15 | "@ladjs/i18n": "^7.2.6", |
16 | 16 | "@ladjs/koa-simple-ratelimit": "^3.0.0", |
17 | | - "@ladjs/passport": "^5.0.1", |
| 17 | + "@ladjs/passport": "^5.0.2", |
18 | 18 | "@ladjs/redis": "^1.0.7", |
19 | 19 | "@ladjs/shared-config": "^7.0.3", |
20 | 20 | "@ladjs/store-ip-address": "^0.0.7", |
|
25 | 25 | "koa": "^2.13.4", |
26 | 26 | "koa-404-handler": "^0.1.0", |
27 | 27 | "koa-basic-auth": "^4.0.0", |
28 | | - "koa-better-error-handler": "^9.0.0", |
| 28 | + "koa-better-error-handler": "^10.0.0", |
29 | 29 | "koa-better-timeout": "^0.0.6", |
30 | 30 | "koa-bodyparser": "^4.3.0", |
31 | 31 | "koa-compress": "^5.1.0", |
|
41 | 41 | "response-time": "^2.3.2" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | | - "@commitlint/cli": "^17.0.2", |
45 | | - "@commitlint/config-conventional": "^17.0.2", |
| 44 | + "@commitlint/cli": "^17.0.3", |
| 45 | + "@commitlint/config-conventional": "^17.0.3", |
46 | 46 | "ava": "^4.3.0", |
47 | 47 | "cross-env": "^7.0.3", |
48 | | - "eslint": "^8.17.0", |
| 48 | + "eslint": "^8.18.0", |
49 | 49 | "eslint-config-xo-lass": "^2.0.1", |
50 | 50 | "fixpack": "^4.0.0", |
51 | 51 | "husky": "^8.0.1", |
52 | | - "ioredis": "^5.0.6", |
| 52 | + "ioredis": "^5.1.0", |
53 | 53 | "ioredis-mock": "^8.2.2", |
54 | | - "lint-staged": "13.0.0", |
55 | | - "mongoose": "^6.3.5", |
| 54 | + "lint-staged": "13.0.3", |
| 55 | + "mongoose": "^6.4.2", |
56 | 56 | "nyc": "^15.1.0", |
57 | | - "remark-cli": "^10.0.1", |
| 57 | + "remark-cli": "^11.0.0", |
58 | 58 | "remark-preset-github": "^4.0.4", |
59 | 59 | "supertest": "^6.2.3", |
60 | | - "xo": "^0.49.0" |
| 60 | + "xo": "^0.50.0" |
61 | 61 | }, |
62 | 62 | "engines": { |
63 | 63 | "node": ">=14" |
|
0 commit comments