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

Commit 929bf59

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 a75b52f commit 929bf59

File tree

2 files changed

+37
-19
lines changed

2 files changed

+37
-19
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"mobx-react": "^6",
162162
"mobx-state-tree": "^3.16.0",
163163
"nanoid": "^3.3.0",
164-
"node-fetch": "^2.6.1",
164+
"node-fetch": "^3.3.0",
165165
"node-sass": "^6.0.1",
166166
"pleasejs": "^0.4.2",
167167
"postcss": "^8.4.6",

yarn.lock

+36-18
Original file line numberDiff line numberDiff line change
@@ -4822,6 +4822,11 @@ dashdash@^1.12.0:
48224822
dependencies:
48234823
assert-plus "^1.0.0"
48244824

4825+
data-uri-to-buffer@^4.0.0:
4826+
version "4.0.1"
4827+
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e"
4828+
integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==
4829+
48254830
data-urls@^3.0.2:
48264831
version "3.0.2"
48274832
resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-3.0.2.tgz#9cf24a477ae22bcef5cd5f6f0bfbc1d2d3be9143"
@@ -5774,6 +5779,14 @@ fb-watchman@^2.0.0:
57745779
dependencies:
57755780
bser "2.1.1"
57765781

5782+
fetch-blob@^3.1.2, fetch-blob@^3.1.4:
5783+
version "3.2.0"
5784+
resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
5785+
integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
5786+
dependencies:
5787+
node-domexception "^1.0.0"
5788+
web-streams-polyfill "^3.0.3"
5789+
57775790
figures@^1.7.0:
57785791
version "1.7.0"
57795792
resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e"
@@ -5902,6 +5915,13 @@ form-data@~2.3.2:
59025915
combined-stream "^1.0.6"
59035916
mime-types "^2.1.12"
59045917

5918+
formdata-polyfill@^4.0.10:
5919+
version "4.0.10"
5920+
resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
5921+
integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
5922+
dependencies:
5923+
fetch-blob "^3.1.2"
5924+
59055925
59065926
version "0.2.0"
59075927
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
@@ -8006,11 +8026,19 @@ no-case@^3.0.4:
80068026
lower-case "^2.0.2"
80078027
tslib "^2.0.3"
80088028

8009-
node-fetch@^2.6.1:
8010-
version "2.6.7"
8011-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
8029+
node-domexception@^1.0.0:
8030+
version "1.0.0"
8031+
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
8032+
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
8033+
8034+
node-fetch@^3.3.0:
8035+
version "3.3.0"
8036+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.0.tgz#37e71db4ecc257057af828d523a7243d651d91e4"
8037+
integrity sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==
80128038
dependencies:
8013-
whatwg-url "^5.0.0"
8039+
data-uri-to-buffer "^4.0.0"
8040+
fetch-blob "^3.1.4"
8041+
formdata-polyfill "^4.0.10"
80148042

80158043
node-forge@^1.2.0:
80168044
version "1.2.1"
@@ -10873,10 +10901,6 @@ tr46@^3.0.0:
1087310901
dependencies:
1087410902
punycode "^2.1.1"
1087510903

10876-
tr46@~0.0.3:
10877-
version "0.0.3"
10878-
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
10879-
1088010904
trim-newlines@^3.0.0:
1088110905
version "3.0.1"
1088210906
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
@@ -11214,9 +11238,10 @@ wcwidth@^1.0.1:
1121411238
dependencies:
1121511239
defaults "^1.0.3"
1121611240

11217-
webidl-conversions@^3.0.0:
11218-
version "3.0.1"
11219-
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
11241+
web-streams-polyfill@^3.0.3:
11242+
version "3.2.1"
11243+
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
11244+
integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
1122011245

1122111246
webidl-conversions@^7.0.0:
1122211247
version "7.0.0"
@@ -11364,13 +11389,6 @@ whatwg-url@^11.0.0:
1136411389
tr46 "^3.0.0"
1136511390
webidl-conversions "^7.0.0"
1136611391

11367-
whatwg-url@^5.0.0:
11368-
version "5.0.0"
11369-
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
11370-
dependencies:
11371-
tr46 "~0.0.3"
11372-
webidl-conversions "^3.0.0"
11373-
1137411392
which-boxed-primitive@^1.0.2:
1137511393
version "1.0.2"
1137611394
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"

0 commit comments

Comments
 (0)