Bump http-proxy-middleware from 3.0.3 to 3.0.5

Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 3.0.3 to 3.0.5.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v3.0.3...v3.0.5)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-version: 3.0.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-04-16 15:48:04 +00:00
committed by GitHub
parent c06fd7daea
commit d940cddd71
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -20,7 +20,7 @@
"express": "^4.21.2",
"hono": "^4.1.2",
"http-proxy": "^1.18.1",
"http-proxy-middleware": "^3.0.3",
"http-proxy-middleware": "^3.0.5",
"serve-static": "^1.16.2",
"swagger-ui-express": "^5.0.1",
"yaml": "^2.7.0"
@@ -5327,9 +5327,9 @@
}
},
"node_modules/http-proxy-middleware": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-3.0.3.tgz",
"integrity": "sha512-usY0HG5nyDUwtqpiZdETNbmKtw3QQ1jwYFZ9wi5iHzX2BcILwQKtYDJPo7XHTsu5Z0B2Hj3W9NNnbd+AjFWjqg==",
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-3.0.5.tgz",
"integrity": "sha512-GLZZm1X38BPY4lkXA01jhwxvDoOkkXqjgVyUzVxiEK4iuRu03PZoYHhHRwxnfhQMDuaxi3vVri0YgSro/1oWqg==",
"license": "MIT",
"dependencies": {
"@types/http-proxy": "^1.17.15",

View File

@@ -46,7 +46,7 @@
"express": "^4.21.2",
"hono": "^4.1.2",
"http-proxy": "^1.18.1",
"http-proxy-middleware": "^3.0.3",
"http-proxy-middleware": "^3.0.5",
"serve-static": "^1.16.2",
"swagger-ui-express": "^5.0.1",
"yaml": "^2.7.0"