Skip to content

Commit 7028010

Browse files
authored
1 parent f57d6e3 commit 7028010

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

node_modules/make-fetch-happen/lib/agent.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,12 @@ function getAgent (uri, opts) {
7676
localAddress: opts.localAddress,
7777
rejectUnauthorized: opts.rejectUnauthorized,
7878
timeout: agentTimeout,
79+
freeSocketTimeout: 15000,
7980
}) : new HttpAgent({
8081
maxSockets: agentMaxSockets,
8182
localAddress: opts.localAddress,
8283
timeout: agentTimeout,
84+
freeSocketTimeout: 15000,
8385
})
8486
AGENT_CACHE.set(key, agent)
8587
return agent

node_modules/make-fetch-happen/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "make-fetch-happen",
3-
"version": "10.0.2",
3+
"version": "10.0.3",
44
"description": "Opinionated, caching, retrying fetch client",
55
"main": "lib/index.js",
66
"files": [
@@ -52,10 +52,9 @@
5252
},
5353
"devDependencies": {
5454
"@npmcli/template-oss": "^2.7.1",
55-
"eslint": "^8.8.0",
55+
"eslint": "^8.9.0",
5656
"mkdirp": "^1.0.4",
5757
"nock": "^13.2.4",
58-
"npmlog": "^6.0.1",
5958
"rimraf": "^3.0.2",
6059
"safe-buffer": "^5.2.1",
6160
"standard-version": "^9.3.2",

package-lock.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"libnpmsearch": "^4.0.1",
123123
"libnpmteam": "^3.0.1",
124124
"libnpmversion": "^2.0.2",
125-
"make-fetch-happen": "^10.0.2",
125+
"make-fetch-happen": "^10.0.3",
126126
"minipass": "^3.1.6",
127127
"minipass-pipeline": "^1.2.4",
128128
"mkdirp": "^1.0.4",
@@ -5020,9 +5020,9 @@
50205020
"peer": true
50215021
},
50225022
"node_modules/make-fetch-happen": {
5023-
"version": "10.0.2",
5024-
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.0.2.tgz",
5025-
"integrity": "sha512-JSFLK53NJP22FL/eAGOyKsWbc2G3v+toPMD7Dq9PJKQCvK0i3t8hGkKxe+3YZzwYa+c0kxRHu7uxH3fvO+rsaA==",
5023+
"version": "10.0.3",
5024+
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.0.3.tgz",
5025+
"integrity": "sha512-CzarPHynPpHjhF5in/YapnO44rSZeYX5VCMfdXa99+gLwpbfFLh20CWa6dP/taV9Net9PWJwXNKtp/4ZTCQnag==",
50265026
"inBundle": true,
50275027
"dependencies": {
50285028
"agentkeepalive": "^4.2.0",
@@ -14814,9 +14814,9 @@
1481414814
"peer": true
1481514815
},
1481614816
"make-fetch-happen": {
14817-
"version": "10.0.2",
14818-
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.0.2.tgz",
14819-
"integrity": "sha512-JSFLK53NJP22FL/eAGOyKsWbc2G3v+toPMD7Dq9PJKQCvK0i3t8hGkKxe+3YZzwYa+c0kxRHu7uxH3fvO+rsaA==",
14817+
"version": "10.0.3",
14818+
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.0.3.tgz",
14819+
"integrity": "sha512-CzarPHynPpHjhF5in/YapnO44rSZeYX5VCMfdXa99+gLwpbfFLh20CWa6dP/taV9Net9PWJwXNKtp/4ZTCQnag==",
1482014820
"requires": {
1482114821
"agentkeepalive": "^4.2.0",
1482214822
"cacache": "^15.3.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"libnpmsearch": "^4.0.1",
9191
"libnpmteam": "^3.0.1",
9292
"libnpmversion": "^2.0.2",
93-
"make-fetch-happen": "^10.0.2",
93+
"make-fetch-happen": "^10.0.3",
9494
"minipass": "^3.1.6",
9595
"minipass-pipeline": "^1.2.4",
9696
"mkdirp": "^1.0.4",

0 commit comments

Comments
 (0)