From c166ff2bb8e63aa1edb61e24fd61dec8ae45efb6 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Sun, 29 Nov 2015 20:23:55 -0400 Subject: [PATCH] Upgrade windosu to v0.2.0 This version contains a fix for a cmd.exe window popping in for a fraction of a second when elevating Herostratus on Windows. Fixes: https://github.com/resin-io/herostratus/issues/39 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0bdd1f28..e0f9770e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "resin-image-write": "^2.0.5", "sudo-prompt": "^2.0.2", "umount": "^1.1.1", - "windosu": "^0.1.3" + "windosu": "^0.2.0" }, "devDependencies": { "angular-mocks": "^1.4.7",