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 @@ -469,7 +469,7 @@
"graphql": "^16.12.0",
"graphql-tag": "^2.12.6",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.6",
"https-proxy-agent": "^8.0.0",
"open": "^11.0.0",
"picomatch": "^4.0.3",
"pino": "^10.3.0",
Expand Down
21 changes: 19 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2646,7 +2646,7 @@ __metadata:
graphql: "npm:^16.12.0"
graphql-tag: "npm:^2.12.6"
http-proxy-agent: "npm:^7.0.2"
https-proxy-agent: "npm:^7.0.6"
https-proxy-agent: "npm:^8.0.0"
jest: "npm:^30.2.0"
open: "npm:^11.0.0"
picomatch: "npm:^4.0.3"
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 @@ -6260,7 +6267,7 @@ __metadata:
languageName: node
linkType: hard

"https-proxy-agent@npm:^7.0.0, https-proxy-agent@npm:^7.0.1, https-proxy-agent@npm:^7.0.6":
"https-proxy-agent@npm:^7.0.0, https-proxy-agent@npm:^7.0.1":
version: 7.0.6
resolution: "https-proxy-agent@npm:7.0.6"
dependencies:
Expand All @@ -6270,6 +6277,16 @@ __metadata:
languageName: node
linkType: hard

"https-proxy-agent@npm:^8.0.0":
version: 8.0.0
resolution: "https-proxy-agent@npm:8.0.0"
dependencies:
agent-base: "npm:8.0.0"
debug: "npm:^4.3.4"
checksum: 10c0/661995ea07f190728b3413ff87ea6e8ab40675e12f7169d328b7e4b86eac2ef528b3d83cc096ace42387eb37f953befd4b95b0b23e910585a0e0234e535f4ddf
languageName: node
linkType: hard

"human-signals@npm:^2.1.0":
version: 2.1.0
resolution: "human-signals@npm:2.1.0"
Expand Down
Loading