Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 368ae01

Browse files
chore: bump node-fetch from 2.6.7 to 3.3.0
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.7 to 3.3.0. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.7...v3.3.0) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b9156c commit 368ae01

File tree

2 files changed

+37
-19
lines changed

2 files changed

+37
-19
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"mobx-react": "^6",
192192
"mobx-state-tree": "^3.16.0",
193193
"nanoid": "^3.3.0",
194-
"node-fetch": "^2.6.1",
194+
"node-fetch": "^3.3.0",
195195
"node-sass": "^6.0.1",
196196
"pleasejs": "^0.4.2",
197197
"postcss": "^8.4.6",

Diff for: yarn.lock

+36-18
Original file line numberDiff line numberDiff line change
@@ -4128,6 +4128,11 @@ dashdash@^1.12.0:
41284128
dependencies:
41294129
assert-plus "^1.0.0"
41304130

4131+
data-uri-to-buffer@^4.0.0:
4132+
version "4.0.0"
4133+
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz#b5db46aea50f6176428ac05b73be39a57701a64b"
4134+
integrity sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==
4135+
41314136
data-urls@^2.0.0:
41324137
version "2.0.0"
41334138
resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-2.0.0.tgz#156485a72963a970f5d5821aaf642bef2bf2db9b"
@@ -4953,6 +4958,14 @@ fb-watchman@^2.0.0:
49534958
dependencies:
49544959
bser "2.1.1"
49554960

4961+
fetch-blob@^3.1.2, fetch-blob@^3.1.4:
4962+
version "3.2.0"
4963+
resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
4964+
integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
4965+
dependencies:
4966+
node-domexception "^1.0.0"
4967+
web-streams-polyfill "^3.0.3"
4968+
49564969
figures@^1.7.0:
49574970
version "1.7.0"
49584971
resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e"
@@ -5066,6 +5079,13 @@ form-data@~2.3.2:
50665079
combined-stream "^1.0.6"
50675080
mime-types "^2.1.12"
50685081

5082+
formdata-polyfill@^4.0.10:
5083+
version "4.0.10"
5084+
resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
5085+
integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
5086+
dependencies:
5087+
fetch-blob "^3.1.2"
5088+
50695089
50705090
version "0.2.0"
50715091
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
@@ -7046,11 +7066,19 @@ no-case@^3.0.4:
70467066
lower-case "^2.0.2"
70477067
tslib "^2.0.3"
70487068

7049-
node-fetch@^2.6.1:
7050-
version "2.6.7"
7051-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
7069+
node-domexception@^1.0.0:
7070+
version "1.0.0"
7071+
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
7072+
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
7073+
7074+
node-fetch@^3.3.0:
7075+
version "3.3.0"
7076+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.0.tgz#37e71db4ecc257057af828d523a7243d651d91e4"
7077+
integrity sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==
70527078
dependencies:
7053-
whatwg-url "^5.0.0"
7079+
data-uri-to-buffer "^4.0.0"
7080+
fetch-blob "^3.1.4"
7081+
formdata-polyfill "^4.0.10"
70547082

70557083
node-forge@^1.2.0:
70567084
version "1.2.1"
@@ -9747,10 +9775,6 @@ tr46@^2.1.0:
97479775
dependencies:
97489776
punycode "^2.1.1"
97499777

9750-
tr46@~0.0.3:
9751-
version "0.0.3"
9752-
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
9753-
97549778
trim-newlines@^3.0.0:
97559779
version "3.0.1"
97569780
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
@@ -10046,9 +10070,10 @@ wcwidth@^1.0.1:
1004610070
dependencies:
1004710071
defaults "^1.0.3"
1004810072

10049-
webidl-conversions@^3.0.0:
10050-
version "3.0.1"
10051-
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
10073+
web-streams-polyfill@^3.0.3:
10074+
version "3.2.1"
10075+
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
10076+
integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
1005210077

1005310078
webidl-conversions@^5.0.0:
1005410079
version "5.0.0"
@@ -10189,13 +10214,6 @@ whatwg-mimetype@^2.3.0:
1018910214
version "2.3.0"
1019010215
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
1019110216

10192-
whatwg-url@^5.0.0:
10193-
version "5.0.0"
10194-
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
10195-
dependencies:
10196-
tr46 "~0.0.3"
10197-
webidl-conversions "^3.0.0"
10198-
1019910217
whatwg-url@^8.0.0, whatwg-url@^8.5.0:
1020010218
version "8.7.0"
1020110219
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.7.0.tgz#656a78e510ff8f3937bc0bcbe9f5c0ac35941b77"

0 commit comments

Comments
 (0)