Skip to content

Commit

Permalink
fix(deps): Update did-vc-libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 23, 2024
1 parent d3daa4a commit ba966d5
Show file tree
Hide file tree
Showing 4 changed files with 741 additions and 1,668 deletions.
2 changes: 1 addition & 1 deletion packages/core-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
},
"dependencies": {
"credential-status": "^2.0.5",
"credential-status": "^3.0.0",
"debug": "^4.3.3",
"did-jwt-vc": "^4.0.0",
"did-resolver": "^4.1.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/credential-ld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
}
},
"dependencies": {
"@digitalcredentials/ed25519-signature-2020": "^3.0.2",
"@digitalcredentials/ed25519-signature-2020": "^4.0.0",
"@digitalcredentials/ed25519-verification-key-2020": "^4.0.0",
"@digitalcredentials/jsonld": "^6.0.0",
"@digitalcredentials/jsonld-signatures": "^9.3.2",
"@digitalcredentials/vc": "^6.0.0",
"@digitalcredentials/jsonld-signatures": "^10.0.0",
"@digitalcredentials/vc": "^7.0.0",
"@transmute/credentials-context": "^0.7.0-unstable.81",
"@transmute/ed25519-signature-2018": "^0.7.0-unstable.81",
"@transmute/json-web-signature": "^0.7.0-unstable.81",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@ipld/dag-pb": "^4.0.5",
"@noble/curves": "^1.1.0",
"@veramo/core-types": "workspace:^",
"credential-status": "^2.0.5",
"credential-status": "^3.0.0",
"cross-fetch": "^4.0.0",
"debug": "^4.3.3",
"did-jwt": "^8.0.0",
Expand Down
Loading

0 comments on commit ba966d5

Please sign in to comment.