diff --git a/package.json b/package.json index 4b1988c..f42f4a4 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@aws-sdk/client-ecr-public": "^3.231.0", "@docker/actions-toolkit": "^0.1.0", "http-proxy-agent": "^5.0.0", - "https-proxy-agent": "^5.0.1" + "https-proxy-agent": "^6.2.0" }, "devDependencies": { "@types/node": "^16.18.21", diff --git a/yarn.lock b/yarn.lock index 318a36f..eb480b1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2112,6 +2112,13 @@ agent-base@6: dependencies: debug "4" +agent-base@^7.0.2: + version "7.0.2" + resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.0.2.tgz#d6c854c21fe5b8c8f1c69ac12a7d21a3d1be2859" + integrity sha512-k2/tQ1+8Zf50dEUJWklUP80LcE/+Ph+OJ6cf2Ff2fD/c/TtCe6ofnCoNMz9UnyxOQYlaAALZtEWETzn+1JjfHg== + dependencies: + debug "^4.3.4" + ajv@^6.10.0, ajv@^6.12.4: version "6.12.6" resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" @@ -2974,12 +2981,12 @@ http-proxy-agent@^5.0.0: agent-base "6" debug "4" -https-proxy-agent@^5.0.1: - 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@^6.2.0: + version "6.2.0" + resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-6.2.0.tgz#58c525a299663d958556969a8e3536dd1e007485" + integrity sha512-4xhCnMpxR9fupa7leh9uJK2P/qjYIeaM9uZ9c1bi1JDSwX2VH9NDk/oKSToNX4gBKa2WT31Mldne7e26ckohLQ== dependencies: - agent-base "6" + agent-base "^7.0.2" debug "4" human-signals@^2.1.0: