diff --git a/js/package.json b/js/package.json index 9804cd66..7b40e6a8 100644 --- a/js/package.json +++ b/js/package.json @@ -50,7 +50,7 @@ "typescript": "~5.4" }, "dependencies": { - "@noble/hashes": "^1.0.0", + "@noble/hashes": "^1.5.0", "protobufjs": "^7.2.5" }, "resolutions": { diff --git a/js/yarn.lock b/js/yarn.lock index 28e24e7b..41ccd90e 100644 --- a/js/yarn.lock +++ b/js/yarn.lock @@ -293,10 +293,10 @@ "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" -"@noble/hashes@^1.0.0": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.4.0.tgz#45814aa329f30e4fe0ba49426f49dfccdd066426" - integrity sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg== +"@noble/hashes@^1.5.0": + version "1.6.1" + resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.6.1.tgz#df6e5943edcea504bac61395926d6fd67869a0d5" + integrity sha512-pq5D8h10hHBjyqX+cfBm0i8JUXJ0UhczFc4r74zbuT9XgewFo2E3J1cOaGtdZynILNmQ685YWGzGE1Zv6io50w== "@nodelib/fs.scandir@2.1.5": version "2.1.5"