|
20 | 20 | "Nick Baugh <[email protected]> (http://niftylettuce.com/)" |
21 | 21 | ], |
22 | 22 | "dependencies": { |
23 | | - "@koa/router": "^10.0.0", |
24 | | - "@ladjs/i18n": "^7.0.1", |
| 23 | + "@koa/router": "^10.1.1", |
| 24 | + "@ladjs/i18n": "^7.2.3", |
25 | 25 | "@ladjs/redis": "^1.0.7", |
26 | 26 | "@ladjs/shared-config": "^5.0.1", |
27 | 27 | "@ladjs/store-ip-address": "^0.0.7", |
28 | | - "boolean": "^3.0.2", |
| 28 | + "boolean": "^3.1.4", |
29 | 29 | "cabin": "^9.0.4", |
30 | 30 | "express-request-id": "^1.4.1", |
31 | 31 | "kcors": "^2.2.2", |
32 | 32 | "koa": "^2.13.1", |
33 | 33 | "koa-404-handler": "^0.0.2", |
34 | 34 | "koa-basic-auth": "^4.0.0", |
35 | | - "koa-better-error-handler": "^7.0.0", |
| 35 | + "koa-better-error-handler": "^7.0.1", |
36 | 36 | "koa-better-timeout": "^0.0.6", |
37 | 37 | "koa-bodyparser": "^4.3.0", |
38 | | - "koa-compress": "^5.0.1", |
| 38 | + "koa-compress": "^5.1.0", |
39 | 39 | "koa-conditional-get": "^3.0.0", |
40 | 40 | "koa-connect": "^2.1.0", |
41 | 41 | "koa-etag": "^4.0.0", |
42 | 42 | "koa-json": "^2.0.2", |
43 | 43 | "koa-no-trailing-slash": "^2.1.0", |
44 | 44 | "koa-simple-ratelimit": "^5.1.0", |
45 | | - "lodash": "^4.17.20", |
| 45 | + "lodash": "^4.17.21", |
46 | 46 | "multimatch": "^5.0.0", |
47 | 47 | "request-received": "^0.0.3", |
48 | 48 | "response-time": "^2.3.2" |
49 | 49 | }, |
50 | 50 | "devDependencies": { |
51 | | - "@commitlint/cli": "^11.0.0", |
52 | | - "@commitlint/config-conventional": "^11.0.0", |
| 51 | + "@commitlint/cli": "^13.1.0", |
| 52 | + "@commitlint/config-conventional": "^13.1.0", |
53 | 53 | "ava": "^3.15.0", |
54 | | - "codecov": "^3.8.1", |
| 54 | + "codecov": "^3.8.3", |
55 | 55 | "cross-env": "^7.0.3", |
56 | | - "eslint": "^7.20.0", |
| 56 | + "eslint": "^7.32.0", |
57 | 57 | "eslint-config-xo-lass": "^1.0.5", |
58 | 58 | "fixpack": "^4.0.0", |
59 | | - "husky": "^5.0.9", |
60 | | - "lint-staged": "10.5.4", |
61 | | - "mongoose": "^5.11.17", |
| 59 | + "husky": "^7.0.1", |
| 60 | + "lint-staged": "11.1.2", |
| 61 | + "mongoose": "^5.13.7", |
62 | 62 | "nyc": "^15.1.0", |
63 | | - "remark-cli": "^9.0.0", |
| 63 | + "remark-cli": "^10.0.0", |
64 | 64 | "remark-preset-github": "^4.0.1", |
65 | | - "supertest": "^6.1.3", |
66 | | - "xo": "^0.37.1" |
| 65 | + "supertest": "^6.1.6", |
| 66 | + "xo": "0.39" |
67 | 67 | }, |
68 | 68 | "engines": { |
69 | 69 | "node": ">=10.10.0" |
|
0 commit comments