Skip to content

Commit 12e415c

Browse files
chore(deps): bump node-fetch from 2.6.7 to 3.2.10
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.7 to 3.2.10. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.7...v3.2.10) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b3861db commit 12e415c

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"graphql-tools": "^7.0.5",
3232
"jsonwebtoken": "^8.5.1",
3333
"mamushi": "^2.0.0",
34-
"node-fetch": "^2.6.0",
34+
"node-fetch": "^3.2.10",
3535
"open": "^8.4.0",
3636
"url": "^0.11.0"
3737
},

yarn.lock

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3092,6 +3092,11 @@ currently-unhandled@^0.4.1:
30923092
dependencies:
30933093
array-find-index "^1.0.1"
30943094

3095+
data-uri-to-buffer@^4.0.0:
3096+
version "4.0.0"
3097+
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz#b5db46aea50f6176428ac05b73be39a57701a64b"
3098+
integrity sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==
3099+
30953100
30963101
version "2.0.0"
30973102
resolved "https://registry.yarnpkg.com/dataloader/-/dataloader-2.0.0.tgz#41eaf123db115987e21ca93c005cd7753c55fe6f"
@@ -3787,6 +3792,14 @@ fbjs@^3.0.0:
37873792
setimmediate "^1.0.5"
37883793
ua-parser-js "^0.7.30"
37893794

3795+
fetch-blob@^3.1.2, fetch-blob@^3.1.4:
3796+
version "3.2.0"
3797+
resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
3798+
integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
3799+
dependencies:
3800+
node-domexception "^1.0.0"
3801+
web-streams-polyfill "^3.0.3"
3802+
37903803
figures@^2.0.0:
37913804
version "2.0.0"
37923805
resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962"
@@ -3913,6 +3926,13 @@ form-data@^3.0.0:
39133926
combined-stream "^1.0.8"
39143927
mime-types "^2.1.12"
39153928

3929+
formdata-polyfill@^4.0.10:
3930+
version "4.0.10"
3931+
resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
3932+
integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
3933+
dependencies:
3934+
fetch-blob "^3.1.2"
3935+
39163936
39173937
version "0.2.0"
39183938
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
@@ -5910,6 +5930,11 @@ no-case@^3.0.4:
59105930
lower-case "^2.0.2"
59115931
tslib "^2.0.3"
59125932

5933+
node-domexception@^1.0.0:
5934+
version "1.0.0"
5935+
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
5936+
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
5937+
59135938
node-emoji@^1.11.0:
59145939
version "1.11.0"
59155940
resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-1.11.0.tgz#69a0150e6946e2f115e9d7ea4df7971e2628301c"
@@ -5922,13 +5947,22 @@ [email protected]:
59225947
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
59235948
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
59245949

5925-
[email protected], node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.7:
5950+
[email protected], node-fetch@^2.6.1, node-fetch@^2.6.7:
59265951
version "2.6.7"
59275952
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
59285953
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
59295954
dependencies:
59305955
whatwg-url "^5.0.0"
59315956

5957+
node-fetch@^3.2.10:
5958+
version "3.2.10"
5959+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.10.tgz#e8347f94b54ae18b57c9c049ef641cef398a85c8"
5960+
integrity sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==
5961+
dependencies:
5962+
data-uri-to-buffer "^4.0.0"
5963+
fetch-blob "^3.1.4"
5964+
formdata-polyfill "^4.0.10"
5965+
59325966
node-gyp@^9.0.0, node-gyp@^9.1.0:
59335967
version "9.3.0"
59345968
resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-9.3.0.tgz#f8eefe77f0ad8edb3b3b898409b53e697642b319"
@@ -8325,6 +8359,11 @@ wcwidth@^1.0.0, wcwidth@^1.0.1:
83258359
dependencies:
83268360
defaults "^1.0.3"
83278361

8362+
web-streams-polyfill@^3.0.3:
8363+
version "3.2.1"
8364+
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
8365+
integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
8366+
83288367
webidl-conversions@^3.0.0:
83298368
version "3.0.1"
83308369
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"

0 commit comments

Comments
 (0)