From 9dd703f1d2c22fe0e28e6623d7f4d74f8ab8575b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 27 Jul 2018 02:12:35 +0000 Subject: [PATCH] Update process requirement to ^0.11.10 Updates the requirements on [process](https://github.com/shtylman/node-process) to permit the latest version. - [Release notes](https://github.com/shtylman/node-process/releases) - [Commits](https://github.com/shtylman/node-process/commits/v0.11.10) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ab4ea0..d9bb017 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "kue": "^0.11.1", "lodash": "^4.13.1", "pm2": "^1.1.3", - "process": "^0.11.5", + "process": "^0.11.10", "restify": "^4.1.1", "socket.io": "^1.4.8", "socket.io-client": "^1.4.8"