From 0d2f4e715a941fa458ebf8e64972088580a04952 Mon Sep 17 00:00:00 2001 From: Joe Boccanfuso <109477394+jbocce@users.noreply.github.com> Date: Wed, 15 Oct 2025 00:08:57 -0400 Subject: [PATCH] fix(docs): Set exact version for glob. (#5497) --- platform/docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/docs/package.json b/platform/docs/package.json index a6ed581d5..7b1c02aa1 100644 --- a/platform/docs/package.json +++ b/platform/docs/package.json @@ -76,7 +76,7 @@ "docusaurus-plugin-image-zoom": "1.0.1", "file-loader": "6.2.0", "framer-motion": "6.2.4", - "glob": "5.0.15", + "glob": "10.4.5", "lucide-react": "0.379.0", "next-themes": "0.3.0", "postcss": "8.5.6",