From e89065bad920d25df94f144390912a3bc65190d8 Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Fri, 28 Aug 2020 10:22:47 +0100 Subject: [PATCH] fix(ios): update liveview for ios 14 compatibility Fixes TIMOB-28091 --- package-lock.json | 11 +++-------- package.json | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f9488021fc..3f8eb370884 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10024,9 +10024,9 @@ } }, "liveview": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/liveview/-/liveview-1.5.3.tgz", - "integrity": "sha512-7IojdtHxgntrEB8O4dUUV7x3kLWYObpuITK38DHQ0wCdfhybu+6OxTbsqt0yG7nPY2ZMOOXIJZUtUmGZDKcGbA==", + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/liveview/-/liveview-1.5.4.tgz", + "integrity": "sha512-Z3ineOi2m7NR4BaraUpohVinTr6OmHkY86R+hQkak7h9Gbgun1BJ29jomlMtOKT2c95cI/jm9cq66e15bcBwVg==", "requires": { "chokidar": "^3.4.2", "coloring": "~0.1.0", @@ -10039,11 +10039,6 @@ "win-fork": "~1.1.1" }, "dependencies": { - "async": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.0.tgz", - "integrity": "sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw==" - }, "commander": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/commander/-/commander-2.0.0.tgz", diff --git a/package.json b/package.json index 268d9877e51..1be7f818881 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "fields": "0.1.24", "fs-extra": "^9.0.1", "ioslib": "^1.7.21", - "liveview": "^1.5.3", + "liveview": "^1.5.4", "markdown": "0.5.0", "moment": "^2.27.0", "node-appc": "^1.0.1",