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..59ffd0ca 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.5.0" + resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.5.0.tgz#abadc5ca20332db2b1b2aa3e496e9af1213570b0" + integrity sha512-1j6kQFb7QRru7eKN3ZDvRcP13rugwdxZqCjbiAVZfIJwgj2A65UmT4TgARXGlXgnRkORLTDTrO19ZErt7+QXgA== "@nodelib/fs.scandir@2.1.5": version "2.1.5"