From cd317e08922d3cdc6ae8af15590588f766b36051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:16:09 +0000 Subject: [PATCH] chore(deps-dev): bump @noble/hashes from 1.8.0 to 2.0.1 Bumps [@noble/hashes](https://github.com/paulmillr/noble-hashes) from 1.8.0 to 2.0.1. - [Release notes](https://github.com/paulmillr/noble-hashes/releases) - [Commits](https://github.com/paulmillr/noble-hashes/compare/1.8.0...2.0.1) --- updated-dependencies: - dependency-name: "@noble/hashes" dependency-version: 2.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 05486013fe..e2f19f0cb6 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "@babel/generator": "^7.26.5", "@babel/parser": "^7.26.5", "@babel/types": "^7.26.5", - "@noble/hashes": "^1.7.2", + "@noble/hashes": "^2.0.1", "@swc/core": "^1.10.7", "@swc/jest": "^0.2.37", "@tact-lang/coverage": "^0.0.8", diff --git a/yarn.lock b/yarn.lock index 45d8587ae7..661bff0091 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1111,10 +1111,10 @@ "@emnapi/runtime" "^1.5.0" "@tybys/wasm-util" "^0.10.1" -"@noble/hashes@^1.7.2": - version "1.8.0" - resolved "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz#cee43d801fcef9644b11b8194857695acd5f815a" - integrity sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A== +"@noble/hashes@^2.0.1": + version "2.0.1" + resolved "https://registry.npmjs.org/@noble/hashes/-/hashes-2.0.1.tgz#fc1a928061d1232b0a52bb754393c37a5216c89e" + integrity sha512-XlOlEbQcE9fmuXxrVTXCTlG2nlRXa9Rj3rr5Ue/+tX+nmkgbX720YHh0VR3hBF9xDvwnb8D2shVGOwNx+ulArw== "@nodelib/fs.scandir@2.1.5": version "2.1.5"