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 30, 2024
1 parent b6363a1 commit 8d3de1b
Show file tree
Hide file tree
Showing 7 changed files with 392 additions and 160 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
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"debug": "^4.3.4",
"did-resolver": "^4.1.0",
"dotenv": "^16.4.5",
"ethr-did-resolver": "^10.1.5",
"ethr-did-resolver": "^11.0.0",
"express": "^4.18.2",
"express-handlebars": "^7.1.2",
"fuzzy": "^0.1.3",
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": "^6.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": "^12.0.0",
"@digitalcredentials/vc": "^9.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
2 changes: 1 addition & 1 deletion packages/test-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"buffer": "npm:buffer",
"crypto": "npm:crypto-browserify",
"did-resolver": "^4.1.0",
"ethr-did-resolver": "^10.1.0",
"ethr-did-resolver": "^11.0.0",
"path": "npm:path-browserify",
"process": "npm:process",
"react": "18.2.0",
Expand Down
532 changes: 382 additions & 150 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 8d3de1b

Please sign in to comment.