Skip to content

Commit c656e28

Browse files
fix(deps): update dependency isomorphic-unfetch to v4
1 parent fc0fc59 commit c656e28

File tree

2 files changed

+44
-15
lines changed

2 files changed

+44
-15
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"dependencies": {
77
"@apollo/client": "3.7.17",
8-
"isomorphic-unfetch": "^3.1.0",
8+
"isomorphic-unfetch": "^4.0.0",
99
"next": "12.3.4",
1010
"react": "18.2.0",
1111
"react-dom": "18.2.0"

example/yarn.lock

Lines changed: 43 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,6 +1835,11 @@ csstype@^3.0.2:
18351835
resolved "https://registry.npmjs.org/csstype/-/csstype-3.1.0.tgz"
18361836
integrity sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==
18371837

1838+
data-uri-to-buffer@^4.0.0:
1839+
version "4.0.1"
1840+
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e"
1841+
integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==
1842+
18381843
18391844
version "2.1.0"
18401845
resolved "https://registry.npmjs.org/dataloader/-/dataloader-2.1.0.tgz"
@@ -2023,6 +2028,14 @@ fbjs@^3.0.0:
20232028
setimmediate "^1.0.5"
20242029
ua-parser-js "^0.7.30"
20252030

2031+
fetch-blob@^3.1.2, fetch-blob@^3.1.4:
2032+
version "3.2.0"
2033+
resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
2034+
integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
2035+
dependencies:
2036+
node-domexception "^1.0.0"
2037+
web-streams-polyfill "^3.0.3"
2038+
20262039
figures@^3.0.0:
20272040
version "3.2.0"
20282041
resolved "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz"
@@ -2067,6 +2080,13 @@ formdata-node@^4.3.1:
20672080
node-domexception "1.0.0"
20682081
web-streams-polyfill "4.0.0-beta.1"
20692082

2083+
formdata-polyfill@^4.0.10:
2084+
version "4.0.10"
2085+
resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
2086+
integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
2087+
dependencies:
2088+
fetch-blob "^3.1.2"
2089+
20702090
fs.realpath@^1.0.0:
20712091
version "1.0.0"
20722092
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
@@ -2410,13 +2430,13 @@ isomorphic-fetch@^3.0.0:
24102430
node-fetch "^2.6.1"
24112431
whatwg-fetch "^3.4.1"
24122432

2413-
isomorphic-unfetch@^3.1.0:
2414-
version "3.1.0"
2415-
resolved "https://registry.npmjs.org/isomorphic-unfetch/-/isomorphic-unfetch-3.1.0.tgz"
2416-
integrity sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==
2433+
isomorphic-unfetch@^4.0.0:
2434+
version "4.0.2"
2435+
resolved "https://registry.yarnpkg.com/isomorphic-unfetch/-/isomorphic-unfetch-4.0.2.tgz#5fc04eeb1053b7b702278e2cf7a3f246cb3a9214"
2436+
integrity sha512-1Yd+CF/7al18/N2BDbsLBcp6RO3tucSW+jcLq24dqdX5MNbCNTw1z4BsGsp4zNmjr/Izm2cs/cEqZPp4kvWSCA==
24172437
dependencies:
2418-
node-fetch "^2.6.1"
2419-
unfetch "^4.2.0"
2438+
node-fetch "^3.2.0"
2439+
unfetch "^5.0.0"
24202440

24212441
isomorphic-ws@^5.0.0:
24222442
version "5.0.0"
@@ -2731,9 +2751,9 @@ no-case@^3.0.4:
27312751
lower-case "^2.0.2"
27322752
tslib "^2.0.3"
27332753

2734-
2754+
[email protected], node-domexception@^1.0.0:
27352755
version "1.0.0"
2736-
resolved "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz"
2756+
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
27372757
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
27382758

27392759
[email protected], node-fetch@^2.6.1, node-fetch@^2.6.7:
@@ -2743,6 +2763,15 @@ [email protected], node-fetch@^2.6.1, node-fetch@^2.6.7:
27432763
dependencies:
27442764
whatwg-url "^5.0.0"
27452765

2766+
node-fetch@^3.2.0:
2767+
version "3.3.1"
2768+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.1.tgz#b3eea7b54b3a48020e46f4f88b9c5a7430d20b2e"
2769+
integrity sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==
2770+
dependencies:
2771+
data-uri-to-buffer "^4.0.0"
2772+
fetch-blob "^3.1.4"
2773+
formdata-polyfill "^4.0.10"
2774+
27462775
node-int64@^0.4.0:
27472776
version "0.4.0"
27482777
resolved "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz"
@@ -3410,10 +3439,10 @@ undici@^5.8.0:
34103439
resolved "https://registry.yarnpkg.com/undici/-/undici-5.8.0.tgz#dec9a8ccd90e5a1d81d43c0eab6503146d649a4f"
34113440
integrity sha512-1F7Vtcez5w/LwH2G2tGnFIihuWUlc58YidwLiCv+jR2Z50x0tNXpRRw7eOIJ+GvqCqIkg9SB7NWAJ/T9TLfv8Q==
34123441

3413-
unfetch@^4.2.0:
3414-
version "4.2.0"
3415-
resolved "https://registry.npmjs.org/unfetch/-/unfetch-4.2.0.tgz"
3416-
integrity sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==
3442+
unfetch@^5.0.0:
3443+
version "5.0.0"
3444+
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-5.0.0.tgz#8a5b6e5779ebe4dde0049f7d7a81d4a1af99d142"
3445+
integrity sha512-3xM2c89siXg0nHvlmYsQ2zkLASvVMBisZm5lF3gFDqfF2xonNStDJyMpvaOBe0a1Edxmqrf2E0HBdmy9QyZaeg==
34173446

34183447
unixify@^1.0.0:
34193448
version "1.0.0"
@@ -3471,9 +3500,9 @@ [email protected]:
34713500
resolved "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-4.0.0-beta.1.tgz"
34723501
integrity sha512-3ux37gEX670UUphBF9AMCq8XM6iQ8Ac6A+DSRRjDoRBm1ufCkaCDdNVbaqq60PsEkdNlLKrGtv/YBP4EJXqNtQ==
34733502

3474-
web-streams-polyfill@^3.2.0:
3503+
web-streams-polyfill@^3.0.3, web-streams-polyfill@^3.2.0:
34753504
version "3.2.1"
3476-
resolved "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz"
3505+
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
34773506
integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
34783507

34793508
webcrypto-core@^1.7.4:

0 commit comments

Comments
 (0)