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:
344da8f7b2
This commit is contained in:
Juan Cruz Viotti 2015-10-30 11:33:38 -04:00
parent 8340220b5e
commit 84ae209f14

View File

@ -26,7 +26,7 @@
"is-elevated": "^1.0.0", "is-elevated": "^1.0.0",
"lodash": "^3.10.1", "lodash": "^3.10.1",
"resin-image-write": "^2.0.5", "resin-image-write": "^2.0.5",
"sudo-prompt": "^1.1.7", "sudo-prompt": "^1.1.8",
"umount": "^1.1.1", "umount": "^1.1.1",
"windosu": "^0.1.3" "windosu": "^0.1.3"
}, },