From 6ca2f2e8bcc011c90d8d9a53df5ce07b10477dcd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 06:46:29 +0000 Subject: [PATCH] fix: upgrade stat-mode from 0.2.2 to 0.3.0 Snyk has created this PR to upgrade stat-mode from 0.2.2 to 0.3.0. See this package in npm: stat-mode See this project in Snyk: https://app.snyk.io/org/arainstar786786/project/e3648923-1cc1-4aa5-bccd-09885c422b9d?utm_source=github&utm_medium=referral&page=upgrade-pr --- AhMyth-Server/app/node_modules/gulp-chmod/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/gulp-chmod/package.json b/AhMyth-Server/app/node_modules/gulp-chmod/package.json index fdd2df73..860e6d4d 100644 --- a/AhMyth-Server/app/node_modules/gulp-chmod/package.json +++ b/AhMyth-Server/app/node_modules/gulp-chmod/package.json @@ -52,7 +52,7 @@ }, "dependencies": { "deep-assign": "^1.0.0", - "stat-mode": "^0.2.0", + "stat-mode": "^0.3.0", "through2": "^2.0.0" }, "description": "Change permissions of Vinyl files",