Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Sep 1, 2021
1 parent 6b1d135 commit 8fc5312
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"debug": "^4.1.1",
"did-jwt-vc": "2.1.6",
"did-jwt-vc": "2.1.7",
"events": "^3.2.0",
"z-schema": "^5.0.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 @@ -20,7 +20,7 @@
"@veramo/message-handler": "^2.1.0",
"blakejs": "^1.1.0",
"debug": "^4.1.1",
"did-jwt-vc": "2.1.6",
"did-jwt-vc": "2.1.7",
"did-resolver": "3.1.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 @@ -19,7 +19,7 @@
"@veramo/message-handler": "^2.1.0",
"cross-fetch": "^3.1.4",
"debug": "^4.1.1",
"did-jwt": "5.6.2",
"did-jwt": "5.7.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": "^2.1.0",
"@veramo/message-handler": "^2.1.0",
"debug": "^4.1.1",
"did-jwt": "5.6.2",
"did-jwt": "5.7.0",
"did-resolver": "3.1.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 @@ -15,7 +15,7 @@
"@stablelib/ed25519": "^1.0.2",
"@veramo/core": "^2.1.0",
"did-jwt": "^5.6.2",
"uint8arrays": "2.1.8"
"uint8arrays": "2.1.10"
},
"devDependencies": {
"typescript": "4.3.5"
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": "^2.1.0",
"base-58": "^0.0.1",
"debug": "^4.1.1",
"did-jwt": "5.6.2",
"did-jwt": "5.7.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": "^2.1.0",
"blakejs": "^1.1.0",
"debug": "^4.1.1",
"did-jwt": "5.6.2"
"did-jwt": "5.7.0"
},
"devDependencies": {
"@types/debug": "4.1.7",
Expand Down
36 changes: 26 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4351,15 +4351,31 @@ dezalgo@^1.0.0:
asap "^2.0.0"
wrappy "1"

did-jwt-vc@2.1.6:
version "2.1.6"
resolved "https://registry.yarnpkg.com/did-jwt-vc/-/did-jwt-vc-2.1.6.tgz#9fde530800e9b96ba5747775467b4a6aefabd05b"
integrity sha512-lLYRTyYI0q4rPuHEFZ8B+TCXYBlrkpXuzjNHjDfSKqhBEHrG6NVnRF1N3P/9nre4qzY0kw3yI1gNm5Yd+umOoA==
did-jwt-vc@2.1.7:
version "2.1.7"
resolved "https://registry.yarnpkg.com/did-jwt-vc/-/did-jwt-vc-2.1.7.tgz#c9bf69cdf86f3e46db30344eb5d1e6cbada9164b"
integrity sha512-MSuoy2yVRqlF4viGjtUzDmFBfxercwgUwIY+rs3swnyU7RmeZ5Iwp5TBhStIy3ro+BIQEPtXtp1xlcbATJW1iA==
dependencies:
did-jwt "^5.6.1"
did-jwt "^5.7.0"
did-resolver "^3.1.0"

did-jwt@5.6.2, did-jwt@^5.4.0, did-jwt@^5.6.1, did-jwt@^5.6.2:
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==
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"

did-jwt@^5.4.0, did-jwt@^5.6.2:
version "5.6.2"
resolved "https://registry.yarnpkg.com/did-jwt/-/did-jwt-5.6.2.tgz#6b84f91db614bd844b58b45e94fb93ac748bdcd1"
integrity sha512-WNX6haTfgNZZrOLxyeGdxKUh7tQJ07jJCcWIvXaq+wms0UxA7XGbdcEuz9h3uJsuIE+/7a3HgAy1FjD1DTcfww==
Expand Down Expand Up @@ -10155,10 +10171,10 @@ uid-number@0.0.6:
resolved "https://registry.yarnpkg.com/uid-number/-/uid-number-0.0.6.tgz#0ea10e8035e8eb5b8e4449f06da1c730663baa81"
integrity sha1-DqEOgDXo61uOREnwbaHHMGY7qoE=

uint8arrays@2.1.8:
version "2.1.8"
resolved "https://registry.yarnpkg.com/uint8arrays/-/uint8arrays-2.1.8.tgz#79394390ba93c7d858ce5703705dcf9012f0c9d4"
integrity sha512-qpZ/B88mSea11W3LvoimtnGWIC2i3gGuXby5wBkn8jY+OFulbaQwyjpOYSyrASqgcNEvKdAkLiOwiUt5cPSdcQ==
uint8arrays@2.1.10:
version "2.1.10"
resolved "https://registry.yarnpkg.com/uint8arrays/-/uint8arrays-2.1.10.tgz#34d023c843a327c676e48576295ca373c56e286a"
integrity sha512-Q9/hhJa2836nQfEJSZTmr+pg9+cDJS9XEAp7N2Vg5MzL3bK/mkMVfjscRGYruP9jNda6MAdf4QD/y78gSzkp6A==
dependencies:
multiformats "^9.4.2"

Expand Down

0 comments on commit 8fc5312

Please sign in to comment.