Skip to content

Commit

Permalink
deps: make-fetch-happen@10.2.0 (#5190)
Browse files Browse the repository at this point in the history
* store link header in cached responses
  • Loading branch information
wraithgar committed Jul 20, 2022
1 parent 8ab5fca commit 3ae1b81
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions node_modules/make-fetch-happen/lib/cache/entry.js
Expand Up @@ -35,6 +35,7 @@ const KEEP_RESPONSE_HEADERS = [
'etag',
'expires',
'last-modified',
'link',
'location',
'pragma',
'vary',
Expand Down
2 changes: 1 addition & 1 deletion node_modules/make-fetch-happen/package.json
@@ -1,6 +1,6 @@
{
"name": "make-fetch-happen",
"version": "10.1.8",
"version": "10.2.0",
"description": "Opinionated, caching, retrying fetch client",
"main": "lib/index.js",
"files": [
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json
Expand Up @@ -122,7 +122,7 @@
"libnpmsearch": "^5.0.2",
"libnpmteam": "^4.0.2",
"libnpmversion": "^3.0.1",
"make-fetch-happen": "^10.1.8",
"make-fetch-happen": "^10.2.0",
"minipass": "^3.1.6",
"minipass-pipeline": "^1.2.4",
"mkdirp": "^1.0.4",
Expand Down Expand Up @@ -4612,9 +4612,9 @@
"peer": true
},
"node_modules/make-fetch-happen": {
"version": "10.1.8",
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.1.8.tgz",
"integrity": "sha512-0ASJbG12Au6+N5I84W+8FhGS6iM8MyzvZady+zaQAu+6IOaESFzCLLD0AR1sAFF3Jufi8bxm586ABN6hWd3k7g==",
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.2.0.tgz",
"integrity": "sha512-OnEfCLofQVJ5zgKwGk55GaqosqKjaR6khQlJY3dBAA+hM25Bc5CmX5rKUfVut+rYA3uidA7zb7AvcglU87rPRg==",
"inBundle": true,
"dependencies": {
"agentkeepalive": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -90,7 +90,7 @@
"libnpmsearch": "^5.0.2",
"libnpmteam": "^4.0.2",
"libnpmversion": "^3.0.1",
"make-fetch-happen": "^10.1.8",
"make-fetch-happen": "^10.2.0",
"minipass": "^3.1.6",
"minipass-pipeline": "^1.2.4",
"mkdirp": "^1.0.4",
Expand Down

0 comments on commit 3ae1b81

Please sign in to comment.