From d5f54dae5f12953cd3015a116a77dc209732368e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 04:19:11 +0000 Subject: [PATCH] fix(deps): Update dependency did-jwt to v8 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 87da4a0..3ba5b8c 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "typescript": "5.1.6" }, "dependencies": { - "did-jwt": "^7.2.0", + "did-jwt": "^8.0.0", "did-resolver": "^4.1.0", "ethers": "^6.8.1", "ethr-did-resolver": "10.1.3" diff --git a/yarn.lock b/yarn.lock index 0f569c2..e595dfe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3575,10 +3575,10 @@ detect-newline@^3.0.0: resolved "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz" integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== -did-jwt@^7.2.0: - version "7.4.7" - resolved "https://registry.yarnpkg.com/did-jwt/-/did-jwt-7.4.7.tgz#44105fb0a0cdfd78c087de52087422075c674700" - integrity sha512-Apz7nIfIHSKWIMaEP5L/K8xkwByvjezjTG0xiqwKdnNj1x8M0+Yasury5Dm/KPltxi2PlGfRPf3IejRKZrT8mQ== +did-jwt@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/did-jwt/-/did-jwt-8.0.0.tgz#9a1fdb81368cbf3a34985bc73dc1b21ac6b0e74c" + integrity sha512-lJSVC9Ckxl+U+jDPbdATDtXV7CwE0XGT0Js6KNfjRlaj0LTXvDF90IAyayFwLUzO6punA/q3ZHVfTZaYDhHrLw== dependencies: "@noble/ciphers" "^0.4.0" "@noble/curves" "^1.0.0"