Skip to content

Commit c554faa

Browse files
committed
fix: upgrade https-proxy-agent till 3.0.0
1 parent 470f094 commit c554faa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/mongodb-memory-server-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"find-package-json": "^1.2.0",
5353
"get-port": "^5.0.0",
5454
"getos": "^3.1.1",
55-
"https-proxy-agent": "^2.2.3",
55+
"https-proxy-agent": "^3.0.0",
5656
"lockfile": "^1.0.4",
5757
"md5-file": "^4.0.0",
5858
"mkdirp": "^0.5.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3531,10 +3531,10 @@ https-proxy-agent@^2.2.1:
35313531
agent-base "^4.1.0"
35323532
debug "^3.1.0"
35333533

3534-
https-proxy-agent@^2.2.3:
3535-
version "2.2.3"
3536-
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.3.tgz#fb6cd98ed5b9c35056b5a73cd01a8a721d7193d1"
3537-
integrity sha512-Ytgnz23gm2DVftnzqRRz2dOXZbGd2uiajSw/95bPp6v53zPRspQjLm/AfBgqbJ2qfeRXWIOMVLpp86+/5yX39Q==
3534+
https-proxy-agent@^3.0.0:
3535+
version "3.0.0"
3536+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-3.0.0.tgz#0106efa5d63d6d6f3ab87c999fa4877a3fd1ff97"
3537+
integrity sha512-y4jAxNEihqvBI5F3SaO2rtsjIOnnNA8sEbuiP+UhJZJHeM2NRm6c09ax2tgqme+SgUUvjao2fJXF4h3D6Cb2HQ==
35383538
dependencies:
35393539
agent-base "^4.3.0"
35403540
debug "^3.1.0"

0 commit comments

Comments
 (0)