Skip to content

Commit

Permalink
dependencies(https-proxy-agent): upgrade to version 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed May 8, 2023
1 parent 27e22a7 commit 9e2ef8d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server-core/package.json
Expand Up @@ -47,7 +47,7 @@
"debug": "^4.3.4",
"find-cache-dir": "^3.3.2",
"get-port": "^5.1.1",
"https-proxy-agent": "^5.0.1",
"https-proxy-agent": "^6.1.0",
"md5-file": "^5.0.0",
"mongodb": "^5.4.0",
"new-find-package-json": "^2.0.0",
Expand Down
17 changes: 16 additions & 1 deletion yarn.lock
Expand Up @@ -1666,6 +1666,13 @@ agent-base@6, agent-base@^6.0.2:
dependencies:
debug "4"

agent-base@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.0.1.tgz#ec4df4e6406bdf71490ade302ea45f86bf365ea9"
integrity sha512-V9to8gr2GK7eA+xskWGAFUX/TLSQKuH2TI06c/jGLL6yLp3oEjtnqM7a5tPV9fC1rabLeAgThZeBwsYX+WWHpw==
dependencies:
debug "^4.3.4"

agentkeepalive@^4.2.1:
version "4.3.0"
resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.3.0.tgz#bb999ff07412653c1803b3ced35e50729830a255"
Expand Down Expand Up @@ -3410,14 +3417,22 @@ http-proxy-agent@^5.0.0:
agent-base "6"
debug "4"

https-proxy-agent@^5.0.0, https-proxy-agent@^5.0.1:
https-proxy-agent@^5.0.0:
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==
dependencies:
agent-base "6"
debug "4"

https-proxy-agent@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-6.1.0.tgz#e00f1efb849171ea349721481d3bcbef03ab4d13"
integrity sha512-rvGRAlc3y+iS7AC9Os2joN91mX8wHpJ4TEklmHHxr7Gz2Juqa7fJmJ8wWxXNpTaRt56MQTwojxV5d82UW/+jwg==
dependencies:
agent-base "^7.0.1"
debug "4"

human-signals@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
Expand Down

0 comments on commit 9e2ef8d

Please sign in to comment.