From 6e20b6034e2a79c0b96ef39b280cdad8d03f7b4d Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Thu, 7 May 2020 18:49:08 +0200 Subject: [PATCH] Update etcher-sdk to ^4.1.3 to fix issues with some bz2 files Changelog-entry: Update etcher-sdk to ^4.1.3 to fix issues with some bz2 files Change-type: patch --- npm-shrinkwrap.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 60003bb33f..e8f07f8df6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -5438,9 +5438,9 @@ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" }, "etcher-sdk": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/etcher-sdk/-/etcher-sdk-4.0.1.tgz", - "integrity": "sha512-qC1hjGwYP2FqA1EfbQ7pgGvg+2wrw+YbQUc+R73cQyKaKM/aMxc0tHEek+ufJjLMJtc8gyCeHUFB7nFVaP/0SQ==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/etcher-sdk/-/etcher-sdk-4.1.3.tgz", + "integrity": "sha512-lwTAHTxchkXGX7T3+zPIuZBNs2+j2Gtoryb4A2nBfrfd0l5mjmTY/UO8T6cI0YuZDN6XDMwwiF+riDzynXnBTA==", "requires": { "@ronomon/direct-io": "^3.0.1", "axios": "^0.19.2", @@ -5461,7 +5461,7 @@ "resin-image-fs": "^5.0.8", "rwmutex": "^1.0.0", "udif": "^0.17.0", - "unbzip2-stream": "github:balena-io-modules/unbzip2-stream#942fc218013c14adab01cf693b0500cf6ac83193", + "unbzip2-stream": "github:balena-io-modules/unbzip2-stream#4a54f56a25b58950f9e4277c56db2912d62242e7", "unzip-stream": "^0.3.0", "xxhash": "^0.3.0", "yauzl": "^2.9.2" @@ -13278,8 +13278,8 @@ } }, "unbzip2-stream": { - "version": "github:balena-io-modules/unbzip2-stream#942fc218013c14adab01cf693b0500cf6ac83193", - "from": "github:balena-io-modules/unbzip2-stream#942fc218013c14adab01cf693b0500cf6ac83193" + "version": "github:balena-io-modules/unbzip2-stream#4a54f56a25b58950f9e4277c56db2912d62242e7", + "from": "github:balena-io-modules/unbzip2-stream#4a54f56a25b58950f9e4277c56db2912d62242e7" }, "union-value": { "version": "1.0.1", @@ -14474,4 +14474,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 1b82dfdba9..35c3b823a5 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "d3": "^4.13.0", "debug": "^3.1.0", "electron-updater": "4.0.6", - "etcher-sdk": "^4.0.1", + "etcher-sdk": "^4.1.3", "flexboxgrid": "^6.3.0", "immutable": "^3.8.1", "inactivity-timer": "^1.0.0",