mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-22 18:56:31 +00:00
upgrade: etcher-image-write
to v9.1.3 (#1400)
This version gets rid of the `diskpart` optional dependency: - https://github.com/resin-io-modules/etcher-image-write/pull/101 which will simplify the way we manage our `npm-shrinkwrap.json` file. See: https://github.com/resin-io/etcher/pull/1379 Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
bfd2f2bf57
commit
ecb8dd29b7
22
npm-shrinkwrap.json
generated
22
npm-shrinkwrap.json
generated
@ -2179,20 +2179,30 @@
|
||||
"dev": true
|
||||
},
|
||||
"etcher-image-write": {
|
||||
"version": "9.1.2",
|
||||
"from": "etcher-image-write@9.1.2",
|
||||
"resolved": "https://registry.npmjs.org/etcher-image-write/-/etcher-image-write-9.1.2.tgz",
|
||||
"version": "9.1.3",
|
||||
"from": "etcher-image-write@9.1.3",
|
||||
"resolved": "https://registry.npmjs.org/etcher-image-write/-/etcher-image-write-9.1.3.tgz",
|
||||
"dependencies": {
|
||||
"bluebird": {
|
||||
"version": "3.5.0",
|
||||
"from": "bluebird@>=3.4.7 <4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.0.tgz"
|
||||
},
|
||||
"debug": {
|
||||
"version": "2.6.6",
|
||||
"from": "debug@>=2.6.6 <3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.6.tgz"
|
||||
},
|
||||
"lodash": {
|
||||
"version": "4.17.4",
|
||||
"from": "lodash@>=4.17.4 <5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz"
|
||||
},
|
||||
"ms": {
|
||||
"version": "0.7.3",
|
||||
"from": "ms@0.7.3",
|
||||
"resolved": "https://registry.npmjs.org/ms/-/ms-0.7.3.tgz"
|
||||
},
|
||||
"through2": {
|
||||
"version": "2.0.3",
|
||||
"from": "through2@>=2.0.1 <3.0.0",
|
||||
@ -5225,8 +5235,7 @@
|
||||
"os-tmpdir": {
|
||||
"version": "1.0.2",
|
||||
"from": "os-tmpdir@>=1.0.1 <1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
|
||||
"dev": true
|
||||
"resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz"
|
||||
},
|
||||
"osenv": {
|
||||
"version": "0.1.4",
|
||||
@ -6668,8 +6677,7 @@
|
||||
"tmp": {
|
||||
"version": "0.0.31",
|
||||
"from": "tmp@0.0.31",
|
||||
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.31.tgz",
|
||||
"dev": true
|
||||
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.31.tgz"
|
||||
},
|
||||
"to-arraybuffer": {
|
||||
"version": "1.0.1",
|
||||
|
@ -53,7 +53,6 @@
|
||||
"macos-alias",
|
||||
"fs-xattr",
|
||||
"ds-store",
|
||||
"diskpart",
|
||||
"appdmg"
|
||||
],
|
||||
"builder": {
|
||||
@ -83,7 +82,7 @@
|
||||
"command-join": "^2.0.0",
|
||||
"drivelist": "^5.0.19",
|
||||
"electron-is-running-in-asar": "^1.0.0",
|
||||
"etcher-image-write": "^9.1.2",
|
||||
"etcher-image-write": "^9.1.3",
|
||||
"file-type": "^4.1.0",
|
||||
"flexboxgrid": "^6.3.0",
|
||||
"immutable": "^3.8.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user