Skip to content
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
5 changes: 5 additions & 0 deletions .changeset/heavy-mails-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hyperdx/api": patch
---

chore: update deps for http-proxy-middleware
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"extract-domain": "^2.4.1",
"handlebars": "^4.7.8",
"http-graceful-shutdown": "^3.1.13",
"http-proxy-middleware": "^3.0.3",
"http-proxy-middleware": "^3.0.5",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"minimist": "^1.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"date-fns": "^2.28.0",
"date-fns-tz": "^2.0.0",
"fuse.js": "^6.6.2",
"http-proxy-middleware": "^3.0.3",
"http-proxy-middleware": "^3.0.5",
"immer": "^9.0.21",
"jotai": "^2.5.1",
"ky": "^0.30.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4301,7 +4301,7 @@ __metadata:
extract-domain: "npm:^2.4.1"
handlebars: "npm:^4.7.8"
http-graceful-shutdown: "npm:^3.1.13"
http-proxy-middleware: "npm:^3.0.3"
http-proxy-middleware: "npm:^3.0.5"
jest: "npm:^28.1.3"
jsonwebtoken: "npm:^9.0.0"
lodash: "npm:^4.17.21"
Expand Down Expand Up @@ -4403,7 +4403,7 @@ __metadata:
date-fns: "npm:^2.28.0"
date-fns-tz: "npm:^2.0.0"
fuse.js: "npm:^6.6.2"
http-proxy-middleware: "npm:^3.0.3"
http-proxy-middleware: "npm:^3.0.5"
identity-obj-proxy: "npm:^3.0.0"
immer: "npm:^9.0.21"
jest: "npm:^28.1.3"
Expand Down Expand Up @@ -17507,17 +17507,17 @@ __metadata:
languageName: node
linkType: hard

"http-proxy-middleware@npm:^3.0.3":
version: 3.0.3
resolution: "http-proxy-middleware@npm:3.0.3"
"http-proxy-middleware@npm:^3.0.5":
version: 3.0.5
resolution: "http-proxy-middleware@npm:3.0.5"
dependencies:
"@types/http-proxy": "npm:^1.17.15"
debug: "npm:^4.3.6"
http-proxy: "npm:^1.18.1"
is-glob: "npm:^4.0.3"
is-plain-object: "npm:^5.0.0"
micromatch: "npm:^4.0.8"
checksum: 10c0/c4d68a10d8d42f02e59f7dc8249c98d1ac03aecee177b42c2d8b6a0cb6b71c6688e759e5387f4cdb570150070ca1c6808b38010cbdf67f4500a2e75671a36e05
checksum: 10c0/89ff3c8fe65b22b8042a6173ae1b8f77c5171f7eecf3c8b5d6dcffe3c9d688acae7bcf498cc08d1525f566dc0781efaec4e2ddc49224b1f16f020de7987a446b
languageName: node
linkType: hard

Expand Down