From c30aa4a482e55a6e02b1880aa7059c9c3bbc9b52 Mon Sep 17 00:00:00 2001 From: Morten Olsrud Date: Mon, 14 Jan 2019 20:49:54 +0100 Subject: [PATCH] Bump machinepack-process version to 4.0 Ran local tests using machinepack-process v4.0.0 in sails v1.1.0 to test "sails new" and found no issues. Unit tests are all green testing the sails-generate package using 'npm run test' as well. Suggest bumping version from 2.0.2 which depends on the vulnerable and deprecated package 'open', to the latest release, as the major version change does not in-fact cause breaking changes. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e4c354e..e8634423 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "flaverr": "^1.0.0", "fs-extra": "0.30.0", "lodash": "3.10.1", - "machinepack-process": "^2.0.2", + "machinepack-process": "^4.0.0", "parasails": "^0.7.1", "read": "1.0.7", "reportback": "^2.0.1",