From 84e71810846680ac22ab2176e927d8c0252d45ca Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Thu, 4 May 2023 21:06:23 +0000 Subject: [PATCH] build: update dependency https-proxy-agent to v6 See associated pull request for more information. --- package.json | 2 +- yarn.lock | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c365e6c4c83a..9daf79586467 100644 --- a/package.json +++ b/package.json @@ -201,7 +201,7 @@ "// 6": "Ensure that a single instance of the `saucelabs` package is used. Protractor and the Karma sauce launcher pull this package as dependency. A single instance allows for e.g. easier patching in the Karma config.", "resolutions": { "**/graceful-fs": "4.2.11", - "**/https-proxy-agent": "5.0.1", + "**/https-proxy-agent": "6.0.0", "**/saucelabs": "7.2.1" } } diff --git a/yarn.lock b/yarn.lock index 278392b00161..358d7face93e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5156,6 +5156,13 @@ agent-base@6, agent-base@^6.0.0, agent-base@^6.0.2: dependencies: debug "4" +agent-base@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.0.0.tgz#3424dd96658fbbcc0b090e41aaca2deb9a89f9cf" + integrity sha512-awaqsf16R0tAUMxWiVikaBDKrbt0im7XdzPMh3I8TFC097G4ZowjGgLBfXt+tGPsE+1U1FyLBGuWMd/EPVblWg== + dependencies: + debug "^4.3.4" + agentkeepalive@^4.2.1: version "4.2.1" resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.2.1.tgz#a7975cbb9f83b367f06c90cc51ff28fe7d499717" @@ -10633,12 +10640,12 @@ http2-wrapper@^1.0.0-beta.5.2: quick-lru "^5.1.1" resolve-alpn "^1.0.0" -https-proxy-agent@5, https-proxy-agent@5.0.1, https-proxy-agent@^2.2.1, https-proxy-agent@^4.0.0, https-proxy-agent@^5.0.0: - version "5.0.1" - resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6" - integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA== +https-proxy-agent@5, https-proxy-agent@5.0.1, https-proxy-agent@6.0.0, https-proxy-agent@^2.2.1, https-proxy-agent@^4.0.0, https-proxy-agent@^5.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-6.0.0.tgz#036adbaba1c6810ce87216ed13cf698ec8672c17" + integrity sha512-g821um/ZvXlENs8tqKh96b6G0wafab6ypfkZdFZImJEGZrn47oLeRhWMKvCYxrasOgNi3Yh6Cxkws2Zn13v2QA== dependencies: - agent-base "6" + agent-base "^7.0.0" debug "4" human-signals@^2.1.0: