From 7728fc0c9812447878490c5d3f8b36371d5cf09c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 19:42:40 +0000 Subject: [PATCH] fix: AhMyth-Server/app/node_modules/vinyl-fs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- 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..1c3fe4ca 100644 --- a/AhMyth-Server/app/node_modules/vinyl-fs/package.json +++ b/AhMyth-Server/app/node_modules/vinyl-fs/package.json @@ -57,7 +57,7 @@ }, "dependencies": { "defaults": "^1.0.0", - "glob-stream": "^3.1.5", + "glob-stream": "^8.0.0", "glob-watcher": "^0.0.6", "graceful-fs": "^3.0.0", "mkdirp": "^0.5.0",