Skip to content

Commit f8adfca

Browse files
fix(deps): update dependency cross-fetch to v4
1 parent 3c58a1e commit f8adfca

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"url": "[email protected]:decentralized-identity/web-did-resolver.git"
3030
},
3131
"dependencies": {
32-
"cross-fetch": "^3.1.5",
32+
"cross-fetch": "^4.0.0",
3333
"did-resolver": "^4.0.0"
3434
},
3535
"scripts": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3877,10 +3877,10 @@ cosmiconfig@^8.0.0:
38773877
parse-json "^5.0.0"
38783878
path-type "^4.0.0"
38793879

3880-
cross-fetch@^3.1.5:
3881-
version "3.1.8"
3882-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.8.tgz#0327eba65fd68a7d119f8fb2bf9334a1a7956f82"
3883-
integrity sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==
3880+
cross-fetch@^4.0.0:
3881+
version "4.0.0"
3882+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-4.0.0.tgz#f037aef1580bb3a1a35164ea2a848ba81b445983"
3883+
integrity sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==
38843884
dependencies:
38853885
node-fetch "^2.6.12"
38863886

0 commit comments

Comments
 (0)