From b689d774c04617eb609789c94b2e524aa9e97345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 19:36:50 +0000 Subject: [PATCH] Bump @noble/hashes from 1.8.0 to 2.2.0 Bumps [@noble/hashes](https://github.com/paulmillr/noble-hashes) from 1.8.0 to 2.2.0. - [Release notes](https://github.com/paulmillr/noble-hashes/releases) - [Commits](https://github.com/paulmillr/noble-hashes/compare/1.8.0...2.2.0) --- updated-dependencies: - dependency-name: "@noble/hashes" dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 +++++++++++++++++++++++++++-- package.json | 2 +- 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0cd390e..17ab14e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@ethereumjs/trie": "^6.2.1", "@noble/curves": "^1.9.7", - "@noble/hashes": "^1.8.0", + "@noble/hashes": "^2.2.0", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "buffer": "^6.0.3", @@ -1397,7 +1397,7 @@ "url": "https://paulmillr.com/funding/" } }, - "node_modules/@noble/hashes": { + "node_modules/@noble/curves/node_modules/@noble/hashes": { "version": "1.8.0", "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz", "integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==", @@ -1409,6 +1409,18 @@ "url": "https://paulmillr.com/funding/" } }, + "node_modules/@noble/hashes": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.2.0.tgz", + "integrity": "sha512-IYqDGiTXab6FniAgnSdZwgWbomxpy9FtYvLKs7wCUs2a8RkITG+DFGO1DM9cr+E3/RgADRpFjrKVaJ1z6sjtEg==", + "license": "MIT", + "engines": { + "node": ">= 20.19.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, "node_modules/@noble/secp256k1": { "version": "1.7.1", "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.7.1.tgz", @@ -7052,6 +7064,19 @@ "snarkjs": "build/cli.cjs" } }, + "node_modules/snarkjs/node_modules/@noble/hashes": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz", + "integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^14.21.3 || >=16" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, "node_modules/snarkjs/node_modules/circom_runtime": { "version": "0.1.28", "resolved": "https://registry.npmjs.org/circom_runtime/-/circom_runtime-0.1.28.tgz", diff --git a/package.json b/package.json index 492b575..134b0c2 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "dependencies": { "@ethereumjs/trie": "^6.2.1", "@noble/curves": "^1.9.7", - "@noble/hashes": "^1.8.0", + "@noble/hashes": "^2.2.0", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "buffer": "^6.0.3",