From 3cce8d822c246062dd4548cf7ac020469584ee39 Mon Sep 17 00:00:00 2001
From: Scott Lowe <scott@balena.io>
Date: Tue, 17 Dec 2019 15:24:34 +0100
Subject: [PATCH] Update livepush to fix windows path issue.

Change-type: patch
Connects-to: https://github.com/balena-io-modules/livepush/issues/55
Signed-off-by: Scott Lowe <scott@balena.io>
---
 npm-shrinkwrap.json | 6 +++---
 package.json        | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json
index 8d4ef07d..59cd2100 100644
--- a/npm-shrinkwrap.json
+++ b/npm-shrinkwrap.json
@@ -8048,9 +8048,9 @@
       "integrity": "sha1-hMinKrWcRyUyFIDJdeZQg0LnCTc="
     },
     "livepush": {
-      "version": "2.0.5",
-      "resolved": "https://registry.npmjs.org/livepush/-/livepush-2.0.5.tgz",
-      "integrity": "sha512-0oePKk58cQd3yhOLVJdq9yAgQXVrTsKL4IUKk6IxC2s8FMSFTyFVxivZ8iWhrlDKl9moh90KK9N6CnjWMcNH/A==",
+      "version": "2.0.6",
+      "resolved": "https://registry.npmjs.org/livepush/-/livepush-2.0.6.tgz",
+      "integrity": "sha512-z8mP6gxYFc2HE1PJdOmUz/1HLZxqFeoerAWPOX7WFFWxUqZX2PtYx4+K0FxFnrrzdjv0kuMaSU458VO2O/zLmg==",
       "requires": {
         "bluebird": "^3.5.1",
         "docker-file-parser": "^1.0.4",
diff --git a/package.json b/package.json
index f6202c42..5ef83522 100644
--- a/package.json
+++ b/package.json
@@ -195,7 +195,7 @@
     "is-root": "^2.1.0",
     "js-yaml": "^3.13.1",
     "klaw": "^3.0.0",
-    "livepush": "^2.0.5",
+    "livepush": "^2.0.6",
     "lodash": "^4.17.4",
     "minimatch": "^3.0.4",
     "mixpanel": "^0.10.1",