|
11 | 11 | "Nick Baugh <[email protected]> (http://niftylettuce.com/)" |
12 | 12 | ], |
13 | 13 | "dependencies": { |
14 | | - "@koa/router": "^12.0.1", |
| 14 | + "@koa/router": "^13.1.0", |
15 | 15 | "@ladjs/i18n": "^8.0.3", |
16 | 16 | "@ladjs/koa-simple-ratelimit": "^4.1.1", |
17 | 17 | "@ladjs/passport": "^5.1.4", |
18 | 18 | "@ladjs/redis": "^1.1.1", |
19 | 19 | "@ladjs/shared-config": "^9.1.4", |
20 | 20 | "@ladjs/store-ip-address": "^0.0.7", |
21 | | - "axe": "^12.2.9", |
| 21 | + "axe": "^13.0.0", |
22 | 22 | "boolean": "^3.2.0", |
23 | | - "cabin": "^13.2.8", |
| 23 | + "cabin": "^14.0.0", |
24 | 24 | "express-request-id": "1.4.1", |
25 | 25 | "kcors": "^2.2.2", |
26 | | - "koa": "^2.15.3", |
| 26 | + "koa": "^2.15.4", |
27 | 27 | "koa-404-handler": "^0.1.0", |
28 | 28 | "koa-basic-auth": "^4.0.0", |
29 | 29 | "koa-better-error-handler": "^11.0.4", |
|
37 | 37 | "lodash": "^4.17.21", |
38 | 38 | "multimatch": "5", |
39 | 39 | "request-received": "^0.0.3", |
40 | | - "response-time": "^2.3.2" |
| 40 | + "response-time": "^2.3.3" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@commitlint/cli": "^19.3.0", |
44 | | - "@commitlint/config-conventional": "^19.2.2", |
| 43 | + "@commitlint/cli": "^19.7.1", |
| 44 | + "@commitlint/config-conventional": "^19.7.1", |
45 | 45 | "ava": "^5.3.1", |
46 | 46 | "cross-env": "^7.0.3", |
47 | 47 | "eslint": "^8.55.0", |
48 | 48 | "eslint-config-xo-lass": "^2.0.1", |
49 | 49 | "fixpack": "^4.0.0", |
50 | | - "husky": "^8.0.3", |
51 | | - "ioredis": "^5.4.1", |
| 50 | + "husky": "^9.1.7", |
| 51 | + "ioredis": "^5.5.0", |
52 | 52 | "ioredis-mock": "^8.9.0", |
53 | | - "lint-staged": "^15.2.7", |
| 53 | + "lint-staged": "^15.4.3", |
54 | 54 | "mongoose": "6", |
55 | | - "nyc": "^15.1.0", |
| 55 | + "nyc": "^17.1.0", |
56 | 56 | "remark-cli": "11", |
57 | 57 | "remark-preset-github": "^4.0.4", |
58 | | - "supertest": "^6.3.3", |
| 58 | + "supertest": "^7.0.0", |
59 | 59 | "xo": "^0.56.0" |
60 | 60 | }, |
61 | 61 | "engines": { |
|
0 commit comments