Skip to content

Commit

Permalink
fix(deps): Update dependency web-did-resolver to v2.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 3, 2023
1 parent 76f17f9 commit db69871
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2375,11 +2375,11 @@ cross-env@^7.0.3:
cross-spawn "^7.0.1"

cross-fetch@^3.1.5:
version "3.1.7"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.7.tgz#5f5a1e97021f427166fed50f86d48fc70bcd916e"
integrity sha512-Ff9FKeIMm0Rx1o8TEV87bTK5M232akt7uSAYrSTU/QA/W6Jj9P+fWn1mxGgl+dwDzpFoAY35OIS2SJXA8WEWKA==
version "3.1.8"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.8.tgz#0327eba65fd68a7d119f8fb2bf9334a1a7956f82"
integrity sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==
dependencies:
node-fetch "2.6.12"
node-fetch "^2.6.12"

cross-spawn@^7.0.1, cross-spawn@^7.0.3:
version "7.0.3"
Expand Down Expand Up @@ -4762,7 +4762,7 @@ node-emoji@^1.11.0:
dependencies:
lodash "^4.17.21"

node-fetch@2.6.12:
node-fetch@^2.6.12:
version "2.6.12"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.12.tgz#02eb8e22074018e3d5a83016649d04df0e348fba"
integrity sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==
Expand Down Expand Up @@ -6503,9 +6503,9 @@ wcwidth@^1.0.0:
defaults "^1.0.3"

web-did-resolver@^2.0.21:
version "2.0.25"
resolved "https://registry.yarnpkg.com/web-did-resolver/-/web-did-resolver-2.0.25.tgz#ce04dbc5e326c915040fd912199177ca49121a85"
integrity sha512-4UOsZ+qkkkUbqtGBgAiLemgvHRvsfOwOApeIQWqw7xGaDq0MDAI2GNCF79vp0oBoxX5dIakDRzXW5BMdrkTgOQ==
version "2.0.26"
resolved "https://registry.yarnpkg.com/web-did-resolver/-/web-did-resolver-2.0.26.tgz#b800a6951984a5c9360b528e2d7176ef8b0d45ac"
integrity sha512-LSNb8+/64vPhFHQegPsPjvHNg5wJtqQIABZSEG0Mk2ugD+yHMMtTLhYV5ZD+/8x6q5FJdcRk7h76ifBfRL3iig==
dependencies:
cross-fetch "^3.1.5"
did-resolver "^4.0.0"
Expand Down

0 comments on commit db69871

Please sign in to comment.