From ec183c8347c13b5714f1afbcbe89057bd3b1c126 Mon Sep 17 00:00:00 2001 From: Sam Gaus Date: Fri, 22 Aug 2025 13:19:53 +0100 Subject: [PATCH] Update sha.js to mitigate vulnerability GHSA-cpq7-6gpm-g9rc --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5ae04c..f54b811 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "readable-stream": "^2.3.8", "ripemd160": "^2.0.2", "safe-buffer": "^5.2.1", - "sha.js": "^2.4.11" + "sha.js": "^2.4.12" }, "optionalDependencies": { "@noble/hashes": "^1.3.3"