Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
MINOR: Fixes #2208 - ERR_INVALID_PROTOCOL while installing behind htt…
Browse files Browse the repository at this point in the history
…p proxy (#2212)

- Manual update for agent-base [6.0.1 -> 6.0.2]
- Bumb version for https-proxy-agent (pupetteer dependency) [^4.0.0 -> ^5.0.0]

Signed-off-by: Shubham Bhatia <39002688+drametoid@users.noreply.github.com>
  • Loading branch information
drametoid committed Jun 1, 2021
1 parent df1b40d commit 33a534c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2368,9 +2368,9 @@ agent-base@5:
integrity sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g==

agent-base@6:
version "6.0.1"
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.1.tgz#808007e4e5867decb0ab6ab2f928fbdb5a596db4"
integrity sha512-01q25QQDwLSsyfhrKbn8yuur+JNw0H+0Y4JiGIKd3z9aYk/w/2kxD/Upc+t2ZBBSUNff50VjPsSW2YxM8QYKVg==
version "6.0.2"
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
dependencies:
debug "4"

Expand Down Expand Up @@ -8988,7 +8988,7 @@ puppeteer@^2.0.0:
"@types/mime-types" "^2.1.0"
debug "^4.1.0"
extract-zip "^1.6.6"
https-proxy-agent "^4.0.0"
https-proxy-agent "^5.0.0"
mime "^2.0.3"
mime-types "^2.1.25"
progress "^2.0.1"
Expand Down

0 comments on commit 33a534c

Please sign in to comment.