From 62ed4121a9cf61395eb01f961a028511e996e50b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 06:06:39 +0000 Subject: [PATCH] fix: upgrade glob from 3.1.21 to 3.2.11 Snyk has created this PR to upgrade glob from 3.1.21 to 3.2.11. See this package in npm: glob See this project in Snyk: https://app.snyk.io/org/arainstar786786/project/f46218ad-c42d-4759-b844-d4129bc730c1?utm_source=github&utm_medium=referral&page=upgrade-pr --- AhMyth-Server/app/node_modules/globule/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/globule/package.json b/AhMyth-Server/app/node_modules/globule/package.json index 69929dc2..917e018b 100644 --- a/AhMyth-Server/app/node_modules/globule/package.json +++ b/AhMyth-Server/app/node_modules/globule/package.json @@ -52,7 +52,7 @@ "url": "https://github.com/cowboy/node-globule/issues" }, "dependencies": { - "glob": "~3.1.21", + "glob": "~3.2.11", "lodash": "~1.0.1", "minimatch": "~0.2.11" },