From 93dc82171e6e8f1039a4d3135528ace39f148c6b Mon Sep 17 00:00:00 2001 From: Thomas Hohn Date: Tue, 7 Jan 2025 07:11:38 +0100 Subject: [PATCH 1/3] Bump glob from ^9 to ^11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6fe29ffaa..6acd3d722 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "figures": "3.2.0", "fn-args": "4.0.0", "fs-extra": "11.2.0", - "glob": "^9", + "glob": "^11", "html-minifier-terser": "7.2.0", "inquirer": "6.5.2", "invisi-data": "^1.0.0", From 591469c500958595e848eeacd5db179db2602695 Mon Sep 17 00:00:00 2001 From: Thomas Hohn Date: Tue, 7 Jan 2025 07:52:22 +0100 Subject: [PATCH 2/3] Bump to ^10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23ef16ba2..e490c9c5f 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "figures": "3.2.0", "fn-args": "4.0.0", "fs-extra": "11.2.0", - "glob": "^11", + "glob": "^10", "html-minifier-terser": "7.2.0", "inquirer": "6.5.2", "invisi-data": "^1.0.0", From 6601a0ee9d663781003f9377cb668763bd75af69 Mon Sep 17 00:00:00 2001 From: Thomas Hohn Date: Tue, 7 Jan 2025 08:36:06 +0100 Subject: [PATCH 3/3] Re bump to ^11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e490c9c5f..633b6bed6 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "figures": "3.2.0", "fn-args": "4.0.0", "fs-extra": "11.2.0", - "glob": "^10", + "glob": "^11.0.0", "html-minifier-terser": "7.2.0", "inquirer": "6.5.2", "invisi-data": "^1.0.0",