Skip to content

Commit

Permalink
fix(deps): update dependency did-jwt to v5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Oct 23, 2021
1 parent e31a4be commit b9af0af
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/did-comm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@veramo/message-handler": "^3.0.0",
"cross-fetch": "^3.1.4",
"debug": "^4.1.1",
"did-jwt": "5.8.0",
"did-jwt": "5.9.0",
"did-resolver": "^3.1.0",
"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 @@ -12,7 +12,7 @@
"@veramo/core": "^3.0.0",
"@veramo/message-handler": "^3.0.0",
"debug": "^4.1.1",
"did-jwt": "5.8.0",
"did-jwt": "5.9.0",
"did-resolver": "3.1.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/kms-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@veramo/key-manager": "^3.0.0",
"base-58": "^0.0.1",
"debug": "^4.1.1",
"did-jwt": "5.8.0",
"did-jwt": "5.9.0",
"uint8arrays": "^3.0.0"
},
"devDependencies": {
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 @@ -21,7 +21,7 @@
"@veramo/message-handler": "^3.0.0",
"blakejs": "^1.1.0",
"debug": "^4.1.1",
"did-jwt": "5.8.0"
"did-jwt": "5.9.0"
},
"devDependencies": {
"@types/debug": "4.1.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4265,10 +4265,10 @@ [email protected]:
did-jwt "^5.7.0"
did-resolver "^3.1.0"

did-jwt@5.8.0:
version "5.8.0"
resolved "https://registry.yarnpkg.com/did-jwt/-/did-jwt-5.8.0.tgz#4393a3b985a774327e7c121774179f5c0f174719"
integrity sha512-DTSxqBKds2h5mBaAIBGfMDF/WJAwfoGB3+/BBTVEQYybJazTrf2A64kBK3V7QhzRmCrd5xY0gwjZG9cMQ8CkKg==
did-jwt@5.9.0:
version "5.9.0"
resolved "https://registry.yarnpkg.com/did-jwt/-/did-jwt-5.9.0.tgz#d156582940fcf38d9a78fe7bb34bc28737095dd0"
integrity sha512-vJCxSL5nZmqchGwh0hFFeGUkIi0FgZGWSB3Usa6zGT1SgvV46IPQlr9eqksD68Epf0Ov6qP6t4wvdbHrmUSFig==
dependencies:
"@stablelib/ed25519" "^1.0.2"
"@stablelib/random" "^1.0.1"
Expand Down

0 comments on commit b9af0af

Please sign in to comment.