Skip to content

Commit 08cd696

Browse files
fix(deps): update dependency https-proxy-agent to v7
1 parent 923e30b commit 08cd696

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"typescript": "4.9.5"
5555
},
5656
"dependencies": {
57-
"https-proxy-agent": "5.0.1"
57+
"https-proxy-agent": "7.0.6"
5858
},
5959
"optionalDependencies": {
6060
"@types/node": "18.19.69"

yarn.lock

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,11 @@ agent-base@6:
874874
dependencies:
875875
debug "4"
876876

877+
agent-base@^7.1.2:
878+
version "7.1.4"
879+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.4.tgz#e3cd76d4c548ee895d3c3fd8dc1f6c5b9032e7a8"
880+
integrity sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==
881+
877882
ajv@^6.12.4:
878883
version "6.12.6"
879884
resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz"
@@ -1857,7 +1862,15 @@ http-proxy-agent@^4.0.1:
18571862
agent-base "6"
18581863
debug "4"
18591864

1860-
[email protected], https-proxy-agent@^5.0.0:
1865+
1866+
version "7.0.6"
1867+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz#da8dfeac7da130b05c2ba4b59c9b6cd66611a6b9"
1868+
integrity sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==
1869+
dependencies:
1870+
agent-base "^7.1.2"
1871+
debug "4"
1872+
1873+
https-proxy-agent@^5.0.0:
18611874
version "5.0.1"
18621875
resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz"
18631876
integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==

0 commit comments

Comments
 (0)