From 8341a76bea0d79950a8bd26129f613d11eba0e2c Mon Sep 17 00:00:00 2001 From: "Abdullah." <125115953+mabdullahabaid@users.noreply.github.com> Date: Thu, 23 Oct 2025 20:09:55 +0500 Subject: [PATCH] fix: sha.js is missing type checks leading to hash rewind and passing on crafted data (#15296) Fixes [Dependabot Alert 264](https://github.com/twentyhq/twenty/security/dependabot/264) - sha.js is missing type checks leading to hash rewind and passing on crafted data. Used `yarn up sha.js --recursive` to bump up the patch version used by parent dependencies. --- yarn.lock | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/yarn.lock b/yarn.lock index 6d01f63d1d..3ed23d30aa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -48835,19 +48835,7 @@ __metadata: languageName: node linkType: hard -"sha.js@npm:^2.4.0, sha.js@npm:^2.4.11, sha.js@npm:^2.4.8": - version: 2.4.11 - resolution: "sha.js@npm:2.4.11" - dependencies: - inherits: "npm:^2.0.1" - safe-buffer: "npm:^5.0.1" - bin: - sha.js: ./bin.js - checksum: 10c0/b7a371bca8821c9cc98a0aeff67444a03d48d745cb103f17228b96793f455f0eb0a691941b89ea1e60f6359207e36081d9be193252b0f128e0daf9cfea2815a5 - languageName: node - linkType: hard - -"sha.js@npm:^2.4.12": +"sha.js@npm:^2.4.0, sha.js@npm:^2.4.11, sha.js@npm:^2.4.12, sha.js@npm:^2.4.8": version: 2.4.12 resolution: "sha.js@npm:2.4.12" dependencies: