Skip to content

Commit b31d7f9

Browse files
fix(deps): update dependency @noble/hashes to v2
1 parent 8a26dcb commit b31d7f9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"dependencies": {
9191
"@noble/ciphers": "^1.0.0",
9292
"@noble/curves": "^1.0.0",
93-
"@noble/hashes": "^1.3.0",
93+
"@noble/hashes": "^2.0.0",
9494
"@scure/base": "^2.0.0",
9595
"canonicalize": "^2.0.0",
9696
"did-resolver": "^4.1.0",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2566,7 +2566,7 @@
25662566
dependencies:
25672567
"@noble/hashes" "1.8.0"
25682568

2569-
"@noble/[email protected]", "@noble/hashes@^1.3.0":
2569+
25702570
version "1.8.0"
25712571
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.8.0.tgz#cee43d801fcef9644b11b8194857695acd5f815a"
25722572
integrity sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==
@@ -2576,6 +2576,11 @@
25762576
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.0.tgz#085fd70f6d7d9d109671090ccae1d3bec62554a1"
25772577
integrity sha512-ilHEACi9DwqJB0pw7kv+Apvh50jiiSyR/cQ3y4W7lOR5mhvn/50FLUfsnfJz0BDZtl/RR16kXvptiv6q1msYZg==
25782578

2579+
"@noble/hashes@^2.0.0":
2580+
version "2.0.0"
2581+
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-2.0.0.tgz#5c39388259a0868cadb17d688cd8cf07eae344a4"
2582+
integrity sha512-h8VUBlE8R42+XIDO229cgisD287im3kdY6nbNZJFjc6ZvKIXPYXe6Vc/t+kyjFdMFyt5JpapzTsEg8n63w5/lw==
2583+
25792584
"@noble/secp256k1@^1.6.3":
25802585
version "1.7.1"
25812586
resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.7.1.tgz#b251c70f824ce3ca7f8dc3df08d58f005cc0507c"

0 commit comments

Comments
 (0)