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

chore: Bump http-proxy-middleware from 3.0.2 to 3.0.3 in /server #5043

Merged
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 server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"handlebars": "4.7.7",
"helmet": "4.6.0",
"helmet-csp": "3.4.0",
"http-proxy-middleware": "3.0.2",
"http-proxy-middleware": "3.0.3",
"logdown": "3.3.1",
"moment": "2.30.1",
"nocache": "4.0.0",
Expand Down
10 changes: 5 additions & 5 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4003,17 +4003,17 @@ __metadata:
languageName: node
linkType: hard

"http-proxy-middleware@npm:3.0.2":
version: 3.0.2
resolution: "http-proxy-middleware@npm:3.0.2"
"http-proxy-middleware@npm:3.0.3":
version: 3.0.3
resolution: "http-proxy-middleware@npm:3.0.3"
dependencies:
"@types/http-proxy": ^1.17.15
debug: ^4.3.6
http-proxy: ^1.18.1
is-glob: ^4.0.3
is-plain-object: ^5.0.0
micromatch: ^4.0.8
checksum: 3540e1b796ac612914205e14ca096db89b722e022b86c89c763510c657397c2c6375abd958b6c8917b0b3e3eadc96e1de1b4f7dae55fe20897962e70bee4068a
checksum: 7486cd36f8123aaeb9e5412ecdf1bbfb69a9c7a5cd51cdb202653fe7201fc6073849f981d814b429527e42bb825d57af09ba7b8ba9d95e194dbd7dd83bf51643
languageName: node
linkType: hard

Expand Down Expand Up @@ -6516,7 +6516,7 @@ __metadata:
handlebars: 4.7.7
helmet: 4.6.0
helmet-csp: 3.4.0
http-proxy-middleware: 3.0.2
http-proxy-middleware: 3.0.3
jasmine: 5.4.0
jszip: 3.10.1
logdown: 3.3.1
Expand Down
Loading