From b182469c91b39050da3b09d1981f0122ed24823c Mon Sep 17 00:00:00 2001 From: Thomas Hohn Date: Mon, 20 Jan 2025 20:39:50 +0100 Subject: [PATCH] Bump glob to 11.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 33b05e766..3e909ea74 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "figures": "3.2.0", "fn-args": "4.0.0", "fs-extra": "11.2.0", - "glob": "^11.0.0", + "glob": "^11.0.1", "fuse.js": "^7.0.0", "html-minifier-terser": "7.2.0", "inquirer": "6.5.2",