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] authored Sep 4, 2024
1 parent d601338 commit 866ee4c
Show file tree
Hide file tree
Showing 5 changed files with 469 additions and 149 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
"resolutions": {
"@types/eslint": "^8.4.6",
"jsonld": "npm:@digitalcredentials/jsonld@^6.0.0"
"jsonld": "npm:@digitalcredentials/jsonld@^9.0.0"
},
"engines": {
"node": ">= 18.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/credential-ld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"extract-api": "node ../cli/bin/veramo.js dev extract-api"
},
"dependencies": {
"@digitalcredentials/ed25519-signature-2020": "^4.0.0",
"@digitalcredentials/ed25519-signature-2020": "^5.0.0",
"@digitalcredentials/ed25519-verification-key-2020": "^4.0.0",
"@digitalcredentials/jsonld": "^6.0.0",
"@digitalcredentials/jsonld-signatures": "^10.0.0",
"@digitalcredentials/vc": "^7.0.0",
"@digitalcredentials/jsonld": "^9.0.0",
"@digitalcredentials/jsonld-signatures": "^11.0.0",
"@digitalcredentials/vc": "^8.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 All @@ -30,7 +30,7 @@
},
"resolutions": {
"@types/react": "18.2.20",
"jsonld": "npm:@digitalcredentials/jsonld@^6.0.0"
"jsonld": "npm:@digitalcredentials/jsonld@^9.0.0"
},
"devDependencies": {
"@types/debug": "4.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-key/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"typescript": "5.3.3"
},
"resolutions": {
"jsonld": "npm:@digitalcredentials/jsonld@^6.0.0"
"jsonld": "npm:@digitalcredentials/jsonld@^9.0.0"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-peer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"typescript": "5.3.3"
},
"resolutions": {
"jsonld": "npm:@digitalcredentials/jsonld@^6.0.0"
"jsonld": "npm:@digitalcredentials/jsonld@^9.0.0"
},
"files": [
"build/**/*",
Expand Down
Loading

0 comments on commit 866ee4c

Please sign in to comment.