You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at playwright's dependency graph I noticed that it's relying on an outdated https-proxy-agent version. Because of this, there are two versions of debug installed per every install of playwright. Luckily, it's your only duplicate.
While seemingly minor, you're still relying on outdated deps.
Context:
Describe the bug
Looking at
playwright
's dependency graph I noticed that it's relying on an outdatedhttps-proxy-agent
version. Because of this, there are two versions ofdebug
installed per every install ofplaywright
. Luckily, it's your only duplicate.While seemingly minor, you're still relying on outdated deps.
https-proxy-agent@5.x
exists – it still supports Node >= 10 and shares yourdebug
linkThe text was updated successfully, but these errors were encountered: