Skip to content

Commit 7d564bd

Browse files
committed
1 parent d39b2ee commit 7d564bd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

node_modules/make-fetch-happen/lib/cache/entry.js

+1
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ class CacheEntry {
288288
// stick a flag on here so downstream users will know if they can expect integrity events
289289
tee.pipe(cacheStream)
290290
// TODO if the cache write fails, log a warning but return the response anyway
291+
// eslint-disable-next-line promise/catch-or-return
291292
cacheStream.promise().then(cacheWriteResolve, cacheWriteReject)
292293
body.unshift(tee)
293294
body.unshift(this.response.body)

node_modules/make-fetch-happen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "make-fetch-happen",
3-
"version": "10.2.0",
3+
"version": "10.2.1",
44
"description": "Opinionated, caching, retrying fetch client",
55
"main": "lib/index.js",
66
"files": [

package-lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4637,9 +4637,9 @@
46374637
"peer": true
46384638
},
46394639
"node_modules/make-fetch-happen": {
4640-
"version": "10.2.0",
4641-
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.2.0.tgz",
4642-
"integrity": "sha512-OnEfCLofQVJ5zgKwGk55GaqosqKjaR6khQlJY3dBAA+hM25Bc5CmX5rKUfVut+rYA3uidA7zb7AvcglU87rPRg==",
4640+
"version": "10.2.1",
4641+
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.2.1.tgz",
4642+
"integrity": "sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==",
46434643
"inBundle": true,
46444644
"dependencies": {
46454645
"agentkeepalive": "^4.2.1",

0 commit comments

Comments
 (0)