From 3270447b0b48fcf6e5acd9d9907c5d914525aff7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Feb 2026 08:58:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - 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 eee9659..5693137 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "chalk": "^5.3.0", - "glob": "^11.0.0", + "glob": "^12.0.0", "yaml": "^2.5.1" } }