Skip to content

Commit bf1e982

Browse files
authoredDec 7, 2024··
fix(deps): update dependency https-proxy-agent to v7.0.6
1 parent dc39071 commit bf1e982

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"got": "11.8.3",
4747
"hostile": "1.3.3",
4848
"http-proxy": "1.18.1",
49-
"https-proxy-agent": "7.0.0",
49+
"https-proxy-agent": "7.0.6",
5050
"inquirer": "8.2.6",
5151
"lodash": "4.17.21",
5252
"nodesi": "1.17.0",

‎yarn.lock

+16-1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,13 @@ agent-base@^7.1.0:
156156
dependencies:
157157
debug "^4.3.4"
158158

159+
agent-base@^7.1.2:
160+
version "7.1.2"
161+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.2.tgz#c83b029791b07a5301dce3ef825e6a328b5391cd"
162+
integrity sha512-JVzqkCNRT+VfqzzgPWDPnwvDheSAUdiMUn3NoLXpDJF5lRqeJqyC9iGsAxIOAW+mzIdq+uP1TvcX6bMtrH0agg==
163+
dependencies:
164+
debug "^4.3.4"
165+
159166
aggregate-error@^3.0.0:
160167
version "3.1.0"
161168
resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a"
@@ -2301,7 +2308,15 @@ http2-wrapper@^1.0.0-beta.5.2:
23012308
quick-lru "^5.1.1"
23022309
resolve-alpn "^1.0.0"
23032310

2304-
https-proxy-agent@7.0.0, https-proxy-agent@^7.0.0:
2311+
https-proxy-agent@7.0.6:
2312+
version "7.0.6"
2313+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz#da8dfeac7da130b05c2ba4b59c9b6cd66611a6b9"
2314+
integrity sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==
2315+
dependencies:
2316+
agent-base "^7.1.2"
2317+
debug "4"
2318+
2319+
https-proxy-agent@^7.0.0:
23052320
version "7.0.0"
23062321
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.0.tgz#75cb70d04811685667183b31ab158d006750418a"
23072322
integrity sha512-0euwPCRyAPSgGdzD1IVN9nJYHtBhJwb6XPfbpQcYbPCwrBidX6GzxmchnaF4sfF/jPb74Ojx5g4yTg3sixlyPw==

0 commit comments

Comments
 (0)
Please sign in to comment.