From 1f91fbd882ed2f155762be5b7b98fa35ee7f9a1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2024 02:14:52 +0000 Subject: [PATCH] fix: upgrade map-stream from 0.0.7 to 0.1.0 Snyk has created this PR to upgrade map-stream from 0.0.7 to 0.1.0. See this package in npm: map-stream See this project in Snyk: https://app.snyk.io/org/arainstar786786/project/6e20dc87-9b0f-4647-b5ef-b0f4f9bce236?utm_source=github&utm_medium=referral&page=upgrade-pr --- AhMyth-Server/app/node_modules/gulp-print/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/gulp-print/package.json b/AhMyth-Server/app/node_modules/gulp-print/package.json index 830cab91..63583661 100644 --- a/AhMyth-Server/app/node_modules/gulp-print/package.json +++ b/AhMyth-Server/app/node_modules/gulp-print/package.json @@ -51,7 +51,7 @@ }, "dependencies": { "gulp-util": "^3.0.6", - "map-stream": "~0.0.6" + "map-stream": "~0.1.0" }, "description": "Prints names of files to the console so that you can see what's going through the the gulp pipe.", "devDependencies": {