|
48 | 48 | "devDependencies": {
|
49 | 49 | "@commitlint/cli": "^8.3.5",
|
50 | 50 | "@commitlint/config-conventional": "^8.3.4",
|
51 |
| - "@types/express": "^4.17.2", |
| 51 | + "@types/express": "^4.17.3", |
52 | 52 | "@types/is-glob": "^4.0.1",
|
53 |
| - "@types/jest": "^25.1.3", |
| 53 | + "@types/jest": "^25.1.4", |
54 | 54 | "@types/lodash": "^4.14.149",
|
55 | 55 | "@types/micromatch": "^4.0.1",
|
56 |
| - "@types/node": "^13.7.4", |
| 56 | + "@types/node": "^13.9.5", |
57 | 57 | "@types/supertest": "^2.0.8",
|
58 | 58 | "browser-sync": "^2.26.7",
|
59 | 59 | "connect": "^3.7.0",
|
60 | 60 | "express": "^4.17.1",
|
61 | 61 | "husky": "^4.2.3",
|
62 |
| - "jest": "^25.1.0", |
| 62 | + "jest": "^25.2.3", |
63 | 63 | "lint-staged": "^10.0.7",
|
64 | 64 | "mockttp": "^0.19.3",
|
65 |
| - "open": "^7.0.2", |
| 65 | + "open": "^7.0.3", |
66 | 66 | "prettier": "^2.0.2",
|
67 | 67 | "supertest": "^4.0.2",
|
68 | 68 | "ts-jest": "^25.2.0",
|
69 |
| - "tslint": "^6.0.0", |
| 69 | + "tslint": "^6.1.0", |
70 | 70 | "tslint-config-prettier": "^1.18.0",
|
71 |
| - "typescript": "^3.8.2", |
72 |
| - "ws": "^7.2.1" |
| 71 | + "typescript": "^3.8.3", |
| 72 | + "ws": "^7.2.3" |
73 | 73 | },
|
74 | 74 | "dependencies": {
|
75 |
| - "@types/http-proxy": "^1.17.3", |
| 75 | + "@types/http-proxy": "^1.17.4", |
76 | 76 | "http-proxy": "^1.18.0",
|
77 | 77 | "is-glob": "^4.0.1",
|
78 | 78 | "lodash": "^4.17.15",
|
|
0 commit comments