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
This commit is contained in:
Alexis Svinartchouk 2020-05-07 18:49:08 +02:00
parent 6f34a27bd3
commit 6e20b6034e
2 changed files with 8 additions and 8 deletions

14
npm-shrinkwrap.json generated
View File

@ -5438,9 +5438,9 @@
"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g=="
}, },
"etcher-sdk": { "etcher-sdk": {
"version": "4.0.1", "version": "4.1.3",
"resolved": "https://registry.npmjs.org/etcher-sdk/-/etcher-sdk-4.0.1.tgz", "resolved": "https://registry.npmjs.org/etcher-sdk/-/etcher-sdk-4.1.3.tgz",
"integrity": "sha512-qC1hjGwYP2FqA1EfbQ7pgGvg+2wrw+YbQUc+R73cQyKaKM/aMxc0tHEek+ufJjLMJtc8gyCeHUFB7nFVaP/0SQ==", "integrity": "sha512-lwTAHTxchkXGX7T3+zPIuZBNs2+j2Gtoryb4A2nBfrfd0l5mjmTY/UO8T6cI0YuZDN6XDMwwiF+riDzynXnBTA==",
"requires": { "requires": {
"@ronomon/direct-io": "^3.0.1", "@ronomon/direct-io": "^3.0.1",
"axios": "^0.19.2", "axios": "^0.19.2",
@ -5461,7 +5461,7 @@
"resin-image-fs": "^5.0.8", "resin-image-fs": "^5.0.8",
"rwmutex": "^1.0.0", "rwmutex": "^1.0.0",
"udif": "^0.17.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", "unzip-stream": "^0.3.0",
"xxhash": "^0.3.0", "xxhash": "^0.3.0",
"yauzl": "^2.9.2" "yauzl": "^2.9.2"
@ -13278,8 +13278,8 @@
} }
}, },
"unbzip2-stream": { "unbzip2-stream": {
"version": "github:balena-io-modules/unbzip2-stream#942fc218013c14adab01cf693b0500cf6ac83193", "version": "github:balena-io-modules/unbzip2-stream#4a54f56a25b58950f9e4277c56db2912d62242e7",
"from": "github:balena-io-modules/unbzip2-stream#942fc218013c14adab01cf693b0500cf6ac83193" "from": "github:balena-io-modules/unbzip2-stream#4a54f56a25b58950f9e4277c56db2912d62242e7"
}, },
"union-value": { "union-value": {
"version": "1.0.1", "version": "1.0.1",
@ -14474,4 +14474,4 @@
} }
} }
} }
} }

View File

@ -55,7 +55,7 @@
"d3": "^4.13.0", "d3": "^4.13.0",
"debug": "^3.1.0", "debug": "^3.1.0",
"electron-updater": "4.0.6", "electron-updater": "4.0.6",
"etcher-sdk": "^4.0.1", "etcher-sdk": "^4.1.3",
"flexboxgrid": "^6.3.0", "flexboxgrid": "^6.3.0",
"immutable": "^3.8.1", "immutable": "^3.8.1",
"inactivity-timer": "^1.0.0", "inactivity-timer": "^1.0.0",