From 14a28fedcc65e2e930ab4f4199482238b673fb59 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Thu, 20 Apr 2017 13:44:12 -0400 Subject: [PATCH] upgrade: `elevator` to v2.2.3 (#1331) This version contains a fix where an elevation error was not yielded correctly. See: https://github.com/resin-io-modules/elevator/pull/12 Signed-off-by: Juan Cruz Viotti --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0d97304..69bb4ea7 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ }, "optionalDependencies": { "electron-installer-debian": "^0.5.1", - "elevator": "^2.2.2" + "elevator": "^2.2.3" }, "dependencies": { "angular": "1.6.3",