Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
40 changes: 29 additions & 11 deletions vendor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"crypto-randomuuid": "^1.0.0",
"escape-string-regexp": "^5.0.0",
"esquery": "^1.7.0",
"https-proxy-agent": "^7.0.6",
"https-proxy-agent": "^9.1.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Stay on a proxy-agent release that supports Node 18

When this master change is backported to v5, the vendored runtime dependency becomes unsupported for v5 users on Node 18: https-proxy-agent@9.1.0 and its agent-base@9 dependency explicitly require Node >=20, while the generated bundle is loaded by the direct EVP proxy path. Keep this dependency on a Node-18-compatible major or otherwise prevent the incompatible bundle from reaching v5 releases.

AGENTS.md reference: AGENTS.md:L268-L276

Useful? React with 👍 / 👎.

"istanbul-lib-coverage": "^3.2.2",
"jest-docblock": "^29.7.0",
"jsonpath-plus": "^10.4.0",
Expand Down
Loading