|
46 | 46 | },
|
47 | 47 | "homepage": "https://github.com/chimurai/http-proxy-middleware#readme",
|
48 | 48 | "devDependencies": {
|
49 |
| - "@commitlint/cli": "^8.3.5", |
50 |
| - "@commitlint/config-conventional": "^8.3.4", |
| 49 | + "@commitlint/cli": "^9.1.2", |
| 50 | + "@commitlint/config-conventional": "^9.1.2", |
51 | 51 | "@types/express": "^4.17.3",
|
52 | 52 | "@types/is-glob": "^4.0.1",
|
53 |
| - "@types/jest": "^25.2.3", |
54 |
| - "@types/lodash": "^4.14.151", |
| 53 | + "@types/jest": "^26.0.10", |
| 54 | + "@types/lodash": "^4.14.161", |
55 | 55 | "@types/micromatch": "^4.0.1",
|
56 |
| - "@types/node": "^14.0.3", |
57 |
| - "@types/supertest": "^2.0.9", |
58 |
| - "browser-sync": "^2.26.7", |
| 56 | + "@types/node": "^14.6.2", |
| 57 | + "@types/supertest": "^2.0.10", |
| 58 | + "browser-sync": "^2.26.12", |
59 | 59 | "connect": "^3.7.0",
|
60 | 60 | "express": "^4.17.1",
|
61 | 61 | "husky": "^4.2.5",
|
62 |
| - "jest": "^26.0.1", |
63 |
| - "lint-staged": "^10.2.4", |
64 |
| - "mockttp": "^0.20.1", |
65 |
| - "open": "^7.0.4", |
66 |
| - "prettier": "^2.0.5", |
| 62 | + "jest": "^26.4.2", |
| 63 | + "lint-staged": "^10.2.13", |
| 64 | + "mockttp": "0.20.4", |
| 65 | + "open": "^7.2.1", |
| 66 | + "prettier": "^2.1.1", |
67 | 67 | "supertest": "^4.0.2",
|
68 |
| - "ts-jest": "^26.0.0", |
69 |
| - "tslint": "^6.1.2", |
| 68 | + "ts-jest": "^26.3.0", |
| 69 | + "tslint": "^6.1.3", |
70 | 70 | "tslint-config-prettier": "^1.18.0",
|
71 |
| - "typescript": "^3.9.2", |
72 |
| - "ws": "^7.3.0" |
| 71 | + "typescript": "^4.0.2", |
| 72 | + "ws": "^7.3.1" |
73 | 73 | },
|
74 | 74 | "dependencies": {
|
75 | 75 | "@types/http-proxy": "^1.17.4",
|
|
0 commit comments