Skip to content

Commit

Permalink
fix(deps): update dependency did-jwt to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 4, 2022
1 parent 435e4d2 commit 1797d83
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/credential-status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@veramo/core": "^3.1.0",
"credential-status": "^2.0.2",
"did-jwt": "^5.12.4",
"did-jwt": "^6.0.0",
"did-resolver": "3.2.0"
},
"devDependencies": {
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 @@ -21,7 +21,7 @@
"@veramo/utils": "^3.1.4",
"cross-fetch": "^3.1.4",
"debug": "^4.3.3",
"did-jwt": "^5.12.3",
"did-jwt": "^6.0.0",
"did-resolver": "3.2.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.1.4",
"@veramo/message-handler": "^3.1.4",
"debug": "^4.3.3",
"did-jwt": "^5.12.3",
"did-jwt": "^6.0.0",
"did-resolver": "3.2.0"
},
"devDependencies": {
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 @@ -14,7 +14,7 @@
"@ethersproject/transactions": "5.6.2",
"@stablelib/ed25519": "^1.0.2",
"@veramo/core": "^3.1.4",
"did-jwt": "^5.12.3",
"did-jwt": "^6.0.0",
"uint8arrays": "3.0.0",
"uuid": "^8.3.2"
},
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.1.4",
"base-58": "^0.0.1",
"debug": "^4.3.3",
"did-jwt": "^5.12.3",
"did-jwt": "^6.0.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 @@ -19,7 +19,7 @@
"@veramo/did-jwt": "^3.1.4",
"@veramo/message-handler": "^3.1.4",
"debug": "^4.3.3",
"did-jwt": "^5.12.3",
"did-jwt": "^6.0.0",
"uuid": "^8.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"blakejs": "^1.1.1",
"cross-fetch": "^3.1.4",
"debug": "^4.3.3",
"did-jwt": "^5.12.3",
"did-jwt": "^6.0.0",
"did-jwt-vc": "^2.1.9",
"did-resolver": "3.2.0",
"uint8arrays": "^3.0.0",
Expand Down
33 changes: 26 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4102,6 +4102,15 @@
"@stablelib/random" "^1.0.1"
"@stablelib/wipe" "^1.0.1"

"@stablelib/x25519@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@stablelib/x25519/-/x25519-1.0.2.tgz#ae21e2ab668076ec2eb2b4853b82a27fab045fa1"
integrity sha512-wTR0t0Bp1HABLFRbYaE3vFLuco2QbAg6QvxBnzi5j9qjhYezWHW7OiCZyaWbt25UkSaoolUUT4Il0nS/2vcbSw==
dependencies:
"@stablelib/keyagreement" "^1.0.1"
"@stablelib/random" "^1.0.1"
"@stablelib/wipe" "^1.0.1"

"@stablelib/xchacha20@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@stablelib/xchacha20/-/xchacha20-1.0.1.tgz#e98808d1f7d8b20e3ff37c71a3062a2a955d9a8c"
Expand Down Expand Up @@ -6497,6 +6506,11 @@ canonicalize@^1.0.1, canonicalize@^1.0.5:
resolved "https://registry.yarnpkg.com/canonicalize/-/canonicalize-1.0.5.tgz#b43b390ce981d397908bb847c3a8d9614323a47b"
integrity sha512-mAjKJPIyP0xqqv6IAkvso07StOmz6cmGtNDg3pXCSzXVZOqka7StIkAhJl/zHOi4M2CgpYfD6aeRWbnrmtvBEA==

canonicalize@^1.0.8:
version "1.0.8"
resolved "https://registry.yarnpkg.com/canonicalize/-/canonicalize-1.0.8.tgz#24d1f1a00ed202faafd9bf8e63352cd4450c6df1"
integrity sha512-0CNTVCLZggSh7bc5VkX5WWPWO+cyZbNd07IHIsSXLia/eAq+r836hgk+8BKoEh7949Mda87VUOitx5OddVj64A==

cardinal@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/cardinal/-/cardinal-2.1.1.tgz#7cc1055d822d212954d07b085dea251cc7bc5505"
Expand Down Expand Up @@ -7777,22 +7791,22 @@ did-jwt@^5.12.3:
multiformats "^9.4.10"
uint8arrays "^3.0.0"

did-jwt@^5.12.4:
version "5.12.4"
resolved "https://registry.yarnpkg.com/did-jwt/-/did-jwt-5.12.4.tgz#6357a550173b7155f2e5cf3b8ea3f8e8be180617"
integrity sha512-rFY7yIlE/79zB648Drn9vLiM+F4+3IzRkFvBcHelZqQmnPy037U9VWeeP/f2PlnQKgW5qbYXVJR5KftLfo58TA==
did-jwt@^6.0.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/did-jwt/-/did-jwt-6.1.0.tgz#75cb339f218e9d6a46e53bdbea7e35cef7502b10"
integrity sha512-NPv18017jVuuKIaM3T/4E5CmRWbc+9a4r+ggKEuiXu3u49q7IbqFEcgEibPXBPC5fgqpyECKN3i8EmjGuQouFg==
dependencies:
"@stablelib/ed25519" "^1.0.2"
"@stablelib/random" "^1.0.1"
"@stablelib/sha256" "^1.0.1"
"@stablelib/x25519" "^1.0.1"
"@stablelib/x25519" "^1.0.2"
"@stablelib/xchacha20poly1305" "^1.0.1"
bech32 "^2.0.0"
canonicalize "^1.0.5"
canonicalize "^1.0.8"
did-resolver "^3.1.5"
elliptic "^6.5.4"
js-sha3 "^0.8.0"
multiformats "^9.4.10"
multiformats "^9.6.4"
uint8arrays "^3.0.0"

[email protected]:
Expand Down Expand Up @@ -12629,6 +12643,11 @@ multiformats@^9.4.2:
resolved "https://registry.yarnpkg.com/multiformats/-/multiformats-9.4.5.tgz#9ac47bbc87aadb09d4bd05e9cd3da6f4436414f6"
integrity sha512-zQxukxsHM34EJi3yT3MkUlycY9wEouyrAz0PSN+CyCj6cYchJZ4LrTH74YtlsxVyAK6waz/gnVLmJwi3P0knKg==

multiformats@^9.6.4:
version "9.6.5"
resolved "https://registry.yarnpkg.com/multiformats/-/multiformats-9.6.5.tgz#f2d894a26664b454a90abf5a8911b7e39195db80"
integrity sha512-vMwf/FUO+qAPvl3vlSZEgEVFY/AxeZq5yg761ScF3CZsXgmTi/HGkicUiNN0CI4PW8FiY2P0OLklOcmQjdQJhw==

multimatch@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/multimatch/-/multimatch-4.0.0.tgz#8c3c0f6e3e8449ada0af3dd29efb491a375191b3"
Expand Down

0 comments on commit 1797d83

Please sign in to comment.