|
1 | 1 | {
|
2 | 2 | "name": "http-proxy-middleware",
|
3 |
| - "version": "1.0.5", |
| 3 | + "version": "1.0.6", |
4 | 4 | "description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
|
5 | 5 | "main": "dist/index.js",
|
6 | 6 | "types": "dist/index.d.ts",
|
|
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": "^11.0.0", |
| 50 | + "@commitlint/config-conventional": "^11.0.0", |
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.14", |
| 54 | + "@types/lodash": "^4.14.162", |
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.11.8", |
| 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 |
| - "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", |
67 |
| - "supertest": "^4.0.2", |
68 |
| - "ts-jest": "^26.0.0", |
69 |
| - "tslint": "^6.1.2", |
| 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", |
| 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.3", |
| 72 | + "ws": "^7.3.1" |
73 | 73 | },
|
74 | 74 | "dependencies": {
|
75 | 75 | "@types/http-proxy": "^1.17.4",
|
76 | 76 | "http-proxy": "^1.18.1",
|
77 | 77 | "is-glob": "^4.0.1",
|
78 |
| - "lodash": "^4.17.19", |
| 78 | + "lodash": "^4.17.20", |
79 | 79 | "micromatch": "^4.0.2"
|
80 | 80 | },
|
81 | 81 | "engines": {
|
|
0 commit comments