From 296f1ae2de1aa57af7e4f4df75cb17a7cf8b4d3a Mon Sep 17 00:00:00 2001
From: Paulo Castro <paulo@balena.io>
Date: Tue, 23 Apr 2019 15:16:47 +0100
Subject: [PATCH] Fix push and deploy issues under Windows ('/' vs '\' path
 separators)

Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index c042406c..1ff61e06 100644
--- a/package.json
+++ b/package.json
@@ -165,7 +165,7 @@
     "resin-compose-parse": "^2.0.4",
     "resin-doodles": "0.0.1",
     "resin-image-fs": "^5.0.2",
-    "resin-multibuild": "^2.1.6",
+    "resin-multibuild": "^3.1.0",
     "resin-release": "^1.2.0",
     "resin-semver": "^1.4.0",
     "resin-stream-logger": "^0.1.2",
@@ -176,7 +176,7 @@
     "string-width": "^2.1.1",
     "strip-ansi-stream": "^1.0.0",
     "tar-stream": "^1.6.2",
-    "tar-utils": "^1.1.0",
+    "tar-utils": "^2.0.0",
     "through2": "^2.0.3",
     "tmp": "0.0.31",
     "typed-error": "^3.0.0",