Skip to content

Commit

Permalink
fix(deps): update did-libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Oct 2, 2021
1 parent cfa6431 commit 417dc5d
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 14 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"cross-fetch": "^3.1.4",
"date-fns": "^2.16.1",
"debug": "^4.1.1",
"did-resolver": "3.1.0",
"did-resolver": "3.1.2",
"dotenv": "^10.0.0",
"ethr-did-resolver": "4.3.4",
"express": "^4.17.1",
Expand All @@ -65,7 +65,7 @@
"ts-json-schema-generator": "^0.95.0",
"typeorm": "0.2.37",
"url-parse": "^1.5.1",
"web-did-resolver": "2.0.4",
"web-did-resolver": "2.0.6",
"ws": "^8.0.0",
"yaml": "^1.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-w3c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"blakejs": "^1.1.0",
"debug": "^4.1.1",
"did-jwt-vc": "2.1.7",
"did-resolver": "3.1.0"
"did-resolver": "3.1.2"
},
"devDependencies": {
"@types/debug": "4.1.7",
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 @@ -19,7 +19,7 @@
"@veramo/message-handler": "^3.0.0",
"cross-fetch": "^3.1.4",
"debug": "^4.1.1",
"did-jwt": "5.7.0",
"did-jwt": "5.8.0",
"did-resolver": "^3.1.0",
"uint8arrays": "^3.0.0",
"uuid": "^8.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/did-jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@veramo/core": "^3.0.0",
"@veramo/message-handler": "^3.0.0",
"debug": "^4.1.1",
"did-jwt": "5.7.0",
"did-resolver": "3.1.0"
"did-jwt": "5.8.0",
"did-resolver": "3.1.2"
},
"devDependencies": {
"@types/debug": "4.1.7",
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.7.0",
"did-jwt": "5.8.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.7.0"
"did-jwt": "5.8.0"
},
"devDependencies": {
"@types/debug": "4.1.7",
Expand Down
42 changes: 36 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4195,20 +4195,21 @@ [email protected]:
did-jwt "^5.7.0"
did-resolver "^3.1.0"

did-jwt@5.7.0, did-jwt@^5.7.0:
version "5.7.0"
resolved "https://registry.yarnpkg.com/did-jwt/-/did-jwt-5.7.0.tgz#7c5284daece5c86388db90e1274d0df63bb20f52"
integrity sha512-etWD68ZugZ+mf9PoA+unFc1A9IPrCpD8CXeOu7cCLOtXum30TO6OU73a+AoDPie1R4knO1yGLv/3dPZ68CufFw==
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==
dependencies:
"@stablelib/ed25519" "^1.0.2"
"@stablelib/random" "^1.0.1"
"@stablelib/sha256" "^1.0.1"
"@stablelib/x25519" "^1.0.1"
"@stablelib/xchacha20poly1305" "^1.0.1"
canonicalize "^1.0.5"
did-resolver "^3.1.0"
did-resolver "^3.1.1"
elliptic "^6.5.4"
js-sha3 "^0.8.0"
multiformats "^9.4.8"
uint8arrays "^3.0.0"

did-jwt@^5.4.0, did-jwt@^5.6.2:
Expand All @@ -4227,12 +4228,28 @@ did-jwt@^5.4.0, did-jwt@^5.6.2:
js-sha3 "^0.8.0"
uint8arrays "^2.1.5"

did-jwt@^5.7.0:
version "5.7.0"
resolved "https://registry.yarnpkg.com/did-jwt/-/did-jwt-5.7.0.tgz#7c5284daece5c86388db90e1274d0df63bb20f52"
integrity sha512-etWD68ZugZ+mf9PoA+unFc1A9IPrCpD8CXeOu7cCLOtXum30TO6OU73a+AoDPie1R4knO1yGLv/3dPZ68CufFw==
dependencies:
"@stablelib/ed25519" "^1.0.2"
"@stablelib/random" "^1.0.1"
"@stablelib/sha256" "^1.0.1"
"@stablelib/x25519" "^1.0.1"
"@stablelib/xchacha20poly1305" "^1.0.1"
canonicalize "^1.0.5"
did-resolver "^3.1.0"
elliptic "^6.5.4"
js-sha3 "^0.8.0"
uint8arrays "^3.0.0"

[email protected], did-resolver@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/did-resolver/-/did-resolver-3.1.0.tgz#84f0e3d16abe9711dc04c34a5a0e2f63868c9611"
integrity sha512-uf3/4LfHoDn3Ek8bFegO72OemHMytBhAkud6CA1HlB5I0iVwrCpG4oh+DA6DXUuBdhrA0cY4cGz1D0VNDTlgnw==

did-resolver@^3.1.2:
did-resolver@3.1.2, did-resolver@^3.1.1, did-resolver@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/did-resolver/-/did-resolver-3.1.2.tgz#9ea891a6cc01ab0ea0a2fdd15effbc1e637466e5"
integrity sha512-z0F571S95ZKES452sLyFSfUtQrvcW5OgZVCFq7D6gKReonTflgzdD6dcs27HbjUPXwTaXR9lzGFrA3mUd2K6uw==
Expand Down Expand Up @@ -7233,6 +7250,11 @@ multiformats@^9.4.2:
resolved "https://registry.yarnpkg.com/multiformats/-/multiformats-9.4.5.tgz#9ac47bbc87aadb09d4bd05e9cd3da6f4436414f6"
integrity sha512-zQxukxsHM34EJi3yT3MkUlycY9wEouyrAz0PSN+CyCj6cYchJZ4LrTH74YtlsxVyAK6waz/gnVLmJwi3P0knKg==

multiformats@^9.4.8:
version "9.4.8"
resolved "https://registry.yarnpkg.com/multiformats/-/multiformats-9.4.8.tgz#46f74ec116f7871f2a334cc6d4ad3d810dbac341"
integrity sha512-EOJL02/kv+FD5hoItMhKgkYUUruJYMYFq4NQ6YkCh3jVQ5CuHo+OKdHeR50hAxEQmXQ9yvrM9BxLIk42xtfwnQ==

multimatch@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/multimatch/-/multimatch-4.0.0.tgz#8c3c0f6e3e8449ada0af3dd29efb491a375191b3"
Expand Down Expand Up @@ -10258,6 +10280,14 @@ [email protected]:
cross-fetch "^3.1.2"
did-resolver "^3.1.0"

[email protected]:
version "2.0.6"
resolved "https://registry.yarnpkg.com/web-did-resolver/-/web-did-resolver-2.0.6.tgz#20d4153306d3355b41726de20baa57c6012d7a55"
integrity sha512-ltimspyPIIHEtMnK6eEVxNFslc0U/VKp5zs2nWORDiaC2NDjfnexSzY3pW/zKa90VUn23iFpKUGwbJEv2JcgEQ==
dependencies:
cross-fetch "^3.1.2"
did-resolver "^3.1.0"

web-streams-polyfill@^3.0.3:
version "3.1.0"
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.1.0.tgz#86f983b4f44745502b0d8563d9ef3afc609d4465"
Expand Down

0 comments on commit 417dc5d

Please sign in to comment.