From 5f9a197dd28b20eade714afc8d5f89ca5f43e137 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2024 06:48:47 +0000 Subject: [PATCH] fix: upgrade @noble/hashes from 1.4.0 to 1.5.0 Snyk has created this PR to upgrade @noble/hashes from 1.4.0 to 1.5.0. See this package in yarn: @noble/hashes See this project in Snyk: https://app.snyk.io/org/yazidalinurdienulhaq/project/3ca9bc9c-78d1-4833-b8fa-bbeb66ec5c1a?utm_source=github&utm_medium=referral&page=upgrade-pr --- js/package.json | 2 +- js/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"