From e56f36b4e66a69b4c50fcc13adeb25dbf7635c92 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 May 2019 04:29:43 +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 9971a1a7e1e..955c57862dc 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "find-parent-dir": "^0.3.0", "first-mate": "6.1.0", "fs-plus": "2.9.2", - "fstream": "0.1.24", + "fstream": "1.0.12", "fuzzaldrin": "^2.1", "git-utils": "4.1.2", "glob": "^7.1.1",