From 67c70dcd3892597d5d4c3a480686134430bf7364 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 19:44:20 +0000 Subject: [PATCH] fix: AhMyth-Server/app/node_modules/gulp-clone/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- 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..9759309b 100644 --- a/AhMyth-Server/app/node_modules/gulp-clone/package.json +++ b/AhMyth-Server/app/node_modules/gulp-clone/package.json @@ -64,7 +64,7 @@ "url": "https://github.com/mariocasciaro/gulp-clone/issues" }, "dependencies": { - "gulp-util": "~2.2.14", + "gulp-util": "~3.0.8", "through2": "~0.4.1" }, "description": "Clone files in memory in a gulp stream",