From a578e460ca430958d2f3f16dac9555e26490156b Mon Sep 17 00:00:00 2001 From: Xaala Date: Fri, 8 Nov 2024 11:01:47 -0500 Subject: [PATCH] Update glob in package.json to fix security vulnerability Someone will have to run `npm install` prior to merge to update package-lock.json, I'm not currently configured to suck down packages from public npm mirror so I can't do it without mangling your package-lock with private mirror URLs. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e5316d68..b5116fdf1 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "dependencies": { "config-chain": "^1.1.13", "editorconfig": "^1.0.4", - "glob": "^10.3.3", + "glob": "^11.0.0", "js-cookie": "^3.0.5", "nopt": "^7.2.0" },