From fc7132513fff27c5d05134cda858e73539c58871 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 21:37:43 +0000 Subject: [PATCH] Update dependency uuid to v11 [SECURITY] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46224a6..4df30ea 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,6 @@ "nodemailer": "^6.7.2", "puppeteer": "^19.5.0", "randomstring": "^1.2.1", - "uuid": "^8.3.2" + "uuid": "^11.1.1" } }