Skip to content

Commit

Permalink
chore(deps): bump did-jwt to 6.3.0 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickreynolds authored Aug 10, 2022
1 parent d47e1a6 commit d7e6e23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"typescript": "4.5.4"
},
"dependencies": {
"did-jwt": "^6.1.2",
"did-jwt": "^6.3.0",
"did-resolver": "^4.0.0"
}
}
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3332,10 +3332,10 @@ dezalgo@^1.0.0:
asap "^2.0.0"
wrappy "1"

did-jwt@^6.1.2:
version "6.1.2"
resolved "https://registry.yarnpkg.com/did-jwt/-/did-jwt-6.1.2.tgz#adef6c3264ae4bcecac5d2cab5de8f3a3024ca03"
integrity sha512-OkXsk5zUi2uwSWh2WiaGCLEPKon9HDfMT3mmUp0r7jFgyNWiEFTP9oCLYJq/SaVkKRZsImehrnd0+Ku9ivUvsw==
did-jwt@^6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/did-jwt/-/did-jwt-6.3.0.tgz#6c7380a69fff97f95101ce03519fd34c0ee43594"
integrity sha512-kvwCDY6KZJZn9/LK+X4Co+X1brnZWr6fnP1NRVReTgSPFyA+20oZ+VCsmSnzzYUoPkQ/Pl54uOMlmRw69z5zBg==
dependencies:
"@stablelib/ed25519" "^1.0.2"
"@stablelib/random" "^1.0.1"
Expand All @@ -3344,17 +3344,12 @@ did-jwt@^6.1.2:
"@stablelib/xchacha20poly1305" "^1.0.1"
bech32 "^2.0.0"
canonicalize "^1.0.8"
did-resolver "^3.2.2"
did-resolver "^4.0.0"
elliptic "^6.5.4"
js-sha3 "^0.8.0"
multiformats "^9.6.5"
uint8arrays "^3.0.0"

did-resolver@^3.2.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/did-resolver/-/did-resolver-3.2.2.tgz#6f4e252a810f785d1b28a10265fad6dffee25158"
integrity sha512-Eeo2F524VM5N3W4GwglZrnul2y6TLTwMQP3In62JdG34NZoqihYyOZLk+5wUW8sSgvIYIcJM8Dlt3xsdKZZ3tg==

did-resolver@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/did-resolver/-/did-resolver-4.0.0.tgz#fc8f657b4cd7f44c2921051fb046599fbe7d4b31"
Expand Down

0 comments on commit d7e6e23

Please sign in to comment.