From 49c4fbbefb8701f2c8229e1cc2a39420f67b316c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 22 Nov 2025 10:13:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOB-14040952 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46fe51b..fd2b58e 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "cli-progress": "3.12.0", "cli-table3": "0.6.5", "degit": "2.8.4", - "glob": "10.4.5", + "glob": "10.5.0", "inquirer": "8.2.6", "mustache": "4.2.0", "semver": "7.6.3",