From f17f5726009bbbbbbb4a5d219f5c9e9fb59fdc45 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 17:10:34 +0000 Subject: [PATCH] fix: AhMyth-Server/app/node_modules/gulp-copy/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-copy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/gulp-copy/package.json b/AhMyth-Server/app/node_modules/gulp-copy/package.json index 0a14bfdb..0e73e773 100644 --- a/AhMyth-Server/app/node_modules/gulp-copy/package.json +++ b/AhMyth-Server/app/node_modules/gulp-copy/package.json @@ -64,7 +64,7 @@ "url": "https://github.com/klaascuvelier/gulp-copy/issues" }, "dependencies": { - "gulp-util": "~2.2.9", + "gulp-util": "~3.0.8", "through": "2.3.4" }, "description": "Plugin copying files to a new destination and using that destionation for other actions",