Skip to content
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 @@ -468,7 +468,7 @@
"express": "^5.2.1",
"graphql": "^16.12.0",
"graphql-tag": "^2.12.6",
"http-proxy-agent": "^7.0.2",
"http-proxy-agent": "^8.0.0",
"https-proxy-agent": "^7.0.6",
"open": "^11.0.0",
"picomatch": "^4.0.3",
Expand Down
21 changes: 19 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2645,7 +2645,7 @@ __metadata:
express: "npm:^5.2.1"
graphql: "npm:^16.12.0"
graphql-tag: "npm:^2.12.6"
http-proxy-agent: "npm:^7.0.2"
http-proxy-agent: "npm:^8.0.0"
https-proxy-agent: "npm:^7.0.6"
jest: "npm:^30.2.0"
open: "npm:^11.0.0"
Expand Down Expand Up @@ -3586,6 +3586,13 @@ __metadata:
languageName: node
linkType: hard

"agent-base@npm:8.0.0":
version: 8.0.0
resolution: "agent-base@npm:8.0.0"
checksum: 10c0/024ab013d665acc86b2aa3b468d920637654cdc5310080261855e294d9834da113dee199a74c44ba6f293d041a97439624f04648135d450fe2e5cd0a36c032dc
languageName: node
linkType: hard

"agent-base@npm:^7.1.0, agent-base@npm:^7.1.2":
version: 7.1.3
resolution: "agent-base@npm:7.1.3"
Expand Down Expand Up @@ -6243,7 +6250,7 @@ __metadata:
languageName: node
linkType: hard

"http-proxy-agent@npm:^7.0.0, http-proxy-agent@npm:^7.0.2":
"http-proxy-agent@npm:^7.0.0":
version: 7.0.2
resolution: "http-proxy-agent@npm:7.0.2"
dependencies:
Expand All @@ -6253,6 +6260,16 @@ __metadata:
languageName: node
linkType: hard

"http-proxy-agent@npm:^8.0.0":
version: 8.0.0
resolution: "http-proxy-agent@npm:8.0.0"
dependencies:
agent-base: "npm:8.0.0"
debug: "npm:^4.3.4"
checksum: 10c0/04ffc6eef497412e4e121d57a273018e1ae642648fd862f67b4cafb23c75d406faeef528bb416f681db4bac23c207b4bff560f3cb3493905419f16c63e3f8757
languageName: node
linkType: hard

"http-status-codes@npm:2.3.0":
version: 2.3.0
resolution: "http-status-codes@npm:2.3.0"
Expand Down
Loading