diff --git a/Tasks/YarnInstaller/package.json b/Tasks/YarnInstaller/package.json index 92a97e5..697b4b9 100644 --- a/Tasks/YarnInstaller/package.json +++ b/Tasks/YarnInstaller/package.json @@ -6,7 +6,7 @@ "azure-pipelines-task-lib": "^2.8.0", "azure-pipelines-tool-lib": "^0.12.0", "fs-extra": "8.0.1", - "https-proxy-agent": "^2.2.1", + "https-proxy-agent": "^2.2.3", "ini": "^1.3.5", "q": "^1.5.1", "tar": "4.4.9" diff --git a/Tasks/YarnInstaller/yarn.lock b/Tasks/YarnInstaller/yarn.lock index 0754e2c..4957621 100644 --- a/Tasks/YarnInstaller/yarn.lock +++ b/Tasks/YarnInstaller/yarn.lock @@ -98,9 +98,9 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6: version "4.1.15" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00" -https-proxy-agent@^2.2.1: - version "2.2.2" - resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.2.tgz#271ea8e90f836ac9f119daccd39c19ff7dfb0793" +https-proxy-agent@^2.2.3: + version "2.2.3" + resolved "https://www.myget.org/F/gl-unstable/npm/https-proxy-agent/-/https-proxy-agent-2.2.3.tgz#fb6cd98ed5b9c35056b5a73cd01a8a721d7193d1" dependencies: agent-base "^4.3.0" debug "^3.1.0"