Skip to content

Commit cf7f59f

Browse files
authored
misc: Update https-proxy-agent to 3.0.0 for security reasons (#2262)
1 parent 946f562 commit cf7f59f

File tree

2 files changed

+21
-12
lines changed

2 files changed

+21
-12
lines changed

packages/node/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"@sentry/hub": "5.7.0-beta.0",
2121
"@sentry/types": "5.7.0-beta.0",
2222
"@sentry/utils": "5.7.0-beta.0",
23-
"cookie": "0.3.1",
24-
"https-proxy-agent": "2.2.1",
25-
"lru_map": "0.3.3",
23+
"cookie": "^0.3.1",
24+
"https-proxy-agent": "^3.0.0",
25+
"lru_map": "^0.3.3",
2626
"tslib": "^1.9.3"
2727
},
2828
"devDependencies": {
29-
"@types/cookie": "0.3.2",
29+
"@types/cookie": "^0.3.2",
3030
"@types/lru-cache": "^5.1.0",
3131
"@types/node": "^11.13.7",
3232
"express": "^4.16.4",

yarn.lock

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,10 +1202,10 @@
12021202
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.1.7.tgz#1b8e33b61a8c09cbe1f85133071baa0dbf9fa71a"
12031203
integrity sha512-2Y8uPt0/jwjhQ6EiluT0XCri1Dbplr0ZxfFXUz+ye13gaqE8u5gL5ppao1JrUYr9cIip5S6MvQzBS7Kke7U9VA==
12041204

1205-
1206-
version "0.3.2"
1207-
resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.3.2.tgz#453f4b14b25da6a8ea4494842dedcbf0151deef9"
1208-
integrity sha512-aHQA072E10/8iUQsPH7mQU/KUyQBZAGzTVRCUvnSz8mSvbrYsP4xEO2RSA0Pjltolzi0j8+8ixrm//Hr4umPzw==
1205+
"@types/cookie@^0.3.2":
1206+
version "0.3.3"
1207+
resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.3.3.tgz#85bc74ba782fb7aa3a514d11767832b0e3bc6803"
1208+
integrity sha512-LKVP3cgXBT9RYj+t+9FDKwS5tdI+rPBXaNSkma7hvqy35lc7mAokC2zsqWJH0LaqIt3B962nuYI77hsJoT1gow==
12091209

12101210
12111211
version "0.0.39"
@@ -1597,7 +1597,7 @@ [email protected]:
15971597
version "0.8.2"
15981598
resolved "https://registry.yarnpkg.com/after/-/after-0.8.2.tgz#fedb394f9f0e02aa9768e702bda23b505fae7e1f"
15991599

1600-
agent-base@4, [email protected], agent-base@^4.1.0, agent-base@~4.2.0:
1600+
agent-base@4, [email protected], agent-base@^4.1.0, agent-base@^4.3.0, agent-base@~4.2.0:
16011601
version "4.3.0"
16021602
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee"
16031603
integrity sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==
@@ -3514,7 +3514,7 @@ [email protected]:
35143514
version "1.0.6"
35153515
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
35163516

3517-
3517+
[email protected], cookie@^0.3.1:
35183518
version "0.3.1"
35193519
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb"
35203520

@@ -5432,13 +5432,21 @@ https-browserify@^1.0.0:
54325432
version "1.0.0"
54335433
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
54345434

5435-
https-proxy-agent@2.2.1, https-proxy-agent@^2.2.1:
5435+
https-proxy-agent@^2.2.1:
54365436
version "2.2.1"
54375437
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.1.tgz#51552970fa04d723e04c56d04178c3f92592bbc0"
54385438
dependencies:
54395439
agent-base "^4.1.0"
54405440
debug "^3.1.0"
54415441

5442+
https-proxy-agent@^3.0.0:
5443+
version "3.0.0"
5444+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-3.0.0.tgz#0106efa5d63d6d6f3ab87c999fa4877a3fd1ff97"
5445+
integrity sha512-y4jAxNEihqvBI5F3SaO2rtsjIOnnNA8sEbuiP+UhJZJHeM2NRm6c09ax2tgqme+SgUUvjao2fJXF4h3D6Cb2HQ==
5446+
dependencies:
5447+
agent-base "^4.3.0"
5448+
debug "^3.1.0"
5449+
54425450
humanize-ms@^1.2.1:
54435451
version "1.2.1"
54445452
resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed"
@@ -7177,9 +7185,10 @@ lru-cache@^5.0.0, lru-cache@^5.1.1:
71777185
dependencies:
71787186
yallist "^3.0.2"
71797187

7180-
7188+
lru_map@^0.3.3:
71817189
version "0.3.3"
71827190
resolved "https://registry.yarnpkg.com/lru_map/-/lru_map-0.3.3.tgz#b5c8351b9464cbd750335a79650a0ec0e56118dd"
7191+
integrity sha1-tcg1G5Rky9dQM1p5ZQoOwOVhGN0=
71837192

71847193
macos-release@^2.0.0:
71857194
version "2.0.0"

0 commit comments

Comments
 (0)