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:
parent
e17ad669a1
commit
ab0892bd64
14
npm-shrinkwrap.json
generated
14
npm-shrinkwrap.json
generated
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user