|
13 | 13 | },
|
14 | 14 | "dependencies": {
|
15 | 15 | "@types/chai": "^4.2.16",
|
16 |
| - "@types/express": "^4.17.11", |
17 | 16 | "@types/ioredis": "^4.26.4",
|
18 | 17 | "@types/lodash": "^4.14.168",
|
19 | 18 | "@types/luxon": "^1.26.4",
|
|
22 | 21 | "@voiceflow/verror": "^1.1.0",
|
23 | 22 | "chai": "^4.3.4",
|
24 | 23 | "dotenv": "^10.0.0",
|
25 |
| - "express": "^4.17.1", |
| 24 | + "http-errors": "^2.0.0", |
26 | 25 | "http-status": "^1.4.2",
|
27 | 26 | "lodash": "^4.17.11",
|
28 | 27 | "luxon": "^1.21.3",
|
|
34 | 33 | "@istanbuljs/nyc-config-typescript": "1.0.2",
|
35 | 34 | "@types/axios": "^0.14.0",
|
36 | 35 | "@types/chai-as-promised": "^7.1.4",
|
| 36 | + "@types/express": "^4.17.13", |
| 37 | + "@types/http-errors": "^1.8.2", |
37 | 38 | "@types/mocha": "9.1.0",
|
38 | 39 | "@types/supertest": "^2.0.11",
|
39 | 40 | "@voiceflow/commitlint-config": "2.0.0",
|
|
49 | 50 | "depcheck": "1.4.3",
|
50 | 51 | "eslint": "^7.32.0",
|
51 | 52 | "eslint-output": "^3.0.1",
|
| 53 | + "express": "^4.17.3", |
52 | 54 | "express-validator": "^6.10.1",
|
53 | 55 | "fixpack": "^4.0.0",
|
54 | 56 | "husky": "^4.3.8",
|
|
72 | 74 | "license": "ISC",
|
73 | 75 | "main": "build/index.js",
|
74 | 76 | "peerDependencies": {
|
| 77 | + "@types/express": "^4.17.13", |
75 | 78 | "@voiceflow/common": "^7.2.0",
|
76 | 79 | "express-validator": "^6.3.0"
|
77 | 80 | },
|
|
0 commit comments