Skip to content

Commit 61112f7

Browse files
authoredJun 22, 2022
deps: make-fetch-happen@10.1.8 (#5044)
1 parent 3e28f3c commit 61112f7

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const getPath = u => u.pathname + u.search + u.hash
171171

172172
const HttpProxyAgent = require('http-proxy-agent')
173173
const HttpsProxyAgent = require('https-proxy-agent')
174-
const SocksProxyAgent = require('socks-proxy-agent')
174+
const { SocksProxyAgent } = require('socks-proxy-agent')
175175
module.exports.getProxy = getProxy
176176
function getProxy (proxyUrl, opts, isHttps) {
177177
// our current proxy agents do not support an overridden dns lookup method, so will not

‎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.1.7",
3+
"version": "10.1.8",
44
"description": "Opinionated, caching, retrying fetch client",
55
"main": "lib/index.js",
66
"files": [

‎package-lock.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"libnpmsearch": "^5.0.2",
122122
"libnpmteam": "^4.0.2",
123123
"libnpmversion": "^3.0.1",
124-
"make-fetch-happen": "^10.1.7",
124+
"make-fetch-happen": "^10.1.8",
125125
"minipass": "^3.1.6",
126126
"minipass-pipeline": "^1.2.4",
127127
"mkdirp": "^1.0.4",
@@ -4613,9 +4613,9 @@
46134613
"peer": true
46144614
},
46154615
"node_modules/make-fetch-happen": {
4616-
"version": "10.1.7",
4617-
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.1.7.tgz",
4618-
"integrity": "sha512-J/2xa2+7zlIUKqfyXDCXFpH3ypxO4k3rgkZHPSZkyUYcBT/hM80M3oyKLM/9dVriZFiGeGGS2Ei+0v2zfhqj3Q==",
4616+
"version": "10.1.8",
4617+
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.1.8.tgz",
4618+
"integrity": "sha512-0ASJbG12Au6+N5I84W+8FhGS6iM8MyzvZady+zaQAu+6IOaESFzCLLD0AR1sAFF3Jufi8bxm586ABN6hWd3k7g==",
46194619
"inBundle": true,
46204620
"dependencies": {
46214621
"agentkeepalive": "^4.2.1",
@@ -13289,9 +13289,9 @@
1328913289
"peer": true
1329013290
},
1329113291
"make-fetch-happen": {
13292-
"version": "10.1.7",
13293-
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.1.7.tgz",
13294-
"integrity": "sha512-J/2xa2+7zlIUKqfyXDCXFpH3ypxO4k3rgkZHPSZkyUYcBT/hM80M3oyKLM/9dVriZFiGeGGS2Ei+0v2zfhqj3Q==",
13292+
"version": "10.1.8",
13293+
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.1.8.tgz",
13294+
"integrity": "sha512-0ASJbG12Au6+N5I84W+8FhGS6iM8MyzvZady+zaQAu+6IOaESFzCLLD0AR1sAFF3Jufi8bxm586ABN6hWd3k7g==",
1329513295
"requires": {
1329613296
"agentkeepalive": "^4.2.1",
1329713297
"cacache": "^16.1.0",

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"libnpmsearch": "^5.0.2",
9191
"libnpmteam": "^4.0.2",
9292
"libnpmversion": "^3.0.1",
93-
"make-fetch-happen": "^10.1.7",
93+
"make-fetch-happen": "^10.1.8",
9494
"minipass": "^3.1.6",
9595
"minipass-pipeline": "^1.2.4",
9696
"mkdirp": "^1.0.4",

0 commit comments

Comments
 (0)
Please sign in to comment.