From ab0892bd644f7980dfcc550e5533a97a1b4b2a76 Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Thu, 21 Feb 2019 23:31:32 +0100 Subject: [PATCH] Update web-streams-polyfill Fixes a memory leak in Node.js (see https://github.com/MattiasBuelens/web-streams-polyfill/pull/8). --- npm-shrinkwrap.json | 14 +++----------- package.json | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 16b5d76c..d9dd6f5d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -5,12 +5,9 @@ "requires": true, "dependencies": { "@mattiasbuelens/web-streams-polyfill": { - "version": "0.1.0-alpha.4", - "resolved": "https://registry.npmjs.org/@mattiasbuelens/web-streams-polyfill/-/web-streams-polyfill-0.1.0-alpha.4.tgz", - "integrity": "sha512-WAsiWLWc7ZNS1b0qFAoKSFLeqXesPa60YelVE3pPKc6pZ4iuSW9l6DBxY4hMPQj1dQCBDrUHJj/NDSjE85bTRQ==", - "requires": { - "@types/whatwg-streams": "0.0.5" - } + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@mattiasbuelens/web-streams-polyfill/-/web-streams-polyfill-0.3.1.tgz", + "integrity": "sha512-IW+tCurEH2NL2tA3KKFAMXa90WWmTJMZksnQWMABe3bMijV7hEiOLthy4tKGTnUTV8qVf8WTCApiGmKb75Bxkg==" }, "@sinonjs/formatio": { "version": "2.0.0", @@ -21,11 +18,6 @@ "samsam": "1.3.0" } }, - "@types/whatwg-streams": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/@types/whatwg-streams/-/whatwg-streams-0.0.5.tgz", - "integrity": "sha512-y1UgRuGO64x/v+UIerA2AMquW/qxaIUD95rbf8FYxtVG//D3381+JexnZfcEiZSqXErdxdPmXpz8srY7gs9Grw==" - }, "JSONStream": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.3.tgz", diff --git a/package.json b/package.json index 174a7ef7..0de75ac0 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "whatwg-fetch": "^2.0.3" }, "dependencies": { - "@mattiasbuelens/web-streams-polyfill": "0.1.0-alpha.4", + "@mattiasbuelens/web-streams-polyfill": "^0.3.1", "address-rfc2822": "^2.0.3", "asmcrypto.js": "github:openpgpjs/asmcrypto#6e4e407b9b8ae317925a9e677cc7b4de3e447e83", "asn1.js": "^5.0.0",