|
46 | 46 | },
|
47 | 47 | "homepage": "https://github.com/chimurai/http-proxy-middleware#readme",
|
48 | 48 | "devDependencies": {
|
49 |
| - "@commitlint/cli": "^11.0.0", |
50 |
| - "@commitlint/config-conventional": "^11.0.0", |
| 49 | + "@commitlint/cli": "^12.0.1", |
| 50 | + "@commitlint/config-conventional": "^12.0.1", |
51 | 51 | "@types/express": "^4.17.3",
|
52 | 52 | "@types/is-glob": "^4.0.1",
|
53 |
| - "@types/jest": "^26.0.14", |
54 |
| - "@types/lodash": "^4.14.162", |
| 53 | + "@types/jest": "^26.0.22", |
| 54 | + "@types/lodash": "^4.14.168", |
55 | 55 | "@types/micromatch": "^4.0.1",
|
56 |
| - "@types/node": "^14.11.8", |
| 56 | + "@types/node": "^14.14.37", |
57 | 57 | "@types/supertest": "^2.0.10",
|
58 |
| - "browser-sync": "^2.26.12", |
| 58 | + "browser-sync": "^2.26.14", |
59 | 59 | "connect": "^3.7.0",
|
60 | 60 | "express": "^4.17.1",
|
61 | 61 | "husky": "^4.3.0",
|
62 |
| - "jest": "^26.5.3", |
63 |
| - "lint-staged": "^10.4.0", |
64 |
| - "mockttp": "^1.0.2", |
65 |
| - "open": "^7.3.0", |
66 |
| - "prettier": "^2.1.2", |
67 |
| - "supertest": "^5.0.0", |
68 |
| - "ts-jest": "^26.4.1", |
| 62 | + "jest": "^26.6.3", |
| 63 | + "lint-staged": "^10.5.4", |
| 64 | + "mockttp": "^1.2.0", |
| 65 | + "open": "^7.4.2", |
| 66 | + "prettier": "^2.2.1", |
| 67 | + "supertest": "^6.1.3", |
| 68 | + "ts-jest": "^26.5.4", |
69 | 69 | "tslint": "^6.1.3",
|
70 | 70 | "tslint-config-prettier": "^1.18.0",
|
71 |
| - "typescript": "^4.0.3", |
72 |
| - "ws": "^7.3.1" |
| 71 | + "typescript": "^4.2.3", |
| 72 | + "ws": "^7.4.4" |
73 | 73 | },
|
74 | 74 | "dependencies": {
|
75 |
| - "@types/http-proxy": "^1.17.4", |
| 75 | + "@types/http-proxy": "^1.17.5", |
76 | 76 | "http-proxy": "^1.18.1",
|
77 | 77 | "is-glob": "^4.0.1",
|
78 |
| - "lodash": "^4.17.20", |
| 78 | + "lodash": "^4.17.21", |
79 | 79 | "micromatch": "^4.0.2"
|
80 | 80 | },
|
81 | 81 | "engines": {
|
|
0 commit comments