Skip to content

Commit a0e2bdb

Browse files
authored
Merge pull request #238 from anvilco/newhouse/rollback-node-fetch-to-not-warn-about-form-data
roll back node-fetch to not warn about form-data
2 parents f832c9b + 5e3bc79 commit a0e2bdb

File tree

2 files changed

+14
-22
lines changed

2 files changed

+14
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"extract-files": "^11",
5353
"form-data": "^4.0.0",
5454
"limiter": "^2.1.0",
55-
"node-fetch": "^3.3.0"
55+
"node-fetch": "3.0.x"
5656
},
5757
"devDependencies": {
5858
"@babel/core": "^7.18.2",

yarn.lock

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -691,10 +691,10 @@ cross-spawn@^7.0.2:
691691
shebang-command "^2.0.0"
692692
which "^2.0.1"
693693

694-
data-uri-to-buffer@^4.0.0:
695-
version "4.0.1"
696-
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e"
697-
integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==
694+
data-uri-to-buffer@^3.0.1:
695+
version "3.0.1"
696+
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz#594b8973938c5bc2c33046535785341abc4f3636"
697+
integrity sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==
698698

699699
[email protected], debug@^4.1.0, debug@^4.1.1, debug@^4.3.2:
700700
version "4.3.4"
@@ -1157,7 +1157,7 @@ fastq@^1.6.0:
11571157
dependencies:
11581158
reusify "^1.0.4"
11591159

1160-
fetch-blob@^3.1.2, fetch-blob@^3.1.4:
1160+
fetch-blob@^3.1.2:
11611161
version "3.2.0"
11621162
resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
11631163
integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
@@ -1228,13 +1228,6 @@ form-data@^4.0.0:
12281228
combined-stream "^1.0.8"
12291229
mime-types "^2.1.12"
12301230

1231-
formdata-polyfill@^4.0.10:
1232-
version "4.0.10"
1233-
resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
1234-
integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
1235-
dependencies:
1236-
fetch-blob "^3.1.2"
1237-
12381231
fs.realpath@^1.0.0:
12391232
version "1.0.0"
12401233
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
@@ -1896,22 +1889,21 @@ node-domexception@^1.0.0:
18961889
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
18971890
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
18981891

1892+
1893+
version "3.0.0"
1894+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.0.0.tgz#79da7146a520036f2c5f644e4a26095f17e411ea"
1895+
integrity sha512-bKMI+C7/T/SPU1lKnbQbwxptpCrG9ashG+VkytmXCPZyuM9jB6VU+hY0oi4lC8LxTtAeWdckNCTa3nrGsAdA3Q==
1896+
dependencies:
1897+
data-uri-to-buffer "^3.0.1"
1898+
fetch-blob "^3.1.2"
1899+
18991900
node-fetch@^2.6.1:
19001901
version "2.6.7"
19011902
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
19021903
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
19031904
dependencies:
19041905
whatwg-url "^5.0.0"
19051906

1906-
node-fetch@^3.3.0:
1907-
version "3.3.0"
1908-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.0.tgz#37e71db4ecc257057af828d523a7243d651d91e4"
1909-
integrity sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==
1910-
dependencies:
1911-
data-uri-to-buffer "^4.0.0"
1912-
fetch-blob "^3.1.4"
1913-
formdata-polyfill "^4.0.10"
1914-
19151907
node-releases@^2.0.6:
19161908
version "2.0.8"
19171909
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.8.tgz#0f349cdc8fcfa39a92ac0be9bc48b7706292b9ae"

0 commit comments

Comments
 (0)