|
36 | 36 | } |
37 | 37 | ], |
38 | 38 | "dependencies": { |
39 | | - "@hapi/boom": "^9.1.0", |
40 | | - "camelcase": "^6.0.0", |
| 39 | + "@hapi/boom": "^9.1.1", |
| 40 | + "ava": "3.11.1", |
| 41 | + "camelcase": "^6.2.0", |
41 | 42 | "capitalize": "^2.0.3", |
42 | 43 | "co": "^4.6.0", |
43 | 44 | "fast-safe-stringify": "^2.0.7", |
44 | | - "html-to-text": "^5.1.1", |
| 45 | + "html-to-text": "5", |
45 | 46 | "humanize-string": "^2.1.0", |
46 | 47 | "lodash.iserror": "^3.1.1", |
47 | 48 | "lodash.isfunction": "^3.0.9", |
|
50 | 51 | "lodash.isstring": "^4.0.1", |
51 | 52 | "lodash.map": "^4.6.0", |
52 | 53 | "lodash.values": "^4.3.0", |
53 | | - "statuses": "^2.0.0", |
| 54 | + "statuses": "^2.0.1", |
54 | 55 | "toidentifier": "^1.0.0" |
55 | 56 | }, |
56 | 57 | "devDependencies": { |
57 | | - "@commitlint/cli": "^9.1.2", |
58 | | - "@commitlint/config-conventional": "^9.1.2", |
59 | | - "@koa/router": "^9.4.0", |
60 | | - "ava": "3.11.1", |
61 | | - "codecov": "^3.7.2", |
62 | | - "cross-env": "^7.0.2", |
63 | | - "eslint-config-xo-lass": "^1.0.3", |
64 | | - "fixpack": "^3.0.6", |
65 | | - "husky": "^4.2.5", |
66 | | - "koa": "^2.13.0", |
| 58 | + "@commitlint/cli": "^11.0.0", |
| 59 | + "@commitlint/config-conventional": "^11.0.0", |
| 60 | + "@koa/router": "^10.0.0", |
| 61 | + "codecov": "^3.8.1", |
| 62 | + "cross-env": "^7.0.3", |
| 63 | + "eslint-config-xo-lass": "^1.0.5", |
| 64 | + "fixpack": "^4.0.0", |
| 65 | + "husky": "^5.0.9", |
| 66 | + "koa": "^2.13.1", |
67 | 67 | "koa-404-handler": "^0.0.2", |
68 | 68 | "koa-basic-auth": "^4.0.0", |
69 | 69 | "koa-connect-flash": "^0.1.2", |
70 | | - "koa-convert": "^1.2.0", |
71 | | - "koa-generic-session": "^2.0.4", |
| 70 | + "koa-convert": "^2.0.0", |
| 71 | + "koa-generic-session": "^2.1.1", |
72 | 72 | "koa-redis": "^4.0.1", |
73 | | - "lint-staged": "^10.2.11", |
| 73 | + "lint-staged": "^10.5.4", |
74 | 74 | "lodash": "^4.17.20", |
75 | 75 | "nyc": "^15.1.0", |
76 | 76 | "redis": "^3.0.2", |
77 | | - "remark-cli": "^8.0.1", |
78 | | - "remark-preset-github": "^3.0.0", |
| 77 | + "remark-cli": "^9.0.0", |
| 78 | + "remark-preset-github": "^4.0.1", |
79 | 79 | "rimraf": "^3.0.2", |
80 | | - "supertest": "^4.0.2", |
81 | | - "xo": "^0.33.0" |
| 80 | + "supertest": "^6.1.3", |
| 81 | + "xo": "^0.37.1" |
82 | 82 | }, |
83 | 83 | "engines": { |
84 | 84 | "node": ">= 10.14" |
|
0 commit comments