Skip to content

Commit 5d73826

Browse files
author
WhiteSource for GitHub.com
committed
Update dependency node-fetch to v3
1 parent 869f6b3 commit 5d73826

File tree

3 files changed

+26
-6
lines changed

3 files changed

+26
-6
lines changed

packages/smoke-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"hamjest": "^3.7.1",
1919
"mocha": "^9.0.2",
2020
"nanoid": "^3.1.23",
21-
"node-fetch": "^2.6.1",
21+
"node-fetch": "^3.0.0",
2222
"supertest": "6.1.3",
2323
"wait-on": "^6.0.0"
2424
},

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/split2": "^3.2.0",
4747
"hamjest": "^3.7.1",
4848
"hamjest-sinon": "^1.0.6",
49-
"node-fetch": "^2.6.1",
49+
"node-fetch": "^3.0.0",
5050
"split2": "^3.2.2",
5151
"supertest": "^6.1.3"
5252
}

yarn.lock

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1890,6 +1890,11 @@ dashdash@^1.12.0:
18901890
dependencies:
18911891
assert-plus "^1.0.0"
18921892

1893+
data-uri-to-buffer@^3.0.1:
1894+
version "3.0.1"
1895+
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz#594b8973938c5bc2c33046535785341abc4f3636"
1896+
integrity sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==
1897+
18931898
date-fns@^2.16.1:
18941899
version "2.17.0"
18951900
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.17.0.tgz#afa55daea539239db0a64e236ce716ef3d681ba1"
@@ -2555,6 +2560,13 @@ fastq@^1.6.0:
25552560
dependencies:
25562561
reusify "^1.0.4"
25572562

2563+
fetch-blob@^3.1.2:
2564+
version "3.1.2"
2565+
resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.1.2.tgz#6bc438675f3851ecea51758ac91f6a1cd1bacabd"
2566+
integrity sha512-hunJbvy/6OLjCD0uuhLdp0mMPzP/yd2ssd1t2FCJsaA7wkWhpbp9xfuNVpv7Ll4jFhzp6T4LAupSiV9uOeg0VQ==
2567+
dependencies:
2568+
web-streams-polyfill "^3.0.3"
2569+
25582570
figgy-pudding@^3.5.1:
25592571
version "3.5.2"
25602572
resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e"
@@ -4368,10 +4380,13 @@ no-case@^3.0.4:
43684380
lower-case "^2.0.2"
43694381
tslib "^2.0.3"
43704382

4371-
node-fetch@^2.6.1:
4372-
version "2.6.1"
4373-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
4374-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
4383+
node-fetch@^3.0.0:
4384+
version "3.0.0"
4385+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.0.0.tgz#79da7146a520036f2c5f644e4a26095f17e411ea"
4386+
integrity sha512-bKMI+C7/T/SPU1lKnbQbwxptpCrG9ashG+VkytmXCPZyuM9jB6VU+hY0oi4lC8LxTtAeWdckNCTa3nrGsAdA3Q==
4387+
dependencies:
4388+
data-uri-to-buffer "^3.0.1"
4389+
fetch-blob "^3.1.2"
43754390

43764391
node-git-server@SmartBear/node-git-server#master:
43774392
version "0.6.1"
@@ -6409,6 +6424,11 @@ wcwidth@^1.0.0:
64096424
dependencies:
64106425
defaults "^1.0.3"
64116426

6427+
web-streams-polyfill@^3.0.3:
6428+
version "3.1.0"
6429+
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.1.0.tgz#86f983b4f44745502b0d8563d9ef3afc609d4465"
6430+
integrity sha512-wO9r1YnYe7kFBLHyyVEhV1H8VRWoNiNnuP+v/HUUmSTaRF8F93Kmd3JMrETx0f11GXxRek6OcL2QtjFIdc5WYw==
6431+
64126432
[email protected], which@^2.0.1:
64136433
version "2.0.2"
64146434
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"

0 commit comments

Comments
 (0)