From cdf2d10ff4924f62218298ff501e19c393ba5c0d Mon Sep 17 00:00:00 2001 From: "scale-prodsec[bot]" <262621375+scale-prodsec[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 01:00:41 +0000 Subject: [PATCH] fix(agentex-ui): bump uuid 11.1.0 -> 11.1.1 (CVE-2026-41907) --- agentex-ui/package-lock.json | 9 +++++---- agentex-ui/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/agentex-ui/package-lock.json b/agentex-ui/package-lock.json index 51893f8a..0e241098 100644 --- a/agentex-ui/package-lock.json +++ b/agentex-ui/package-lock.json @@ -40,7 +40,7 @@ "tailwindcss": "^4", "tw-animate-css": "^1.3.6", "typescript": "5.9.2", - "uuid": "^11.1.0" + "uuid": "^11.1.1" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", @@ -11343,13 +11343,14 @@ } }, "node_modules/uuid": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", - "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", + "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==", "funding": [ "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/sponsors/broofa", "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/sponsors/ctavan" ], + "license": "MIT", "bin": { "uuid": "dist/esm/bin/uuid" } diff --git a/agentex-ui/package.json b/agentex-ui/package.json index 012aa66d..01313b6a 100644 --- a/agentex-ui/package.json +++ b/agentex-ui/package.json @@ -51,7 +51,7 @@ "tailwindcss": "^4", "tw-animate-css": "^1.3.6", "typescript": "5.9.2", - "uuid": "^11.1.0" + "uuid": "^11.1.1" }, "overrides": { "cross-spawn": "^7.0.5",