http-proxy-middleware 3.0.1-beta.1 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +16 -15
package/README.md CHANGED
@@ -645,4 +645,4 @@ $ yarn spellcheck
645
645
 
646
646
  The MIT License (MIT)
647
647
 
648
- Copyright (c) 2015-2022 Steven Chim
648
+ Copyright (c) 2015-2024 Steven Chim
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "http-proxy-middleware",
3
- "version": "3.0.1-beta.1",
3
+ "type": "commonjs",
4
+ "version": "3.0.1",
4
5
  "description": "The one-liner node.js proxy middleware for connect, express, next.js and more",
5
6
  "main": "dist/index.js",
6
7
  "types": "dist/index.d.ts",
@@ -55,42 +56,42 @@
55
56
  },
56
57
  "homepage": "https://github.com/chimurai/http-proxy-middleware#readme",
57
58
  "devDependencies": {
58
- "@commitlint/cli": "19.3.0",
59
- "@commitlint/config-conventional": "19.2.2",
59
+ "@commitlint/cli": "19.4.1",
60
+ "@commitlint/config-conventional": "19.4.1",
60
61
  "@types/debug": "4.1.12",
61
62
  "@types/express": "4.17.21",
62
63
  "@types/is-glob": "4.0.4",
63
64
  "@types/jest": "29.5.12",
64
65
  "@types/micromatch": "4.0.9",
65
- "@types/node": "20.14.10",
66
+ "@types/node": "22.5.1",
66
67
  "@types/supertest": "6.0.2",
67
- "@types/ws": "8.5.10",
68
+ "@types/ws": "8.5.12",
68
69
  "@typescript-eslint/eslint-plugin": "7.16.0",
69
70
  "@typescript-eslint/parser": "7.16.0",
70
71
  "body-parser": "1.20.2",
71
72
  "eslint": "8.57.0",
72
73
  "eslint-config-prettier": "9.1.0",
73
- "eslint-plugin-prettier": "5.1.3",
74
+ "eslint-plugin-prettier": "5.2.1",
74
75
  "express": "4.19.2",
75
76
  "get-port": "5.1.1",
76
- "husky": "9.0.11",
77
+ "husky": "9.1.5",
77
78
  "jest": "29.7.0",
78
- "lint-staged": "15.2.7",
79
- "mockttp": "3.14.0",
79
+ "lint-staged": "15.2.9",
80
+ "mockttp": "3.15.2",
80
81
  "open": "8.4.2",
81
- "prettier": "3.3.2",
82
+ "prettier": "3.3.3",
82
83
  "supertest": "7.0.0",
83
- "ts-jest": "29.2.2",
84
- "typescript": "5.5.3",
84
+ "ts-jest": "29.2.5",
85
+ "typescript": "5.5.4",
85
86
  "ws": "8.18.0"
86
87
  },
87
88
  "dependencies": {
88
- "@types/http-proxy": "^1.17.14",
89
- "debug": "^4.3.5",
89
+ "@types/http-proxy": "^1.17.15",
90
+ "debug": "^4.3.6",
90
91
  "http-proxy": "^1.18.1",
91
92
  "is-glob": "^4.0.3",
92
93
  "is-plain-obj": "^3.0.0",
93
- "micromatch": "^4.0.7"
94
+ "micromatch": "^4.0.8"
94
95
  },
95
96
  "engines": {
96
97
  "node": "^14.15.0 || ^16.10.0 || >=18.0.0"