From 84ae209f14b567eeffcbeefc0faf4c328c4016d8 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 30 Oct 2015 11:33:38 -0400 Subject: [PATCH] Upgrade sudo-prompt to v1.1.8 This version contains a fix that allows Herostratus to be correctly elevated when running with `npm start`. See fix here: https://github.com/jorangreef/sudo-prompt/commit/344da8f7b2325460f19353ff2dbcf59f92a89426 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ba393d7..8b637ea2 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "is-elevated": "^1.0.0", "lodash": "^3.10.1", "resin-image-write": "^2.0.5", - "sudo-prompt": "^1.1.7", + "sudo-prompt": "^1.1.8", "umount": "^1.1.1", "windosu": "^0.1.3" },