|
51 | 51 | },
|
52 | 52 | "homepage": "https://github.com/chimurai/http-proxy-middleware#readme",
|
53 | 53 | "devDependencies": {
|
54 |
| - "@commitlint/cli": "16.2.3", |
55 |
| - "@commitlint/config-conventional": "16.2.1", |
| 54 | + "@commitlint/cli": "17.1.2", |
| 55 | + "@commitlint/config-conventional": "17.1.0", |
56 | 56 | "@types/debug": "4.1.7",
|
57 |
| - "@types/express": "4.17.13", |
| 57 | + "@types/express": "4.17.14", |
58 | 58 | "@types/is-glob": "4.0.2",
|
59 |
| - "@types/jest": "29.0.0", |
| 59 | + "@types/jest": "29.2.0", |
60 | 60 | "@types/micromatch": "4.0.2",
|
61 |
| - "@types/node": "17.0.25", |
| 61 | + "@types/node": "18.11.5", |
62 | 62 | "@types/supertest": "2.0.12",
|
63 | 63 | "@types/ws": "8.5.3",
|
64 |
| - "@typescript-eslint/eslint-plugin": "5.20.0", |
65 |
| - "@typescript-eslint/parser": "5.20.0", |
66 |
| - "body-parser": "1.20.0", |
67 |
| - "browser-sync": "2.27.9", |
| 64 | + "@typescript-eslint/eslint-plugin": "5.41.0", |
| 65 | + "@typescript-eslint/parser": "5.41.0", |
| 66 | + "body-parser": "1.20.1", |
| 67 | + "browser-sync": "2.27.10", |
68 | 68 | "connect": "3.7.0",
|
69 |
| - "eslint": "8.13.0", |
| 69 | + "eslint": "8.26.0", |
70 | 70 | "eslint-config-prettier": "8.5.0",
|
71 |
| - "eslint-plugin-prettier": "4.0.0", |
72 |
| - "express": "4.17.3", |
| 71 | + "eslint-plugin-prettier": "4.2.1", |
| 72 | + "express": "4.18.2", |
73 | 73 | "get-port": "5.1.1",
|
74 |
| - "husky": "7.0.4", |
75 |
| - "jest": "29.0.2", |
76 |
| - "lint-staged": "12.3.8", |
| 74 | + "husky": "8.0.1", |
| 75 | + "jest": "29.2.2", |
| 76 | + "lint-staged": "13.0.3", |
77 | 77 | "mockttp": "3.4.0",
|
78 | 78 | "open": "8.4.0",
|
79 |
| - "prettier": "2.6.2", |
80 |
| - "supertest": "6.2.2", |
81 |
| - "ts-jest": "29.0.0", |
82 |
| - "typescript": "4.6.3", |
83 |
| - "ws": "8.5.0" |
| 79 | + "prettier": "2.7.1", |
| 80 | + "supertest": "6.3.1", |
| 81 | + "ts-jest": "29.0.3", |
| 82 | + "typescript": "4.8.4", |
| 83 | + "ws": "8.10.0" |
84 | 84 | },
|
85 | 85 | "dependencies": {
|
86 | 86 | "@types/http-proxy": "^1.17.8",
|
|
98 | 98 | "optional": true
|
99 | 99 | }
|
100 | 100 | },
|
101 |
| - "resolutions": { |
102 |
| - "browser-sync/portscanner": "2.2.0" |
103 |
| - }, |
104 | 101 | "engines": {
|
105 | 102 | "node": ">=12.0.0"
|
106 | 103 | },
|
|
0 commit comments