Skip to content

Commit c3d1de7

Browse files
Update dependency cross-fetch to v4
1 parent f7ccc85 commit c3d1de7

2 files changed

Lines changed: 5 additions & 5 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.2.0",
20+
"cross-fetch": "4.1.0",
2121
"event-target-shim": "^6.0.0",
2222
"serial-fetch": "1.0.0",
2323
"uri-js": "^4.2"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,10 +1049,10 @@ cosmiconfig@8.1.3:
10491049
parse-json "^5.0.0"
10501050
path-type "^4.0.0"
10511051

1052-
cross-fetch@3.2.0:
1053-
version "3.2.0"
1054-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.2.0.tgz#34e9192f53bc757d6614304d9e5e6fb4edb782e3"
1055-
integrity sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q==
1052+
cross-fetch@4.1.0:
1053+
version "4.1.0"
1054+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-4.1.0.tgz#8f69355007ee182e47fa692ecbaa37a52e43c3d2"
1055+
integrity sha512-uKm5PU+MHTootlWEY+mZ4vvXoCn4fLQxT9dSc1sXVMSFkINTJVN8cAQROpwcKm8bJ/c7rgZVIBWzH5T78sNZZw==
10561056
dependencies:
10571057
node-fetch "^2.7.0"
10581058

0 commit comments

Comments
 (0)