Skip to content

Commit 01242e8

Browse files
fix(deps): Update dependency did-jwt to v8.0.2
1 parent ab841c3 commit 01242e8

File tree

1 file changed

+39
-14
lines changed

1 file changed

+39
-14
lines changed

yarn.lock

+39-14
Original file line numberDiff line numberDiff line change
@@ -1514,21 +1514,21 @@
15141514
"@noble/hashes" "1.3.2"
15151515

15161516
"@noble/curves@^1.0.0":
1517-
version "1.3.0"
1518-
resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.3.0.tgz#01be46da4fd195822dab821e72f71bf4aeec635e"
1519-
integrity sha512-t01iSXPuN+Eqzb4eBX0S5oubSqXbK/xXa1Ne18Hj8f9pStxztHCE2gfboSp/dZRLSqfuLpRK2nDXDK+W9puocA==
1517+
version "1.4.0"
1518+
resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.4.0.tgz#f05771ef64da724997f69ee1261b2417a49522d6"
1519+
integrity sha512-p+4cb332SFCrReJkCYe8Xzm0OWi4Jji5jVdIZRL/PmacmDkFNw6MrrV+gGpiPxLHbV+zKFRywUWbaseT+tZRXg==
15201520
dependencies:
1521-
"@noble/hashes" "1.3.3"
1521+
"@noble/hashes" "1.4.0"
15221522

15231523
15241524
version "1.3.2"
15251525
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.2.tgz#6f26dbc8fbc7205873ce3cee2f690eba0d421b39"
15261526
integrity sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ==
15271527

1528-
"@noble/hashes@1.3.3", "@noble/hashes@^1.3.0":
1529-
version "1.3.3"
1530-
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.3.tgz#39908da56a4adc270147bb07968bf3b16cfe1699"
1531-
integrity sha512-V7/fPHgl+jsVPXqqeOzT8egNj2iBIVt+ECeMMG8TdcnTikP3oaBtUVqpT/gYCR68aEBJSF+XbYUxStjbFMqIIA==
1528+
"@noble/hashes@1.4.0", "@noble/hashes@^1.3.0":
1529+
version "1.4.0"
1530+
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.4.0.tgz#45814aa329f30e4fe0ba49426f49dfccdd066426"
1531+
integrity sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==
15321532

15331533
"@nodelib/[email protected]":
15341534
version "2.1.5"
@@ -3576,9 +3576,9 @@ detect-newline@^3.0.0:
35763576
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
35773577

35783578
did-jwt@^8.0.0:
3579-
version "8.0.1"
3580-
resolved "https://registry.yarnpkg.com/did-jwt/-/did-jwt-8.0.1.tgz#8b71a28034fdbb87099e588b452574c906acd6a6"
3581-
integrity sha512-J3AWsJhf8wJhKBjzCnFn2fgG403TF4uFnj+zpvQnUlMBu6+ySYj6nACFZ6FN+8Coj0kvbdXJermU6hs1Ihx3gA==
3579+
version "8.0.2"
3580+
resolved "https://registry.yarnpkg.com/did-jwt/-/did-jwt-8.0.2.tgz#02d9478b11f89526f241cdf2ab87238e5fa061fb"
3581+
integrity sha512-f9IBaPrGZJKiIcAbnOqALkmrGi/pB1B0Pm2bwrUFKCHvERBf4A51hcpy760jlTxPDMXwVHbgg3ZBK7E81BjoFA==
35823582
dependencies:
35833583
"@noble/ciphers" "^0.5.0"
35843584
"@noble/curves" "^1.0.0"
@@ -8118,7 +8118,16 @@ string-length@^4.0.1:
81188118
char-regex "^1.0.2"
81198119
strip-ansi "^6.0.0"
81208120

8121-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8121+
"string-width-cjs@npm:string-width@^4.2.0":
8122+
version "4.2.3"
8123+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
8124+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8125+
dependencies:
8126+
emoji-regex "^8.0.0"
8127+
is-fullwidth-code-point "^3.0.0"
8128+
strip-ansi "^6.0.1"
8129+
8130+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
81228131
version "4.2.3"
81238132
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
81248133
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8192,7 +8201,7 @@ string_decoder@~1.1.1:
81928201
dependencies:
81938202
safe-buffer "~5.1.0"
81948203

8195-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8204+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
81968205
version "6.0.1"
81978206
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
81988207
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8206,6 +8215,13 @@ strip-ansi@^3.0.0:
82068215
dependencies:
82078216
ansi-regex "^2.0.0"
82088217

8218+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8219+
version "6.0.1"
8220+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
8221+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8222+
dependencies:
8223+
ansi-regex "^5.0.1"
8224+
82098225
strip-ansi@^7.0.1:
82108226
version "7.1.0"
82118227
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz"
@@ -8780,7 +8796,16 @@ wordwrap@^1.0.0:
87808796
resolved "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz"
87818797
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
87828798

8783-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
8799+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
8800+
version "7.0.0"
8801+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
8802+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8803+
dependencies:
8804+
ansi-styles "^4.0.0"
8805+
string-width "^4.1.0"
8806+
strip-ansi "^6.0.0"
8807+
8808+
wrap-ansi@^7.0.0:
87848809
version "7.0.0"
87858810
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
87868811
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)