From c0073568f1896dcc370bd2ae4ae02ef1c310ba1e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Oct 2025 08:39:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d1a5b9..ead27a5 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,6 @@ "vitest": "^3.1.4" }, "dependencies": { - "@changesets/cli": "^2.29.3" + "@changesets/cli": "^2.29.6" } }