From 4417d9491363c5db0c264220c6bf1c0fd3f007e3 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Tue, 21 Mar 2017 14:31:58 -0400 Subject: [PATCH] upgrade: `unbzip2-stream` to v1.0.11 (#1194) We believe this issue fixes the "rawr i'm a dinosaur" error on certain problematic images. Gives this only happens on a minority of images, we couldn't confirm that the fix really solves the issue, but we'll include the upgrade on the next Etcher version and see how it goes in the real world. Change-Type: patch Changelog-Entry: Fix "rawr i'm a dinosaur" bzip2 error. Fixes: https://github.com/resin-io/etcher/issues/734 Signed-off-by: Juan Cruz Viotti --- npm-shrinkwrap.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ac1e9360..3b59fa98 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6939,9 +6939,9 @@ "dev": true }, "unbzip2-stream": { - "version": "1.0.10", - "from": "unbzip2-stream@>=1.0.10 <2.0.0", - "resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.0.10.tgz" + "version": "1.0.11", + "from": "unbzip2-stream@1.0.11", + "resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.0.11.tgz" }, "unc-path-regex": { "version": "0.1.2", diff --git a/package.json b/package.json index bdee468d..9076b111 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "sudo-prompt": "^6.1.0", "tail": "^1.1.0", "trackjs": "^2.1.16", - "unbzip2-stream": "^1.0.10", + "unbzip2-stream": "^1.0.11", "username": "^2.1.0", "yargs": "^4.6.0", "yauzl": "^2.6.0"