Skip to content

Commit 188ca1a

Browse files
fix(deps): update dependency https-proxy-agent to v7.0.2
1 parent 003acd6 commit 188ca1a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"got": "11.8.6",
4747
"hostile": "1.3.3",
4848
"http-proxy": "1.18.1",
49-
"https-proxy-agent": "7.0.0",
49+
"https-proxy-agent": "7.0.2",
5050
"inquirer": "9.2.6",
5151
"lodash": "4.17.21",
5252
"nodesi": "1.17.0",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2301,7 +2301,15 @@ http2-wrapper@^1.0.0-beta.5.2:
23012301
quick-lru "^5.1.1"
23022302
resolve-alpn "^1.0.0"
23032303

2304-
https-proxy-agent@7.0.0, https-proxy-agent@^7.0.0:
2304+
https-proxy-agent@7.0.2:
2305+
version "7.0.2"
2306+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz#e2645b846b90e96c6e6f347fb5b2e41f1590b09b"
2307+
integrity sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==
2308+
dependencies:
2309+
agent-base "^7.0.2"
2310+
debug "4"
2311+
2312+
https-proxy-agent@^7.0.0:
23052313
version "7.0.0"
23062314
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.0.tgz#75cb70d04811685667183b31ab158d006750418a"
23072315
integrity sha512-0euwPCRyAPSgGdzD1IVN9nJYHtBhJwb6XPfbpQcYbPCwrBidX6GzxmchnaF4sfF/jPb74Ojx5g4yTg3sixlyPw==

0 commit comments

Comments
 (0)