Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Feb 7, 2023
1 parent a5631b1 commit 1138038
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
11 changes: 4 additions & 7 deletions node_modules/make-fetch-happen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "make-fetch-happen",
"version": "11.0.2",
"version": "11.0.3",
"description": "Opinionated, caching, retrying fetch client",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -35,13 +35,12 @@
"dependencies": {
"agentkeepalive": "^4.2.1",
"cacache": "^17.0.0",
"http-cache-semantics": "^4.1.0",
"http-cache-semantics": "^4.1.1",
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.0",
"is-lambda": "^1.0.1",
"lru-cache": "^7.7.1",
"minipass": "^4.0.0",
"minipass-collect": "^1.0.2",
"minipass-fetch": "^3.0.0",
"minipass-flush": "^1.0.5",
"minipass-pipeline": "^1.2.4",
Expand All @@ -52,10 +51,8 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.10.0",
"mkdirp": "^1.0.4",
"@npmcli/template-oss": "4.11.3",
"nock": "^13.2.4",
"rimraf": "^3.0.2",
"safe-buffer": "^5.2.1",
"standard-version": "^9.3.2",
"tap": "^16.0.0"
Expand All @@ -75,6 +72,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.10.0"
"version": "4.11.3"
}
}
11 changes: 5 additions & 6 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"libnpmsearch": "^6.0.2",
"libnpmteam": "^5.0.2",
"libnpmversion": "^4.0.2",
"make-fetch-happen": "^11.0.2",
"make-fetch-happen": "^11.0.3",
"minimatch": "^5.1.1",
"minipass": "^4.0.0",
"minipass-pipeline": "^1.2.4",
Expand Down Expand Up @@ -7115,20 +7115,19 @@
"dev": true
},
"node_modules/make-fetch-happen": {
"version": "11.0.2",
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.0.2.tgz",
"integrity": "sha512-5n/Pq41w/uZghpdlXAY5kIM85RgJThtTH/NYBRAZ9VUOBWV90USaQjwGrw76fZP3Lj5hl/VZjpVvOaRBMoL/2w==",
"version": "11.0.3",
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.0.3.tgz",
"integrity": "sha512-oPLh5m10lRNNZDjJ2kP8UpboUx2uFXVaVweVe/lWut4iHWcQEmfqSVJt2ihZsFI8HbpwyyocaXbCAWf0g1ukIA==",
"inBundle": true,
"dependencies": {
"agentkeepalive": "^4.2.1",
"cacache": "^17.0.0",
"http-cache-semantics": "^4.1.0",
"http-cache-semantics": "^4.1.1",
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.0",
"is-lambda": "^1.0.1",
"lru-cache": "^7.7.1",
"minipass": "^4.0.0",
"minipass-collect": "^1.0.2",
"minipass-fetch": "^3.0.0",
"minipass-flush": "^1.0.5",
"minipass-pipeline": "^1.2.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"libnpmsearch": "^6.0.2",
"libnpmteam": "^5.0.2",
"libnpmversion": "^4.0.2",
"make-fetch-happen": "^11.0.2",
"make-fetch-happen": "^11.0.3",
"minimatch": "^5.1.1",
"minipass": "^4.0.0",
"minipass-pipeline": "^1.2.4",
Expand Down

0 comments on commit 1138038

Please sign in to comment.