Skip to content

Commit 8069481

Browse files
Update dependency cross-fetch to v4
1 parent 54b1754 commit 8069481

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"abort-controller": "^3.0.0",
20-
"cross-fetch": "3.1.7",
20+
"cross-fetch": "4.0.0",
2121
"event-target-shim": "^6.0.0",
2222
"serial-fetch": "1.0.0",
2323
"uri-js": "^4.2"

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -956,12 +956,12 @@ cosmiconfig@8.1.3:
956956
parse-json "^5.0.0"
957957
path-type "^4.0.0"
958958

959-
cross-fetch@3.1.7:
960-
version "3.1.7"
961-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.7.tgz#5f5a1e97021f427166fed50f86d48fc70bcd916e"
962-
integrity sha512-Ff9FKeIMm0Rx1o8TEV87bTK5M232akt7uSAYrSTU/QA/W6Jj9P+fWn1mxGgl+dwDzpFoAY35OIS2SJXA8WEWKA==
959+
cross-fetch@4.0.0:
960+
version "4.0.0"
961+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-4.0.0.tgz#f037aef1580bb3a1a35164ea2a848ba81b445983"
962+
integrity sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==
963963
dependencies:
964-
node-fetch "2.6.12"
964+
node-fetch "^2.6.12"
965965

966966
cross-spawn@^7.0.2, cross-spawn@^7.0.3:
967967
version "7.0.3"
@@ -3258,13 +3258,6 @@ node-domexception@^1.0.0:
32583258
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
32593259
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
32603260

3261-
node-fetch@2.6.12:
3262-
version "2.6.12"
3263-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.12.tgz#02eb8e22074018e3d5a83016649d04df0e348fba"
3264-
integrity sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==
3265-
dependencies:
3266-
whatwg-url "^5.0.0"
3267-
32683261
node-fetch@3.3.1:
32693262
version "3.3.1"
32703263
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.1.tgz#b3eea7b54b3a48020e46f4f88b9c5a7430d20b2e"
@@ -3274,6 +3267,13 @@ node-fetch@3.3.1:
32743267
fetch-blob "^3.1.4"
32753268
formdata-polyfill "^4.0.10"
32763269

3270+
node-fetch@^2.6.12:
3271+
version "2.6.12"
3272+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.12.tgz#02eb8e22074018e3d5a83016649d04df0e348fba"
3273+
integrity sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==
3274+
dependencies:
3275+
whatwg-url "^5.0.0"
3276+
32773277
node-fetch@^2.6.7:
32783278
version "2.6.7"
32793279
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"

0 commit comments

Comments
 (0)