Skip to content

Commit

Permalink
fix(deps): update did-libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jun 9, 2022
1 parent ea4966a commit 219cde2
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"cross-fetch": "^3.1.4",
"date-fns": "^2.28.0",
"debug": "^4.3.3",
"did-resolver": "3.2.0",
"did-resolver": "3.2.2",
"dotenv": "^16.0.0",
"ethr-did-resolver": "^5.0.4",
"express": "^4.17.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-ld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@veramo/did-resolver": "^3.1.0",
"@veramo/utils": "^3.1.0",
"debug": "^4.3.3",
"did-resolver": "3.2.0",
"did-resolver": "3.2.2",
"uint8arrays": "^3.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@veramo/core": "^3.1.0",
"credential-status": "^2.0.2",
"did-jwt": "^5.12.4",
"did-resolver": "3.2.0"
"did-resolver": "3.2.2"
},
"devDependencies": {
"@types/debug": "4.1.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-w3c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@veramo/utils": "^3.1.4",
"debug": "^4.3.3",
"did-jwt-vc": "^2.1.9",
"did-resolver": "3.2.0",
"did-resolver": "3.2.2",
"uint8arrays": "^3.0.0",
"uuid": "^8.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/did-comm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"cross-fetch": "^3.1.4",
"debug": "^4.3.3",
"did-jwt": "^5.12.3",
"did-resolver": "3.2.0",
"did-resolver": "3.2.2",
"uint8arrays": "3.0.0",
"uuid": "^8.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/did-jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@veramo/message-handler": "^3.1.4",
"debug": "^4.3.3",
"did-jwt": "^5.12.3",
"did-resolver": "3.2.0"
"did-resolver": "3.2.2"
},
"devDependencies": {
"@types/debug": "4.1.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"@veramo/url-handler": "^3.1.0",
"@veramo/utils": "^3.1.0",
"crypto": "npm:crypto-browserify",
"did-resolver": "3.2.0",
"did-resolver": "3.2.2",
"ethr-did-resolver": "5.0.4",
"react": "18.1.0",
"react-dom": "18.1.0",
"stream": "npm:stream-browserify",
"typeorm": "0.3.6",
"web-did-resolver": "2.0.16",
"web-did-resolver": "2.0.18",
"web-vitals": "2.1.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@veramo/did-manager": "^3.1.0",
"@veramo/key-manager": "^3.1.0",
"@veramo/utils": "^3.1.0",
"did-resolver": "3.2.0"
"did-resolver": "3.2.2"
},
"devDependencies": {
"typescript": "4.7.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"debug": "^4.3.3",
"did-jwt": "^5.12.3",
"did-jwt-vc": "^2.1.9",
"did-resolver": "3.2.0",
"did-resolver": "3.2.2",
"uint8arrays": "^3.0.0",
"uuid": "^8.3.0"
},
Expand Down
17 changes: 10 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7153,7 +7153,7 @@ credentials-context@^2.0.0:
resolved "https://registry.yarnpkg.com/credentials-context/-/credentials-context-2.0.0.tgz#68a9a1a88850c398d3bba4976c8490530af093e8"
integrity sha512-/mFKax6FK26KjgV2KW2D4YqKgoJ5DVJpNt87X2Jc9IxT2HBMy7nEIlc+n7pEi+YFFe721XqrvZPd+jbyyBjsvQ==

[email protected]:
[email protected], cross-fetch@^3.1.5:
version "3.1.5"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
Expand Down Expand Up @@ -7743,12 +7743,7 @@ did-jwt@^5.12.4:
multiformats "^9.4.10"
uint8arrays "^3.0.0"

[email protected]:
version "3.2.0"
resolved "https://registry.yarnpkg.com/did-resolver/-/did-resolver-3.2.0.tgz#b89edd0dd70ad6f1c65ca1285472e021c2239707"
integrity sha512-8YiTRitfGt9hJYDIzjc254gXgJptO4zq6Q2BMZMNqkbCf9EFkV6BD4QIh5BUF4YjBglBgJY+duQRzO3UZAlZsw==

[email protected]:
[email protected], did-resolver@^3.2.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/did-resolver/-/did-resolver-3.2.2.tgz#6f4e252a810f785d1b28a10265fad6dffee25158"
integrity sha512-Eeo2F524VM5N3W4GwglZrnul2y6TLTwMQP3In62JdG34NZoqihYyOZLk+5wUW8sSgvIYIcJM8Dlt3xsdKZZ3tg==
Expand Down Expand Up @@ -17481,6 +17476,14 @@ [email protected]:
cross-fetch "^3.1.2"
did-resolver "^3.1.5"

[email protected]:
version "2.0.18"
resolved "https://registry.yarnpkg.com/web-did-resolver/-/web-did-resolver-2.0.18.tgz#d31c737808c66e10bb9c4fea04a6f7ed19d96c4f"
integrity sha512-6jVQMbsNdzsRqnkEPKPfnfFY0IUJjt9LKy6h+tzjc9NhgI6MQWuvZf8ouGBw7W9qDvlAtHY+lrk6OEatjPJGZA==
dependencies:
cross-fetch "^3.1.5"
did-resolver "^3.2.2"

web-did-resolver@^2.0.12:
version "2.0.12"
resolved "https://registry.yarnpkg.com/web-did-resolver/-/web-did-resolver-2.0.12.tgz#3413b988c2ab9d52378be7aa22ef457d70c48e21"
Expand Down

0 comments on commit 219cde2

Please sign in to comment.