Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency http-proxy-middleware to v2 [SECURITY] #546

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"express": "^5.0.0",
"form-data": "^2.1.4",
"handlebars": "^4.7.7",
"http-proxy-middleware": "^0.20.0",
"http-proxy-middleware": "^2.0.0",
"https-proxy-agent": "^2.2.3",
"js-yaml": "^3.13.1",
"jwt-decode": "^2.2.0",
Expand Down
38 changes: 30 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,15 @@ __metadata:
languageName: node
linkType: hard

"@types/http-proxy@npm:^1.17.8":
version: 1.17.15
resolution: "@types/http-proxy@npm:1.17.15"
dependencies:
"@types/node": "*"
checksum: d96eaf4e22232b587b46256b89c20525c453216684481015cf50fb385b0b319b883749ccb77dee9af57d107e8440cdacd56f4234f65176d317e9777077ff5bf3
languageName: node
linkType: hard

"@types/node@npm:*":
version: 20.5.7
resolution: "@types/node@npm:20.5.7"
Expand Down Expand Up @@ -1134,7 +1143,7 @@ __metadata:
form-data: ^2.1.4
git-message: ^2.0.2
handlebars: ^4.7.7
http-proxy-middleware: ^0.20.0
http-proxy-middleware: ^2.0.0
https-proxy-agent: ^2.2.3
istanbul: ^0.4.5
js-yaml: ^3.13.1
Expand Down Expand Up @@ -2617,19 +2626,25 @@ __metadata:
languageName: node
linkType: hard

"http-proxy-middleware@npm:^0.20.0":
version: 0.20.0
resolution: "http-proxy-middleware@npm:0.20.0"
"http-proxy-middleware@npm:^2.0.0":
version: 2.0.7
resolution: "http-proxy-middleware@npm:2.0.7"
dependencies:
http-proxy: ^1.17.0
"@types/http-proxy": ^1.17.8
http-proxy: ^1.18.1
is-glob: ^4.0.1
lodash: ^4.17.14
is-plain-obj: ^3.0.0
micromatch: ^4.0.2
checksum: 2dae37844e1b4d97b31376b4edbe57addf36932e508f40696d7c236bb169f61cb0f473b92e47594a6a6149f39dec3d2044360d6c4f8d6eff56df4d8ef8a765ea
peerDependencies:
"@types/express": ^4.17.13
peerDependenciesMeta:
"@types/express":
optional: true
checksum: 18caa21145917aa1054740353916e8f03f5a3a93bede9106f1f44d84f7b174df17af1c72bf5fade5cc440c2058ee813f47cbb2bdd6ae6874af1cf33e0ac575f3
languageName: node
linkType: hard

"http-proxy@npm:^1.17.0":
"http-proxy@npm:^1.18.1":
version: 1.18.1
resolution: "http-proxy@npm:1.18.1"
dependencies:
Expand Down Expand Up @@ -2858,6 +2873,13 @@ __metadata:
languageName: node
linkType: hard

"is-plain-obj@npm:^3.0.0":
version: 3.0.0
resolution: "is-plain-obj@npm:3.0.0"
checksum: a6ebdf8e12ab73f33530641972a72a4b8aed6df04f762070d823808303e4f76d87d5ea5bd76f96a7bbe83d93f04ac7764429c29413bd9049853a69cb630fb21c
languageName: node
linkType: hard

"is-promise@npm:4.0.0":
version: 4.0.0
resolution: "is-promise@npm:4.0.0"
Expand Down