|
64 | 64 | }, |
65 | 65 | "homepage": "https://github.com/chimurai/http-proxy-middleware#readme", |
66 | 66 | "devDependencies": { |
67 | | - "@commitlint/cli": "20.4.2", |
68 | | - "@commitlint/config-conventional": "20.4.2", |
| 67 | + "@commitlint/cli": "20.5.0", |
| 68 | + "@commitlint/config-conventional": "20.5.0", |
69 | 69 | "@eslint/js": "10.0.1", |
70 | 70 | "@trivago/prettier-plugin-sort-imports": "6.0.2", |
71 | | - "@types/debug": "4.1.12", |
| 71 | + "@types/debug": "4.1.13", |
72 | 72 | "@types/eslint": "9.6.1", |
73 | 73 | "@types/express": "5.0.6", |
74 | 74 | "@types/is-glob": "4.0.4", |
75 | 75 | "@types/micromatch": "4.0.10", |
76 | 76 | "@types/node": "24.10.2", |
77 | 77 | "@types/supertest": "7.2.0", |
78 | 78 | "@types/ws": "8.18.1", |
79 | | - "@vitest/coverage-v8": "^4.1.2", |
| 79 | + "@vitest/coverage-v8": "4.1.2", |
80 | 80 | "body-parser": "2.2.2", |
81 | | - "eslint": "10.0.2", |
| 81 | + "eslint": "10.2.0", |
82 | 82 | "express": "5.2.1", |
83 | | - "get-port": "5.1.1", |
84 | | - "globals": "17.3.0", |
| 83 | + "get-port": "7.2.0", |
| 84 | + "globals": "17.4.0", |
85 | 85 | "husky": "9.1.7", |
86 | | - "lint-staged": "16.3.0", |
87 | | - "mockttp": "4.2.1", |
88 | | - "open": "8.4.2", |
| 86 | + "lint-staged": "16.4.0", |
| 87 | + "mockttp": "4.3.0", |
| 88 | + "open": "11.0.0", |
89 | 89 | "patch-package": "8.0.1", |
90 | | - "pkg-pr-new": "0.0.65", |
| 90 | + "pkg-pr-new": "0.0.66", |
91 | 91 | "prettier": "3.8.1", |
92 | 92 | "supertest": "7.2.2", |
93 | | - "typescript": "5.9.3", |
94 | | - "typescript-eslint": "8.56.1", |
95 | | - "vitest": "^4.1.2", |
96 | | - "ws": "8.19.0" |
| 93 | + "typescript": "6.0.2", |
| 94 | + "typescript-eslint": "8.58.0", |
| 95 | + "vitest": "4.1.2", |
| 96 | + "ws": "8.20.0" |
97 | 97 | }, |
98 | 98 | "dependencies": { |
99 | | - "debug": "^4.3.6", |
| 99 | + "debug": "^4.4.3", |
100 | 100 | "httpxy": "^0.5.0", |
101 | 101 | "is-glob": "^4.0.3", |
102 | 102 | "is-plain-object": "^5.0.0", |
|
0 commit comments