From 7a5759153b3f319c67b2177cf0fda373f17710b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 01:10:22 +0000 Subject: [PATCH] fix(deps): Update dependency did-jwt to v7.4.3 --- yarn.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/yarn.lock b/yarn.lock index 140340d..6851746 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1496,10 +1496,10 @@ "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" -"@noble/ciphers@^0.3.0": - version "0.3.0" - resolved "https://registry.yarnpkg.com/@noble/ciphers/-/ciphers-0.3.0.tgz#6ba3090afdc7a7051393486f6af210e62e0f04ec" - integrity sha512-ldbrnOjmNRwFdXcTM6uXDcxpMIFrbzAWNnpBPp4oTJTFF0XByGD6vf45WrehZGXRQTRVV+Zm8YP+EgEf+e4cWA== +"@noble/ciphers@^0.4.0": + version "0.4.0" + resolved "https://registry.yarnpkg.com/@noble/ciphers/-/ciphers-0.4.0.tgz#e3f69e3ce935683dd8dadb636652a5cb5cd5958c" + integrity sha512-xaUaUUDWbHIFSxaQ/pIe+33VG2mfJp6N/KxKLmZr5biWdNznCAmfu24QRhX10BbVAuqOahAoyp0S4M9md6GPDw== "@noble/curves@^1.0.0": version "1.2.0" @@ -3569,11 +3569,11 @@ detect-newline@^3.0.0: integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== did-jwt@^7.2.0: - version "7.4.2" - resolved "https://registry.yarnpkg.com/did-jwt/-/did-jwt-7.4.2.tgz#9610d16ef5c2883ba2ebc4d98f972b586524419b" - integrity sha512-bdMVrUKD8wBiYihrxm5Bso33vYuw5DHxxN6y+IFSpHQpYQF16nuW6T8+FCrVkS5gDYE6jFZmnkqjJwycT4K7AA== + version "7.4.3" + resolved "https://registry.yarnpkg.com/did-jwt/-/did-jwt-7.4.3.tgz#770d2a944ba549346ba762f4de136e1f8b7e780c" + integrity sha512-fm89zeD7XreXvyD7W8h/+RHT541M9pPt5uqANBDpznhdOazdxSY6AMnCRLLeWBPaUqRtdYgP7nCvU/lB4oWnwg== dependencies: - "@noble/ciphers" "^0.3.0" + "@noble/ciphers" "^0.4.0" "@noble/curves" "^1.0.0" "@noble/hashes" "^1.3.0" "@scure/base" "^1.1.3"