chore(deps): update dependency https-proxy-agent to v8 (#9027)

This commit is contained in:
Elian Doran
2026-03-14 07:41:11 +02:00
committed by GitHub
2 changed files with 21 additions and 4 deletions

View File

@@ -97,7 +97,7 @@
"html": "1.0.0",
"html2plaintext": "2.1.4",
"http-proxy-agent": "7.0.2",
"https-proxy-agent": "7.0.6",
"https-proxy-agent": "8.0.0",
"i18next": "25.8.18",
"i18next-fs-backend": "2.6.1",
"image-type": "6.0.0",

23
pnpm-lock.yaml generated
View File

@@ -755,8 +755,8 @@ importers:
specifier: 7.0.2
version: 7.0.2
https-proxy-agent:
specifier: 7.0.6
version: 7.0.6
specifier: 8.0.0
version: 8.0.0
i18next:
specifier: 25.8.18
version: 25.8.18(typescript@5.9.3)
@@ -7653,6 +7653,10 @@ packages:
resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==}
engines: {node: '>= 14'}
agent-base@8.0.0:
resolution: {integrity: sha512-QT8i0hCz6C/KQ+KTAbSNwCHDGdmUJl2tp2ZpNlGSWCfhUNVbYG2WLE3MdZGBAgXPV4GAvjGMxo+C1hroyxmZEg==}
engines: {node: '>= 14'}
agentkeepalive@4.6.0:
resolution: {integrity: sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==}
engines: {node: '>= 8.0.0'}
@@ -10744,6 +10748,10 @@ packages:
resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==}
engines: {node: '>= 14'}
https-proxy-agent@8.0.0:
resolution: {integrity: sha512-YYeW+iCnAS3xhvj2dvVoWgsbca3RfQy/IlaNHHOtDmU0jMqPI9euIq3Y9BJETdxk16h9NHHCKqp/KB9nIMStCQ==}
engines: {node: '>= 14'}
human-signals@2.1.0:
resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==}
engines: {node: '>=10.17.0'}
@@ -25214,6 +25222,8 @@ snapshots:
agent-base@7.1.4: {}
agent-base@8.0.0: {}
agentkeepalive@4.6.0:
dependencies:
humanize-ms: 1.2.1
@@ -29270,7 +29280,14 @@ snapshots:
https-proxy-agent@7.0.6:
dependencies:
agent-base: 7.1.3
agent-base: 7.1.4
debug: 4.4.3(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
https-proxy-agent@8.0.0:
dependencies:
agent-base: 8.0.0
debug: 4.4.3(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color