From 994fa003c9920a79e8d3dfd7dbaee40e04d1b8ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 May 2019 01:41:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FSTREAM-174725 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f930de8..c9c99a0 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "coffeestack": "0.7.0", "emissary": "^1.3.1", "fs-plus": "^2.3.1", - "fstream": "0.1.24", + "fstream": "1.0.12", "guid": "0.0.10", "less-cache": "0.17.0", "mixto": "^1",