upgrade(package): Update to etcher-sdk@0.1.28

Change-type: patch
Signed-off-by: Alexis Svinartchouk <alexis@resin.io>
This commit is contained in:
Alexis Svinartchouk 2018-10-19 15:51:00 +02:00
parent 3344f1fd88
commit 66457ca0c7
2 changed files with 7 additions and 17 deletions

22
npm-shrinkwrap.json generated
View File

@ -633,10 +633,6 @@
"resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz",
"dev": true
},
"async-mutex": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/async-mutex/-/async-mutex-0.1.3.tgz"
},
"asynckit": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz"
@ -3082,8 +3078,8 @@
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz"
},
"etcher-sdk": {
"version": "0.1.27",
"resolved": "https://registry.npmjs.org/etcher-sdk/-/etcher-sdk-0.1.27.tgz",
"version": "0.1.28",
"resolved": "https://registry.npmjs.org/etcher-sdk/-/etcher-sdk-0.1.28.tgz",
"dependencies": {
"@types/node": {
"version": "6.14.0",
@ -3092,6 +3088,10 @@
"bluebird": {
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.2.tgz"
},
"node-raspberrypi-usbboot": {
"version": "0.0.12",
"resolved": "https://registry.npmjs.org/node-raspberrypi-usbboot/-/node-raspberrypi-usbboot-0.0.12.tgz"
}
}
},
@ -5680,16 +5680,6 @@
}
}
},
"node-raspberrypi-usbboot": {
"version": "0.0.10",
"resolved": "https://registry.npmjs.org/node-raspberrypi-usbboot/-/node-raspberrypi-usbboot-0.0.10.tgz",
"dependencies": {
"@types/node": {
"version": "6.14.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-6.14.0.tgz"
}
}
},
"node-sass": {
"version": "4.7.2",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.7.2.tgz",

View File

@ -62,7 +62,7 @@
"debug": "3.1.0",
"drivelist": "6.4.6",
"electron-is-running-in-asar": "1.0.0",
"etcher-sdk": "^0.1.27",
"etcher-sdk": "^0.1.28",
"flexboxgrid": "6.3.0",
"immutable": "3.8.1",
"inactivity-timer": "1.0.0",