From 2a101b8615ea1d992d2c009c7b49bc4d134c24a8 Mon Sep 17 00:00:00 2001 From: Samuel Date: Thu, 16 Feb 2017 15:10:24 +0100 Subject: [PATCH] fix: bump vulnerable dependency (#421) Shelljs has been reported vulnerable: https://snyk.io/vuln/npm:shelljs Updating to 0.7.6 as suggested by Snyk. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 50d0f62f..016d128c 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "lodash": "4.17.2", "minimist": "1.2.0", "path-exists": "2.1.0", - "shelljs": "0.7.5", + "shelljs": "0.7.6", "strip-json-comments": "2.0.1" }, "babel": {