From a6340445a9817b62ed98a34259a1c26d695dc166 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Feb 2026 08:04:31 +0000 Subject: [PATCH] fix: upgrade through2 from 0.4.2 to 0.6.5 Snyk has created this PR to upgrade through2 from 0.4.2 to 0.6.5. See this package in npm: through2 See this project in Snyk: https://app.snyk.io/org/arainstar786786/project/a779c377-000a-43ae-9020-679a33b2f7e2?utm_source=github&utm_medium=referral&page=upgrade-pr --- AhMyth-Server/app/node_modules/gulp-clone/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/gulp-clone/package.json b/AhMyth-Server/app/node_modules/gulp-clone/package.json index 26a2438f..48fc830a 100644 --- a/AhMyth-Server/app/node_modules/gulp-clone/package.json +++ b/AhMyth-Server/app/node_modules/gulp-clone/package.json @@ -65,7 +65,7 @@ }, "dependencies": { "gulp-util": "~2.2.14", - "through2": "~0.4.1" + "through2": "~0.6.5" }, "description": "Clone files in memory in a gulp stream", "devDependencies": {