Skip to content

Commit e57f112

Browse files
committed
deps: minipass-fetch@4.0.1
1 parent 3daabb1 commit e57f112

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

node_modules/minipass-fetch/lib/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,7 @@ const fetch = async (url, opts) => {
318318
if (codings === 'deflate' || codings === 'x-deflate') {
319319
// handle the infamous raw deflate response from old servers
320320
// a hack for old IIS and Apache servers
321-
const raw = res.pipe(new Minipass())
322-
raw.once('data', chunk => {
321+
res.once('data', chunk => {
323322
// see http://stackoverflow.com/questions/37519828
324323
const decoder = (chunk[0] & 0x0F) === 0x08
325324
? new zlib.Inflate()

node_modules/minipass-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minipass-fetch",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "An implementation of window.fetch in Node.js using Minipass streams",
55
"license": "MIT",
66
"main": "lib/index.js",

package-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11917,9 +11917,9 @@
1191711917
}
1191811918
},
1191911919
"node_modules/minipass-fetch": {
11920-
"version": "4.0.0",
11921-
"resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-4.0.0.tgz",
11922-
"integrity": "sha512-2v6aXUXwLP1Epd/gc32HAMIWoczx+fZwEPRHm/VwtrJzRGwR1qGZXEYV3Zp8ZjjbwaZhMrM6uHV4KVkk+XCc2w==",
11920+
"version": "4.0.1",
11921+
"resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-4.0.1.tgz",
11922+
"integrity": "sha512-j7U11C5HXigVuutxebFadoYBbd7VSdZWggSe64NVdvWNBqGAiXPL2QVCehjmw7lY1oF9gOllYbORh+hiNgfPgQ==",
1192311923
"inBundle": true,
1192411924
"license": "MIT",
1192511925
"dependencies": {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy