Skip to content

Commit 1138038

Browse files
committedFeb 7, 2023
deps: make-fetch-happen@11.0.3
1 parent a5631b1 commit 1138038

File tree

3 files changed

+10
-14
lines changed

3 files changed

+10
-14
lines changed
 

‎node_modules/make-fetch-happen/package.json

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "make-fetch-happen",
3-
"version": "11.0.2",
3+
"version": "11.0.3",
44
"description": "Opinionated, caching, retrying fetch client",
55
"main": "lib/index.js",
66
"files": [
@@ -35,13 +35,12 @@
3535
"dependencies": {
3636
"agentkeepalive": "^4.2.1",
3737
"cacache": "^17.0.0",
38-
"http-cache-semantics": "^4.1.0",
38+
"http-cache-semantics": "^4.1.1",
3939
"http-proxy-agent": "^5.0.0",
4040
"https-proxy-agent": "^5.0.0",
4141
"is-lambda": "^1.0.1",
4242
"lru-cache": "^7.7.1",
4343
"minipass": "^4.0.0",
44-
"minipass-collect": "^1.0.2",
4544
"minipass-fetch": "^3.0.0",
4645
"minipass-flush": "^1.0.5",
4746
"minipass-pipeline": "^1.2.4",
@@ -52,10 +51,8 @@
5251
},
5352
"devDependencies": {
5453
"@npmcli/eslint-config": "^4.0.0",
55-
"@npmcli/template-oss": "4.10.0",
56-
"mkdirp": "^1.0.4",
54+
"@npmcli/template-oss": "4.11.3",
5755
"nock": "^13.2.4",
58-
"rimraf": "^3.0.2",
5956
"safe-buffer": "^5.2.1",
6057
"standard-version": "^9.3.2",
6158
"tap": "^16.0.0"
@@ -75,6 +72,6 @@
7572
},
7673
"templateOSS": {
7774
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
78-
"version": "4.10.0"
75+
"version": "4.11.3"
7976
}
8077
}

‎package-lock.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"libnpmsearch": "^6.0.2",
119119
"libnpmteam": "^5.0.2",
120120
"libnpmversion": "^4.0.2",
121-
"make-fetch-happen": "^11.0.2",
121+
"make-fetch-happen": "^11.0.3",
122122
"minimatch": "^5.1.1",
123123
"minipass": "^4.0.0",
124124
"minipass-pipeline": "^1.2.4",
@@ -7115,20 +7115,19 @@
71157115
"dev": true
71167116
},
71177117
"node_modules/make-fetch-happen": {
7118-
"version": "11.0.2",
7119-
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.0.2.tgz",
7120-
"integrity": "sha512-5n/Pq41w/uZghpdlXAY5kIM85RgJThtTH/NYBRAZ9VUOBWV90USaQjwGrw76fZP3Lj5hl/VZjpVvOaRBMoL/2w==",
7118+
"version": "11.0.3",
7119+
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.0.3.tgz",
7120+
"integrity": "sha512-oPLh5m10lRNNZDjJ2kP8UpboUx2uFXVaVweVe/lWut4iHWcQEmfqSVJt2ihZsFI8HbpwyyocaXbCAWf0g1ukIA==",
71217121
"inBundle": true,
71227122
"dependencies": {
71237123
"agentkeepalive": "^4.2.1",
71247124
"cacache": "^17.0.0",
7125-
"http-cache-semantics": "^4.1.0",
7125+
"http-cache-semantics": "^4.1.1",
71267126
"http-proxy-agent": "^5.0.0",
71277127
"https-proxy-agent": "^5.0.0",
71287128
"is-lambda": "^1.0.1",
71297129
"lru-cache": "^7.7.1",
71307130
"minipass": "^4.0.0",
7131-
"minipass-collect": "^1.0.2",
71327131
"minipass-fetch": "^3.0.0",
71337132
"minipass-flush": "^1.0.5",
71347133
"minipass-pipeline": "^1.2.4",

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"libnpmsearch": "^6.0.2",
8787
"libnpmteam": "^5.0.2",
8888
"libnpmversion": "^4.0.2",
89-
"make-fetch-happen": "^11.0.2",
89+
"make-fetch-happen": "^11.0.3",
9090
"minimatch": "^5.1.1",
9191
"minipass": "^4.0.0",
9292
"minipass-pipeline": "^1.2.4",

0 commit comments

Comments
 (0)
Please sign in to comment.