|
20 | 20 | "Nick Baugh <[email protected]> (http://niftylettuce.com/)" |
21 | 21 | ], |
22 | 22 | "dependencies": { |
23 | | - "@koa/router": "^9.4.0", |
24 | | - "@ladjs/i18n": "^6.0.5", |
| 23 | + "@koa/router": "^10.0.0", |
| 24 | + "@ladjs/i18n": "^7.0.1", |
25 | 25 | "@ladjs/redis": "^1.0.7", |
26 | | - "@ladjs/shared-config": "^3.0.9", |
| 26 | + "@ladjs/shared-config": "^3.0.10", |
27 | 27 | "@ladjs/store-ip-address": "^0.0.7", |
28 | 28 | "boolean": "3.0.1", |
29 | | - "cabin": "^8.0.7", |
| 29 | + "cabin": "^9.0.4", |
30 | 30 | "express-request-id": "^1.4.1", |
31 | 31 | "findhit-proxywrap": "^0.3.12", |
32 | 32 | "kcors": "^2.2.2", |
33 | | - "koa": "^2.13.0", |
| 33 | + "koa": "^2.13.1", |
34 | 34 | "koa-404-handler": "^0.0.2", |
35 | 35 | "koa-basic-auth": "^4.0.0", |
36 | 36 | "koa-better-error-handler": "^6.0.1", |
|
42 | 42 | "koa-etag": "^4.0.0", |
43 | 43 | "koa-json": "^2.0.2", |
44 | 44 | "koa-no-trailing-slash": "^2.1.0", |
45 | | - "koa-simple-ratelimit": "^5.0.1", |
| 45 | + "koa-simple-ratelimit": "^5.1.0", |
46 | 46 | "lodash": "^4.17.20", |
| 47 | + "multimatch": "^5.0.0", |
47 | 48 | "request-received": "^0.0.3", |
48 | 49 | "response-time": "^2.3.2" |
49 | 50 | }, |
50 | 51 | "devDependencies": { |
51 | 52 | "@commitlint/cli": "^11.0.0", |
52 | 53 | "@commitlint/config-conventional": "^11.0.0", |
53 | | - "ava": "^3.13.0", |
54 | | - "codecov": "^3.8.0", |
55 | | - "cross-env": "^7.0.2", |
56 | | - "eslint": "^7.12.0", |
57 | | - "eslint-config-xo-lass": "^1.0.4", |
58 | | - "fixpack": "^3.0.6", |
59 | | - "husky": "^4.3.0", |
60 | | - "lint-staged": "10.4.2", |
61 | | - "mongoose": "^5.10.10", |
| 54 | + "ava": "^3.15.0", |
| 55 | + "codecov": "^3.8.1", |
| 56 | + "cross-env": "^7.0.3", |
| 57 | + "eslint": "^7.19.0", |
| 58 | + "eslint-config-xo-lass": "^1.0.5", |
| 59 | + "fixpack": "^4.0.0", |
| 60 | + "husky": "^4.3.8", |
| 61 | + "lint-staged": "10.5.3", |
| 62 | + "mongoose": "^5.11.14", |
62 | 63 | "nyc": "^15.1.0", |
63 | 64 | "remark-cli": "^9.0.0", |
64 | | - "remark-preset-github": "^3.0.4", |
65 | | - "supertest": "^5.0.0", |
66 | | - "xo": "^0.34.1" |
| 65 | + "remark-preset-github": "^4.0.1", |
| 66 | + "supertest": "^6.1.3", |
| 67 | + "xo": "^0.37.1" |
67 | 68 | }, |
68 | 69 | "engines": { |
69 | 70 | "node": ">=8.3" |
|
0 commit comments