Skip to content

Commit e1092c7

Browse files
Update dependency cross-fetch to v4
1 parent f7ea43f commit e1092c7

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
@@ -1104,10 +1104,10 @@ cosmiconfig@8.1.3:
11041104
parse-json "^5.0.0"
11051105
path-type "^4.0.0"
11061106

1107-
cross-fetch@3.2.0:
1108-
version "3.2.0"
1109-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.2.0.tgz#34e9192f53bc757d6614304d9e5e6fb4edb782e3"
1110-
integrity sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q==
1107+
cross-fetch@4.1.0:
1108+
version "4.1.0"
1109+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-4.1.0.tgz#8f69355007ee182e47fa692ecbaa37a52e43c3d2"
1110+
integrity sha512-uKm5PU+MHTootlWEY+mZ4vvXoCn4fLQxT9dSc1sXVMSFkINTJVN8cAQROpwcKm8bJ/c7rgZVIBWzH5T78sNZZw==
11111111
dependencies:
11121112
node-fetch "^2.7.0"
11131113

0 commit comments

Comments
 (0)