From 3dfbd8bae0f453ecf28c34b602151c36117077bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 12:40:57 -0500 Subject: [PATCH] chore(deps): bump proxy-agent from 4.0.0 to 4.0.1 (#2908) Bumps [proxy-agent](https://github.com/TooTallNate/node-proxy-agent) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/TooTallNate/node-proxy-agent/releases) - [Changelog](https://github.com/TooTallNate/node-proxy-agent/blob/master/History.md) - [Commits](https://github.com/TooTallNate/node-proxy-agent/compare/4.0.0...4.0.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index c5f8d4c9..00e413b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6175,9 +6175,9 @@ proxy-addr@~2.0.5: ipaddr.js "1.9.1" proxy-agent@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/proxy-agent/-/proxy-agent-4.0.0.tgz#a92976af3fbc7d846f2e850e2ac5ac6ca3fb74c7" - integrity sha512-8P0Y2SkwvKjiGU1IkEfYuTteioMIDFxPL4/j49zzt5Mz3pG1KO+mIrDG1qH0PQUHTTczjwGcYl+EzfXiFj5vUQ== + version "4.0.1" + resolved "https://registry.yarnpkg.com/proxy-agent/-/proxy-agent-4.0.1.tgz#326c3250776c7044cd19655ccbfadf2e065a045c" + integrity sha512-ODnQnW2jc/FUVwHHuaZEfN5otg/fMbvMxz9nMSUQfJ9JU7q2SZvSULSsjLloVgJOiv9yhc8GlNMKc4GkFmcVEA== dependencies: agent-base "^6.0.0" debug "4"