Skip to content

Commit 15b3e6d

Browse files
committed
fix: update sha.js to ^2.4.12 to address CVE-2025-9288
- Bumps sha.js from ^2.4.11 to ^2.4.12 - Fixes security vulnerability where missing input type checks could lead to hash state rewind and value miscalculation - CVE-2025-9288: GHSA-95m3-7q98-8xr5
1 parent 71e450a commit 15b3e6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"readable-stream": "^2.3.8",
3434
"ripemd160": "^2.0.2",
3535
"safe-buffer": "^5.2.1",
36-
"sha.js": "^2.4.11"
36+
"sha.js": "^2.4.12"
3737
},
3838
"optionalDependencies": {
3939
"@noble/hashes": "^1.3.3"

0 commit comments

Comments
 (0)