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

Commit da85802

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 0222a39 commit da85802

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
@@ -162,7 +162,7 @@
162162
"mobx-react": "^6",
163163
"mobx-state-tree": "^3.16.0",
164164
"nanoid": "^3.3.0",
165-
"node-fetch": "^2.6.1",
165+
"node-fetch": "^3.3.0",
166166
"node-sass": "^6.0.1",
167167
"pleasejs": "^0.4.2",
168168
"postcss": "^8.4.6",

yarn.lock

+36-18
Original file line numberDiff line numberDiff line change
@@ -4779,6 +4779,11 @@ dashdash@^1.12.0:
47794779
dependencies:
47804780
assert-plus "^1.0.0"
47814781

4782+
data-uri-to-buffer@^4.0.0:
4783+
version "4.0.1"
4784+
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e"
4785+
integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==
4786+
47824787
data-urls@^3.0.2:
47834788
version "3.0.2"
47844789
resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-3.0.2.tgz#9cf24a477ae22bcef5cd5f6f0bfbc1d2d3be9143"
@@ -5727,6 +5732,14 @@ fb-watchman@^2.0.0:
57275732
dependencies:
57285733
bser "2.1.1"
57295734

5735+
fetch-blob@^3.1.2, fetch-blob@^3.1.4:
5736+
version "3.2.0"
5737+
resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
5738+
integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
5739+
dependencies:
5740+
node-domexception "^1.0.0"
5741+
web-streams-polyfill "^3.0.3"
5742+
57305743
figures@^1.7.0:
57315744
version "1.7.0"
57325745
resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e"
@@ -5860,6 +5873,13 @@ form-data@~2.3.2:
58605873
combined-stream "^1.0.6"
58615874
mime-types "^2.1.12"
58625875

5876+
formdata-polyfill@^4.0.10:
5877+
version "4.0.10"
5878+
resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
5879+
integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
5880+
dependencies:
5881+
fetch-blob "^3.1.2"
5882+
58635883
58645884
version "0.2.0"
58655885
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
@@ -7922,11 +7942,19 @@ no-case@^3.0.4:
79227942
lower-case "^2.0.2"
79237943
tslib "^2.0.3"
79247944

7925-
node-fetch@^2.6.1:
7926-
version "2.6.7"
7927-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
7945+
node-domexception@^1.0.0:
7946+
version "1.0.0"
7947+
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
7948+
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
7949+
7950+
node-fetch@^3.3.0:
7951+
version "3.3.0"
7952+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.0.tgz#37e71db4ecc257057af828d523a7243d651d91e4"
7953+
integrity sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==
79287954
dependencies:
7929-
whatwg-url "^5.0.0"
7955+
data-uri-to-buffer "^4.0.0"
7956+
fetch-blob "^3.1.4"
7957+
formdata-polyfill "^4.0.10"
79307958

79317959
node-forge@^1.2.0:
79327960
version "1.2.1"
@@ -10775,10 +10803,6 @@ tr46@^3.0.0:
1077510803
dependencies:
1077610804
punycode "^2.1.1"
1077710805

10778-
tr46@~0.0.3:
10779-
version "0.0.3"
10780-
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
10781-
1078210806
trim-newlines@^3.0.0:
1078310807
version "3.0.1"
1078410808
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
@@ -11108,9 +11132,10 @@ wcwidth@^1.0.1:
1110811132
dependencies:
1110911133
defaults "^1.0.3"
1111011134

11111-
webidl-conversions@^3.0.0:
11112-
version "3.0.1"
11113-
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
11135+
web-streams-polyfill@^3.0.3:
11136+
version "3.2.1"
11137+
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
11138+
integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
1111411139

1111511140
webidl-conversions@^7.0.0:
1111611141
version "7.0.0"
@@ -11258,13 +11283,6 @@ whatwg-url@^11.0.0:
1125811283
tr46 "^3.0.0"
1125911284
webidl-conversions "^7.0.0"
1126011285

11261-
whatwg-url@^5.0.0:
11262-
version "5.0.0"
11263-
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
11264-
dependencies:
11265-
tr46 "~0.0.3"
11266-
webidl-conversions "^3.0.0"
11267-
1126811286
which-boxed-primitive@^1.0.2:
1126911287
version "1.0.2"
1127011288
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"

0 commit comments

Comments
 (0)