From ad96068bc39aedd74ae669c3ec67e0f44f380775 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 10:45:04 +0000 Subject: [PATCH] fix(deps): update dependency https-proxy-agent to v7.0.5 --- package.json | 2 +- yarn.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 222c22d0..0d7a48da 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "got": "11.8.3", "hostile": "1.3.3", "http-proxy": "1.18.1", - "https-proxy-agent": "7.0.0", + "https-proxy-agent": "7.0.5", "inquirer": "8.2.6", "lodash": "4.17.21", "nodesi": "1.17.0", diff --git a/yarn.lock b/yarn.lock index bb195005..40cb092c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2301,7 +2301,15 @@ http2-wrapper@^1.0.0-beta.5.2: quick-lru "^5.1.1" resolve-alpn "^1.0.0" -https-proxy-agent@7.0.0, https-proxy-agent@^7.0.0: +https-proxy-agent@7.0.5: + version "7.0.5" + resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz#9e8b5013873299e11fab6fd548405da2d6c602b2" + integrity sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw== + dependencies: + agent-base "^7.0.2" + debug "4" + +https-proxy-agent@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.0.tgz#75cb70d04811685667183b31ab158d006750418a" integrity sha512-0euwPCRyAPSgGdzD1IVN9nJYHtBhJwb6XPfbpQcYbPCwrBidX6GzxmchnaF4sfF/jPb74Ojx5g4yTg3sixlyPw==