From c99df3e4fc47087e93930ff11108e4c8b2473f2d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 10:00:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f8c38f3..c2ccf64 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "slash": "^1.0.0", "strip-bom": "2.0.0", "through2": "^2.0.5", - "vinyl-fs": "^3.0.3" + "vinyl-fs": "^4.0.0" }, "devDependencies": { "assert-dir-equal": "^1.0.1",