From f4eb9f9aa925dfbf1c4cb9bb0fc0b3d9078fdcfd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Feb 2026 07:23:40 +0000 Subject: [PATCH] fix: upgrade vinyl from 0.4.6 to 0.5.3 Snyk has created this PR to upgrade vinyl from 0.4.6 to 0.5.3. See this package in npm: vinyl See this project in Snyk: https://app.snyk.io/org/arainstar786786/project/dd218c28-f1ad-425a-b983-9836f7908ed1?utm_source=github&utm_medium=referral&page=upgrade-pr --- AhMyth-Server/app/node_modules/vinyl-fs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/vinyl-fs/package.json b/AhMyth-Server/app/node_modules/vinyl-fs/package.json index cb45d2c3..addb0715 100644 --- a/AhMyth-Server/app/node_modules/vinyl-fs/package.json +++ b/AhMyth-Server/app/node_modules/vinyl-fs/package.json @@ -63,7 +63,7 @@ "mkdirp": "^0.5.0", "strip-bom": "^1.0.0", "through2": "^0.6.1", - "vinyl": "^0.4.0" + "vinyl": "^0.5.3" }, "description": "Vinyl adapter for the file system", "devDependencies": {