Skip to content

Commit 02b8ab6

Browse files
authored
ref: Update agent-base to 5.0 to remove http/s patching (getsentry#2355)
1 parent 6259d23 commit 02b8ab6

File tree

3 files changed

+13
-27
lines changed

3 files changed

+13
-27
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
"typescript-tslint-plugin": "^0.3.1"
6262
},
6363
"resolutions": {
64-
"**/agent-base": "4.3.0"
64+
"**/agent-base": "5"
6565
}
6666
}

packages/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@sentry/types": "5.10.0",
2323
"@sentry/utils": "5.10.2",
2424
"cookie": "^0.3.1",
25-
"https-proxy-agent": "^3.0.0",
25+
"https-proxy-agent": "^4.0.0",
2626
"lru_map": "^0.3.3",
2727
"tslib": "^1.9.3"
2828
},

yarn.lock

+11-25
Original file line numberDiff line numberDiff line change
@@ -1664,12 +1664,10 @@ after@0.8.2:
16641664
version "0.8.2"
16651665
resolved "https://registry.yarnpkg.com/after/-/after-0.8.2.tgz#fedb394f9f0e02aa9768e702bda23b505fae7e1f"
16661666

1667-
agent-base@4, agent-base@4.3.0, agent-base@^4.1.0, agent-base@^4.3.0, agent-base@~4.2.0:
1668-
version "4.3.0"
1669-
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee"
1670-
integrity sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==
1671-
dependencies:
1672-
es6-promisify "^5.0.0"
1667+
agent-base@4, agent-base@5, agent-base@^4.1.0, agent-base@~4.2.0:
1668+
version "5.1.1"
1669+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-5.1.1.tgz#e8fb3f242959db44d63be665db7a8e739537a32c"
1670+
integrity sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g==
16731671

16741672
agentkeepalive@^3.4.1:
16751673
version "3.5.2"
@@ -3902,7 +3900,7 @@ debug@3.2.6, debug@^3.1.0:
39023900
dependencies:
39033901
ms "^2.1.1"
39043902

3905-
debug@^4.1.0, debug@^4.1.1:
3903+
debug@4, debug@^4.1.0, debug@^4.1.1:
39063904
version "4.1.1"
39073905
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
39083906
integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
@@ -4326,18 +4324,6 @@ es-to-primitive@^1.1.1, es-to-primitive@^1.2.0:
43264324
is-date-object "^1.0.1"
43274325
is-symbol "^1.0.2"
43284326

4329-
es6-promise@^4.0.3:
4330-
version "4.2.6"
4331-
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.6.tgz#b685edd8258886365ea62b57d30de28fadcd974f"
4332-
integrity sha512-aRVgGdnmW2OiySVPUC9e6m+plolMAJKjZnQlCwNSuK5yQ0JN61DZSO1X1Ufd1foqWRAlig0rhduTCHe7sVtK5Q==
4333-
4334-
es6-promisify@^5.0.0:
4335-
version "5.0.0"
4336-
resolved "https://registry.yarnpkg.com/es6-promisify/-/es6-promisify-5.0.0.tgz#5109d62f3e56ea967c4b63505aef08291c8a5203"
4337-
integrity sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=
4338-
dependencies:
4339-
es6-promise "^4.0.3"
4340-
43414327
escape-html@~1.0.3:
43424328
version "1.0.3"
43434329
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
@@ -5563,13 +5549,13 @@ https-proxy-agent@^2.2.1:
55635549
agent-base "^4.1.0"
55645550
debug "^3.1.0"
55655551

5566-
https-proxy-agent@^3.0.0:
5567-
version "3.0.1"
5568-
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-3.0.1.tgz#b8c286433e87602311b01c8ea34413d856a4af81"
5569-
integrity sha512-+ML2Rbh6DAuee7d07tYGEKOEi2voWPUGan+ExdPbPW6Z3svq+JCqr0v8WmKPOkz1vOVykPCBSuobe7G8GJUtVg==
5552+
https-proxy-agent@^4.0.0:
5553+
version "4.0.0"
5554+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-4.0.0.tgz#702b71fb5520a132a66de1f67541d9e62154d82b"
5555+
integrity sha512-zoDhWrkR3of1l9QAL8/scJZyLu8j/gBkcwcaQOZh7Gyh/+uJQzGVETdgT30akuwkpL8HTRfssqI3BZuV18teDg==
55705556
dependencies:
5571-
agent-base "^4.3.0"
5572-
debug "^3.1.0"
5557+
agent-base "5"
5558+
debug "4"
55735559

55745560
humanize-ms@^1.2.1:
55755561
version "1.2.1"

0 commit comments

Comments
 (0)