Skip to content

Commit 6f46905

Browse files
Update dependency node-fetch to v3 [SECURITY]
1 parent b0ffdd6 commit 6f46905

2 files changed

Lines changed: 33 additions & 24 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"lusca": "1.7.0",
4343
"markdown-it": "12.3.2",
4444
"multer": "1.4.3",
45-
"node-fetch": "2.6.6",
45+
"node-fetch": "3.2.10",
4646
"nodemailer": "6.7.2",
4747
"objection": "2.2.18",
4848
"passport": "0.5.0",

yarn.lock

Lines changed: 32 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1553,6 +1553,11 @@ data-uri-to-buffer@^3.0.1:
15531553
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz#594b8973938c5bc2c33046535785341abc4f3636"
15541554
integrity sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==
15551555

1556+
data-uri-to-buffer@^4.0.0:
1557+
version "4.0.1"
1558+
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e"
1559+
integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==
1560+
15561561
date-fns@2.27.0:
15571562
version "2.27.0"
15581563
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.27.0.tgz#e1ff3c3ddbbab8a2eaadbb6106be2929a5a2d92b"
@@ -2409,6 +2414,14 @@ fetch-blob@^3.1.2:
24092414
dependencies:
24102415
web-streams-polyfill "^3.0.3"
24112416

2417+
fetch-blob@^3.1.4:
2418+
version "3.2.0"
2419+
resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
2420+
integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
2421+
dependencies:
2422+
node-domexception "^1.0.0"
2423+
web-streams-polyfill "^3.0.3"
2424+
24122425
figures@^3.2.0:
24132426
version "3.2.0"
24142427
resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
@@ -2530,6 +2543,13 @@ form-data@~2.3.2:
25302543
combined-stream "^1.0.6"
25312544
mime-types "^2.1.12"
25322545

2546+
formdata-polyfill@^4.0.10:
2547+
version "4.0.10"
2548+
resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
2549+
integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
2550+
dependencies:
2551+
fetch-blob "^3.1.2"
2552+
25332553
forwarded@0.2.0:
25342554
version "0.2.0"
25352555
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
@@ -3912,6 +3932,11 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0:
39123932
resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.1.0.tgz#0fbdcf3e13fe4994781280524f8b96b0cdff9c61"
39133933
integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug==
39143934

3935+
node-domexception@^1.0.0:
3936+
version "1.0.0"
3937+
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
3938+
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
3939+
39153940
node-emoji@^1.11.0:
39163941
version "1.11.0"
39173942
resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-1.11.0.tgz#69a0150e6946e2f115e9d7ea4df7971e2628301c"
@@ -3927,12 +3952,14 @@ node-fetch@*:
39273952
data-uri-to-buffer "^3.0.1"
39283953
fetch-blob "^3.1.2"
39293954

3930-
node-fetch@2.6.6:
3931-
version "2.6.6"
3932-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.6.tgz#1751a7c01834e8e1697758732e9efb6eeadfaf89"
3933-
integrity sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==
3955+
node-fetch@3.2.10:
3956+
version "3.2.10"
3957+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.10.tgz#e8347f94b54ae18b57c9c049ef641cef398a85c8"
3958+
integrity sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==
39343959
dependencies:
3935-
whatwg-url "^5.0.0"
3960+
data-uri-to-buffer "^4.0.0"
3961+
fetch-blob "^3.1.4"
3962+
formdata-polyfill "^4.0.10"
39363963

39373964
node-releases@^2.0.1:
39383965
version "2.0.1"
@@ -5546,11 +5573,6 @@ tough-cookie@~2.5.0:
55465573
psl "^1.1.28"
55475574
punycode "^2.1.1"
55485575

5549-
tr46@~0.0.3:
5550-
version "0.0.3"
5551-
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
5552-
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
5553-
55545576
tree-kill@^1.2.2:
55555577
version "1.2.2"
55565578
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
@@ -5825,19 +5847,6 @@ web-streams-polyfill@^3.0.3:
58255847
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.1.1.tgz#1516f2d4ea8f1bdbfed15eb65cb2df87098c8364"
58265848
integrity sha512-Czi3fG883e96T4DLEPRvufrF2ydhOOW1+1a6c3gNjH2aIh50DNFBdfwh2AKoOf1rXvpvavAoA11Qdq9+BKjE0Q==
58275849

5828-
webidl-conversions@^3.0.0:
5829-
version "3.0.1"
5830-
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
5831-
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
5832-
5833-
whatwg-url@^5.0.0:
5834-
version "5.0.0"
5835-
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
5836-
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
5837-
dependencies:
5838-
tr46 "~0.0.3"
5839-
webidl-conversions "^3.0.0"
5840-
58415850
which-module@^2.0.0:
58425851
version "2.0.0"
58435852
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"

0 commit comments

Comments
 (0)