Skip to content

Commit febb4a9

Browse files
fix(deps): update dependency node-fetch to v3
1 parent ea523b3 commit febb4a9

File tree

2 files changed

+37
-23
lines changed

2 files changed

+37
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"async": "^3.2.0",
3232
"eslint": "8.x",
33-
"node-fetch": "^2",
33+
"node-fetch": "^3.0.0",
3434
"passport-oauth": "~1.0.0"
3535
},
3636
"nbbpm": {

yarn.lock

Lines changed: 36 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,11 @@ cross-spawn@^7.0.2, cross-spawn@^7.0.3:
355355
shebang-command "^2.0.0"
356356
which "^2.0.1"
357357

358+
data-uri-to-buffer@^4.0.0:
359+
version "4.0.1"
360+
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e"
361+
integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==
362+
358363
debug@^3.2.7:
359364
version "3.2.7"
360365
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
@@ -669,6 +674,14 @@ fastq@^1.6.0:
669674
dependencies:
670675
reusify "^1.0.4"
671676

677+
fetch-blob@^3.1.2, fetch-blob@^3.1.4:
678+
version "3.2.0"
679+
resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
680+
integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
681+
dependencies:
682+
node-domexception "^1.0.0"
683+
web-streams-polyfill "^3.0.3"
684+
672685
file-entry-cache@^6.0.1:
673686
version "6.0.1"
674687
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -711,6 +724,13 @@ for-each@^0.3.3:
711724
dependencies:
712725
is-callable "^1.1.3"
713726

727+
formdata-polyfill@^4.0.10:
728+
version "4.0.10"
729+
resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
730+
integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
731+
dependencies:
732+
fetch-blob "^3.1.2"
733+
714734
fs.realpath@^1.0.0:
715735
version "1.0.0"
716736
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
@@ -1187,12 +1207,19 @@ natural-compare@^1.4.0:
11871207
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
11881208
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
11891209

1190-
node-fetch@^2:
1191-
version "2.6.12"
1192-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.12.tgz#02eb8e22074018e3d5a83016649d04df0e348fba"
1193-
integrity sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==
1210+
node-domexception@^1.0.0:
1211+
version "1.0.0"
1212+
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
1213+
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
1214+
1215+
node-fetch@^3.0.0:
1216+
version "3.3.2"
1217+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.2.tgz#d1e889bacdf733b4ff3b2b243eb7a12866a0b78b"
1218+
integrity sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==
11941219
dependencies:
1195-
whatwg-url "^5.0.0"
1220+
data-uri-to-buffer "^4.0.0"
1221+
fetch-blob "^3.1.4"
1222+
formdata-polyfill "^4.0.10"
11961223

11971224
normalize-path@^3.0.0:
11981225
version "3.0.0"
@@ -1667,11 +1694,6 @@ to-regex-range@^5.0.1:
16671694
dependencies:
16681695
is-number "^7.0.0"
16691696

1670-
tr46@~0.0.3:
1671-
version "0.0.3"
1672-
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
1673-
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
1674-
16751697
tsconfig-paths@^3.14.2:
16761698
version "3.14.2"
16771699
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
@@ -1770,18 +1792,10 @@ utils-merge@1.x.x:
17701792
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
17711793
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
17721794

1773-
webidl-conversions@^3.0.0:
1774-
version "3.0.1"
1775-
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
1776-
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
1777-
1778-
whatwg-url@^5.0.0:
1779-
version "5.0.0"
1780-
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
1781-
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
1782-
dependencies:
1783-
tr46 "~0.0.3"
1784-
webidl-conversions "^3.0.0"
1795+
web-streams-polyfill@^3.0.3:
1796+
version "3.2.1"
1797+
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
1798+
integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
17851799

17861800
which-boxed-primitive@^1.0.2:
17871801
version "1.0.2"

0 commit comments

Comments
 (0)