|
51 | 51 | },
|
52 | 52 | "homepage": "https://github.com/chimurai/http-proxy-middleware#readme",
|
53 | 53 | "devDependencies": {
|
54 |
| - "@commitlint/cli": "^12.0.1", |
55 |
| - "@commitlint/config-conventional": "^12.0.1", |
| 54 | + "@commitlint/cli": "^12.1.1", |
| 55 | + "@commitlint/config-conventional": "^12.1.1", |
56 | 56 | "@types/express": "4.17.7",
|
57 | 57 | "@types/is-glob": "^4.0.1",
|
58 |
| - "@types/jest": "^26.0.22", |
| 58 | + "@types/jest": "^26.0.23", |
59 | 59 | "@types/micromatch": "^4.0.1",
|
60 |
| - "@types/node": "^14.14.37", |
61 |
| - "@types/supertest": "^2.0.10", |
62 |
| - "@types/ws": "^7.4.0", |
63 |
| - "@typescript-eslint/eslint-plugin": "^4.19.0", |
64 |
| - "@typescript-eslint/parser": "^4.19.0", |
| 60 | + "@types/node": "^15.0.2", |
| 61 | + "@types/supertest": "^2.0.11", |
| 62 | + "@types/ws": "^7.4.2", |
| 63 | + "@typescript-eslint/eslint-plugin": "^4.22.1", |
| 64 | + "@typescript-eslint/parser": "^4.22.1", |
65 | 65 | "body-parser": "^1.19.0",
|
66 | 66 | "browser-sync": "^2.26.14",
|
67 | 67 | "connect": "^3.7.0",
|
68 |
| - "eslint": "^7.23.0", |
69 |
| - "eslint-config-prettier": "^8.1.0", |
70 |
| - "eslint-plugin-prettier": "^3.3.1", |
| 68 | + "eslint": "^7.25.0", |
| 69 | + "eslint-config-prettier": "^8.3.0", |
| 70 | + "eslint-plugin-prettier": "^3.4.0", |
71 | 71 | "express": "^4.17.1",
|
72 | 72 | "husky": "^4.3.0",
|
73 | 73 | "jest": "^26.6.3",
|
74 |
| - "lint-staged": "^10.5.4", |
75 |
| - "mockttp": "^1.2.0", |
76 |
| - "open": "^7.4.2", |
| 74 | + "lint-staged": "^11.0.0", |
| 75 | + "mockttp": "^1.2.2", |
| 76 | + "open": "^8.0.8", |
77 | 77 | "prettier": "^2.2.1",
|
78 | 78 | "supertest": "^6.1.3",
|
79 |
| - "ts-jest": "^26.5.4", |
80 |
| - "typescript": "^4.2.3", |
81 |
| - "ws": "^7.4.4" |
| 79 | + "ts-jest": "^26.5.6", |
| 80 | + "typescript": "^4.2.4", |
| 81 | + "ws": "^7.4.5" |
82 | 82 | },
|
83 | 83 | "dependencies": {
|
84 | 84 | "@types/http-proxy": "^1.17.5",
|
|
0 commit comments