From 102018f343a0fcd6c2ab5503e5c49186b3791631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 10:23:42 +0000 Subject: [PATCH] build(deps): bump @noble/hashes from 2.2.0 to 2.3.0 Bumps @noble/hashes from 2.2.0 to 2.3.0. --- updated-dependencies: - dependency-name: "@noble/hashes" dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 465e4cd0..282af05a 100644 --- a/deno.json +++ b/deno.json @@ -4,7 +4,7 @@ "license": "MIT", "imports": { "@nktkas/rews": "jsr:@nktkas/rews@^4.1.0", - "@noble/hashes": "jsr:@noble/hashes@^2.2.0", + "@noble/hashes": "jsr:@noble/hashes@^2.3.0", "@std/async/unstable-semaphore": "jsr:@std/async@1.5.0/unstable-semaphore", "@std/msgpack/encode": "jsr:@std/msgpack@^1.0.3/encode", "@valibot/valibot": "jsr:@valibot/valibot@^1.4.2",