From e5383d1ff8b5e309dbea62c691be59ae4bb1eaf8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Apr 2026 06:06:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UUID-16133035 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db9301c..44b2d02 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,6 @@ }, "packageManager": "bun@1.2.18", "dependencies": { - "svix": "1.89.0" + "svix": "1.92.2" } }