From 8216890f069ee5543f07472b6254bbfd3cef217b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Feb 2018 23:18:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 Latest report for cloudfour/vinyl-fs-fake: https://snyk.io/test/github/cloudfour/vinyl-fs-fake --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b9c68f5..0c14ae2 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "through2": "^0.6.3", "vinyl": "^0.4.6", - "vinyl-fs": "^0.3.13" + "vinyl-fs": "^2.0.0" }, "devDependencies": { "del": "^1.1.1",