Update etcher-sdk to ^2.0.5

Changelog-entry: Fix gzipped files verification percentage and dmg verification.
Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2019-04-30 18:37:21 +02:00
parent 63d0f5e2c6
commit 9d78da941b
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -5273,9 +5273,9 @@
"integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs="
},
"etcher-sdk": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/etcher-sdk/-/etcher-sdk-2.0.3.tgz",
"integrity": "sha512-Ix+d7czuIMXyjCztmqD75iJdAY4b17HdLhMDjXd5vLUhWdq/qBPkjyuNn1TZosyrEyZ+hoe3+ZOSLjLFL2GHLA==",
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/etcher-sdk/-/etcher-sdk-2.0.5.tgz",
"integrity": "sha512-222NEcUeKQqvBf0rPL0mmuEIuxpuQpmMSZRLv3mCXsOT4/cgtYPbwQAlEtTbRPRbFMfyO+7yhwf20PXgfhU5/A==",
"requires": {
"@types/node": "^6.0.112",
"axios": "^0.18.0",

View File

@ -49,7 +49,7 @@
"debug": "^3.1.0",
"electron-is-running-in-asar": "^1.0.0",
"electron-updater": "4.0.6",
"etcher-sdk": "^2.0.3",
"etcher-sdk": "^2.0.5",
"flexboxgrid": "^6.3.0",
"immutable": "^3.8.1",
"inactivity-timer": "^1.0.0",