From 0477be089fe1a4970b7fec15ce6dc5a95638214d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 03:07:19 +0000 Subject: [PATCH] =?UTF-8?q?fix(deps):=20=E2=AC=86=EF=B8=8F=20update=20depe?= =?UTF-8?q?ndency=20@noble/hashes=20to=20^2.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0ec4a58..e2ae427 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "dependencies": { "@noble/ciphers": "^2.2.0", "@noble/curves": "^2.2.0", - "@noble/hashes": "^2.0.1", + "@noble/hashes": "^2.2.0", "buffer": "^6.0.3", "tslib": "^2.8.1" }, diff --git a/yarn.lock b/yarn.lock index eb6e2be..ea6b01c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -994,7 +994,7 @@ dependencies: "@noble/hashes" "2.2.0" -"@noble/hashes@2.2.0", "@noble/hashes@^2.0.1": +"@noble/hashes@2.2.0", "@noble/hashes@^2.2.0": version "2.2.0" resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-2.2.0.tgz#22da1d16a469954fce877055d559900a6c73b63b" integrity sha512-IYqDGiTXab6FniAgnSdZwgWbomxpy9FtYvLKs7wCUs2a8RkITG+DFGO1DM9cr+E3/RgADRpFjrKVaJ1z6sjtEg==