Skip to content

Commit

Permalink
fix(deps): update dependency uuid to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 2, 2024
1 parent 925fd81 commit 27276ec
Show file tree
Hide file tree
Showing 8 changed files with 736 additions and 441 deletions.
2 changes: 1 addition & 1 deletion packages/credential-w3c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"did-jwt": "^8.0.0",
"did-jwt-vc": "^4.0.0",
"did-resolver": "^4.1.0",
"uuid": "^9.0.0"
"uuid": "^10.0.0"
},
"optionalDependencies": {
"@veramo/credential-ld": "^6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/data-store-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@veramo/utils": "workspace:^",
"debug": "^4.3.3",
"did-jwt-vc": "^4.0.0",
"uuid": "^9.0.0"
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/debug": "4.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"debug": "^4.3.3",
"did-jwt-vc": "^4.0.0",
"typeorm": "^0.3.17",
"uuid": "^9.0.0"
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/debug": "4.1.8",
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 @@ -32,7 +32,7 @@
"did-jwt": "^8.0.0",
"did-resolver": "^4.1.0",
"isomorphic-webcrypto": "^2.3.8",
"uuid": "^9.0.0"
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/debug": "4.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/key-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"did-jwt": "^8.0.0",
"ethers": "^6.11.1",
"uint8arrays": "^4.0.6",
"uuid": "^9.0.0"
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/debug": "4.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/mediation-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@veramo/core-types": "workspace:^",
"@veramo/kv-store": "workspace:^",
"debug": "^4.3.4",
"uuid": "^9.0.0"
"uuid": "^10.0.0"
},
"devDependencies": {
"eslint": "8.56.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/selective-disclosure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@veramo/utils": "workspace:^",
"debug": "^4.3.3",
"did-jwt": "^8.0.0",
"uuid": "^9.0.0"
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/debug": "4.1.8",
Expand Down
Loading

0 comments on commit 27276ec

Please sign in to comment.