Skip to content

Commit 0bc78fe

Browse files
chore(deps-dev): Bump isomorphic-unfetch from 3.1.0 to 4.0.2 (#1116)
1 parent 5796c1f commit 0bc78fe

File tree

2 files changed

+52
-13
lines changed

2 files changed

+52
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"graphql": "^15.5.1",
5757
"hot-shots": "^8.5.0",
5858
"ioredis": "^5.3.2",
59-
"isomorphic-unfetch": "^3.0.0",
59+
"isomorphic-unfetch": "^4.0.2",
6060
"jest": "^27.5.1",
6161
"jimp": "^0.16.1",
6262
"jugglingdb": "2.0.1",

yarn.lock

Lines changed: 51 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5233,6 +5233,11 @@ dashdash@^1.12.0:
52335233
dependencies:
52345234
assert-plus "^1.0.0"
52355235

5236+
data-uri-to-buffer@^4.0.0:
5237+
version "4.0.1"
5238+
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e"
5239+
integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==
5240+
52365241
data-urls@^2.0.0:
52375242
version "2.0.0"
52385243
resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-2.0.0.tgz#156485a72963a970f5d5821aaf642bef2bf2db9b"
@@ -6425,6 +6430,14 @@ fb-watchman@^2.0.0:
64256430
dependencies:
64266431
bser "2.1.1"
64276432

6433+
fetch-blob@^3.1.2, fetch-blob@^3.1.4:
6434+
version "3.2.0"
6435+
resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
6436+
integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
6437+
dependencies:
6438+
node-domexception "^1.0.0"
6439+
web-streams-polyfill "^3.0.3"
6440+
64286441
fetch-h2@^3.0.2:
64296442
version "3.0.2"
64306443
resolved "https://registry.yarnpkg.com/fetch-h2/-/fetch-h2-3.0.2.tgz#9ac61967ccb821f80bc084c0c7201152ef1c9573"
@@ -6723,6 +6736,13 @@ form-data@~2.3.2:
67236736
combined-stream "^1.0.6"
67246737
mime-types "^2.1.12"
67256738

6739+
formdata-polyfill@^4.0.10:
6740+
version "4.0.10"
6741+
resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
6742+
integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
6743+
dependencies:
6744+
fetch-blob "^3.1.2"
6745+
67266746
formidable@^1.2.2:
67276747
version "1.2.2"
67286748
resolved "https://registry.yarnpkg.com/formidable/-/formidable-1.2.2.tgz#bf69aea2972982675f00865342b982986f6b8dd9"
@@ -8550,13 +8570,13 @@ isobject@^3.0.0, isobject@^3.0.1:
85508570
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
85518571
integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
85528572

8553-
isomorphic-unfetch@^3.0.0:
8554-
version "3.1.0"
8555-
resolved "https://registry.yarnpkg.com/isomorphic-unfetch/-/isomorphic-unfetch-3.1.0.tgz#87341d5f4f7b63843d468438128cb087b7c3e98f"
8556-
integrity sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==
8573+
isomorphic-unfetch@^4.0.2:
8574+
version "4.0.2"
8575+
resolved "https://registry.yarnpkg.com/isomorphic-unfetch/-/isomorphic-unfetch-4.0.2.tgz#5fc04eeb1053b7b702278e2cf7a3f246cb3a9214"
8576+
integrity sha512-1Yd+CF/7al18/N2BDbsLBcp6RO3tucSW+jcLq24dqdX5MNbCNTw1z4BsGsp4zNmjr/Izm2cs/cEqZPp4kvWSCA==
85578577
dependencies:
8558-
node-fetch "^2.6.1"
8559-
unfetch "^4.2.0"
8578+
node-fetch "^3.2.0"
8579+
unfetch "^5.0.0"
85608580

85618581
isstream@~0.1.2:
85628582
version "0.1.2"
@@ -11100,6 +11120,11 @@ node-addon-api@^6.1.0:
1110011120
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-6.1.0.tgz#ac8470034e58e67d0c6f1204a18ae6995d9c0d76"
1110111121
integrity sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==
1110211122

11123+
node-domexception@^1.0.0:
11124+
version "1.0.0"
11125+
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
11126+
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
11127+
1110311128
node-fetch-npm@^2.0.2:
1110411129
version "2.0.4"
1110511130
resolved "https://registry.yarnpkg.com/node-fetch-npm/-/node-fetch-npm-2.0.4.tgz#6507d0e17a9ec0be3bec516958a497cec54bf5a4"
@@ -11109,18 +11134,27 @@ node-fetch-npm@^2.0.2:
1110911134
json-parse-better-errors "^1.0.0"
1111011135
safe-buffer "^5.1.1"
1111111136

11112-
[email protected], node-fetch@^2.1.2, node-fetch@^2.3.0, node-fetch@^2.6.1:
11137+
1111311138
version "2.6.1"
1111411139
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
1111511140
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
1111611141

11117-
node-fetch@^2.6.7:
11142+
node-fetch@^2.1.2, node-fetch@^2.3.0, node-fetch@^2.6.1, node-fetch@^2.6.7:
1111811143
version "2.6.7"
1111911144
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
1112011145
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
1112111146
dependencies:
1112211147
whatwg-url "^5.0.0"
1112311148

11149+
node-fetch@^3.2.0:
11150+
version "3.3.2"
11151+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.2.tgz#d1e889bacdf733b4ff3b2b243eb7a12866a0b78b"
11152+
integrity sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==
11153+
dependencies:
11154+
data-uri-to-buffer "^4.0.0"
11155+
fetch-blob "^3.1.4"
11156+
formdata-polyfill "^4.0.10"
11157+
1112411158
node-forge@^0.10.0:
1112511159
version "0.10.0"
1112611160
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3"
@@ -15462,10 +15496,10 @@ underscore@~1.7.0:
1546215496
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.7.0.tgz#6bbaf0877500d36be34ecaa584e0db9fef035209"
1546315497
integrity sha1-a7rwh3UA02vjTsqlhODbn+8DUgk=
1546415498

15465-
unfetch@^4.2.0:
15466-
version "4.2.0"
15467-
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.2.0.tgz#7e21b0ef7d363d8d9af0fb929a5555f6ef97a3be"
15468-
integrity sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==
15499+
unfetch@^5.0.0:
15500+
version "5.0.0"
15501+
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-5.0.0.tgz#8a5b6e5779ebe4dde0049f7d7a81d4a1af99d142"
15502+
integrity sha512-3xM2c89siXg0nHvlmYsQ2zkLASvVMBisZm5lF3gFDqfF2xonNStDJyMpvaOBe0a1Edxmqrf2E0HBdmy9QyZaeg==
1546915503

1547015504
unicode-properties@^1.2.2:
1547115505
version "1.3.1"
@@ -15950,6 +15984,11 @@ weak-map@^1.0.5:
1595015984
resolved "https://registry.yarnpkg.com/weak-map/-/weak-map-1.0.5.tgz#79691584d98607f5070bd3b70a40e6bb22e401eb"
1595115985
integrity sha1-eWkVhNmGB/UHC9O3CkDmuyLkAes=
1595215986

15987+
web-streams-polyfill@^3.0.3:
15988+
version "3.2.1"
15989+
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
15990+
integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
15991+
1595315992
web-vitals@^0.2.4:
1595415993
version "0.2.4"
1595515994
resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-0.2.4.tgz#ec3df43c834a207fd7cdefd732b2987896e08511"

0 commit comments

Comments
 (0)