Update web-streams-polyfill

Fixes a memory leak in Node.js (see
https://github.com/MattiasBuelens/web-streams-polyfill/pull/8).
This commit is contained in:
Daniel Huigens 2019-02-21 23:31:32 +01:00
parent e17ad669a1
commit ab0892bd64
2 changed files with 4 additions and 12 deletions

14
npm-shrinkwrap.json generated
View File

@ -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",

View File

@ -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",