mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
chore(package): Update udif to 0.9.0 (#1346)
This updates `udif` from 0.8.0 -> 0.9.0, fixing a stall when flashing certain dmg images due to `UDIF.ReadStream()` overrunning block regions. See https://github.com/jhermsmeier/node-udif/issues/5 Change-Type: patch Changelog-Entry: Fix stall / freezing when flashing certain dmg images. Connects To: #1342
This commit is contained in:
parent
dafa1f3ede
commit
4023fe5b59
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -6772,9 +6772,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"udif": {
|
||||
"version": "0.8.0",
|
||||
"version": "0.9.0",
|
||||
"from": "udif@latest",
|
||||
"resolved": "https://registry.npmjs.org/udif/-/udif-0.8.0.tgz",
|
||||
"resolved": "https://registry.npmjs.org/udif/-/udif-0.9.0.tgz",
|
||||
"dependencies": {
|
||||
"base64-js": {
|
||||
"version": "1.1.2",
|
||||
|
@ -96,7 +96,7 @@
|
||||
"semver": "^5.1.0",
|
||||
"sudo-prompt": "^6.1.0",
|
||||
"trackjs": "^2.1.16",
|
||||
"udif": "^0.8.0",
|
||||
"udif": "^0.9.0",
|
||||
"unbzip2-stream": "^1.0.11",
|
||||
"yargs": "^4.6.0",
|
||||
"yauzl": "^2.6.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user