From f1c5dc253c1be21c94bb604f1183307f8c5d15bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 15:51:02 +0000 Subject: [PATCH] build(deps): bump @noble/hashes from 1.3.2 to 1.4.0 Bumps [@noble/hashes](https://github.com/paulmillr/noble-hashes) from 1.3.2 to 1.4.0. - [Release notes](https://github.com/paulmillr/noble-hashes/releases) - [Commits](https://github.com/paulmillr/noble-hashes/compare/1.3.2...1.4.0) --- updated-dependencies: - dependency-name: "@noble/hashes" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- circuit-lib/circuit-lib.js/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/circuit-lib/circuit-lib.js/package.json b/circuit-lib/circuit-lib.js/package.json index cf945c4f9b..8575aa2063 100644 --- a/circuit-lib/circuit-lib.js/package.json +++ b/circuit-lib/circuit-lib.js/package.json @@ -15,7 +15,7 @@ "dependencies": { "@lightprotocol/hasher.rs": "workspace:*", "@noble/curves": "^1.4.0", - "@noble/hashes": "^1.3.2", + "@noble/hashes": "^1.4.0", "blake-hash": "^2.0.0", "ffjavascript": "^0.3.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 815f9ae2a3..e476829a74 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -96,8 +96,8 @@ importers: specifier: ^1.4.0 version: 1.4.0 '@noble/hashes': - specifier: ^1.3.2 - version: 1.3.2 + specifier: ^1.4.0 + version: 1.4.0 blake-hash: specifier: ^2.0.0 version: 2.0.0