|
13 | 13 | |
14 | 14 | ], |
15 | 15 | "dependencies": { |
16 | | - "@hapi/boom": "^7.4.3", |
| 16 | + "@hapi/boom": "^9.0.0", |
17 | 17 | "camelcase": "^5.3.1", |
18 | | - "capitalize": "^2.0.0", |
| 18 | + "capitalize": "^2.0.1", |
19 | 19 | "co": "^4.6.0", |
20 | 20 | "debug": "^4.1.1", |
21 | 21 | "humanize-string": "^2.1.0", |
|
24 | 24 | "toidentifier": "^1.0.0" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
27 | | - "@babel/cli": "^7.5.5", |
28 | | - "@babel/core": "^7.5.5", |
29 | | - "@babel/preset-env": "^7.5.5", |
30 | | - "@commitlint/cli": "^8.1.0", |
31 | | - "@commitlint/config-conventional": "^8.1.0", |
32 | | - "ava": "^2.3.0", |
33 | | - "codecov": "^3.5.0", |
34 | | - "cross-env": "^5.2.1", |
35 | | - "eslint": "^6.3.0", |
| 27 | + "@babel/cli": "^7.8.3", |
| 28 | + "@babel/core": "^7.8.3", |
| 29 | + "@babel/preset-env": "^7.8.3", |
| 30 | + "@commitlint/cli": "^8.3.5", |
| 31 | + "@commitlint/config-conventional": "^8.3.4", |
| 32 | + "@koa/router": "^8.0.6", |
| 33 | + "ava": "2.x", |
| 34 | + "codecov": "^3.6.2", |
| 35 | + "cross-env": "6.x", |
| 36 | + "eslint": "^6.8.0", |
36 | 37 | "eslint-config-xo-lass": "^1.0.3", |
37 | | - "eslint-plugin-node": "^10.0.0", |
| 38 | + "eslint-plugin-node": "^11.0.0", |
38 | 39 | "fixpack": "^2.3.1", |
39 | | - "husky": "^3.0.5", |
40 | | - "koa": "^2.8.1", |
| 40 | + "husky": "3.x", |
| 41 | + "koa": "^2.11.0", |
41 | 42 | "koa-404-handler": "^0.0.2", |
42 | 43 | "koa-basic-auth": "^4.0.0", |
43 | 44 | "koa-connect-flash": "^0.1.2", |
44 | 45 | "koa-convert": "^1.2.0", |
45 | | - "koa-generic-session": "^2.0.1", |
46 | | - "koa-redis": "^4.0.0", |
47 | | - "koa-router": "^7.4.0", |
48 | | - "lint-staged": "^9.2.5", |
49 | | - "nyc": "^14.1.1", |
| 46 | + "koa-generic-session": "^2.0.4", |
| 47 | + "koa-redis": "^4.0.1", |
| 48 | + "lint-staged": "^10.0.4", |
| 49 | + "nyc": "^15.0.0", |
50 | 50 | "redis": "^2.8.0", |
51 | | - "remark-cli": "^7.0.0", |
| 51 | + "remark-cli": "^7.0.1", |
52 | 52 | "remark-preset-github": "^0.0.16", |
53 | 53 | "supertest": "^4.0.2", |
54 | | - "xo": "^0.24.0" |
| 54 | + "xo": "^0.25.3" |
55 | 55 | }, |
56 | 56 | "engines": { |
57 | 57 | "node": ">=7.6.0" |
|
0 commit comments