From 506bad373ad8321c03490b4e4dd0a9c1921d0348 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Oct 2025 06:41:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af08ee1..3ffbb26 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,6 @@ "prompts": "^2.4.2" }, "dependencies": { - "unbuild": "^1.2.1" + "unbuild": "^3.0.0" } }