Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
nlf authored and lukekarrys committed Mar 30, 2022

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 8b65bfd commit 52dfaf2
Showing 4 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion node_modules/make-fetch-happen/lib/dns.js
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ const defaultOptions = exports.defaultOptions = {
family: undefined,
hints: dns.ADDRCONFIG,
all: false,
verbatim: true,
verbatim: undefined,
}

const lookupCache = exports.lookupCache = new LRUCache({ max: 50 })
6 changes: 3 additions & 3 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": "10.1.0",
"version": "10.1.1",
"description": "Opinionated, caching, retrying fetch client",
"main": "lib/index.js",
"files": [
@@ -55,7 +55,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.1.2",
"@npmcli/template-oss": "3.2.0",
"mkdirp": "^1.0.4",
"nock": "^13.2.4",
"rimraf": "^3.0.2",
@@ -73,6 +73,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.1.2"
"version": "3.2.0"
}
}
11 changes: 7 additions & 4 deletions package-lock.json
Original file line number Diff line number Diff line change
@@ -124,7 +124,7 @@
"libnpmsearch": "^5.0.2",
"libnpmteam": "^4.0.2",
"libnpmversion": "^3.0.1",
"make-fetch-happen": "^10.1.0",
"make-fetch-happen": "^10.1.1",
"minipass": "^3.1.6",
"minipass-pipeline": "^1.2.4",
"mkdirp": "^1.0.4",
@@ -4451,9 +4451,10 @@
"peer": true
},
"node_modules/make-fetch-happen": {
"version": "10.1.0",
"version": "10.1.1",
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.1.1.tgz",
"integrity": "sha512-3/mCljDQNjmrP7kl0vhS5WVlV+TvSKoZaFhdiYV7MOijEnrhrjaVnqbp/EY/7S+fhUB2KpH7j8c1iRsIOs+kjw==",
"inBundle": true,
"license": "ISC",
"dependencies": {
"agentkeepalive": "^4.2.1",
"cacache": "^16.0.2",
@@ -12597,7 +12598,9 @@
"peer": true
},
"make-fetch-happen": {
"version": "10.1.0",
"version": "10.1.1",
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.1.1.tgz",
"integrity": "sha512-3/mCljDQNjmrP7kl0vhS5WVlV+TvSKoZaFhdiYV7MOijEnrhrjaVnqbp/EY/7S+fhUB2KpH7j8c1iRsIOs+kjw==",
"requires": {
"agentkeepalive": "^4.2.1",
"cacache": "^16.0.2",
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@
"libnpmsearch": "^5.0.2",
"libnpmteam": "^4.0.2",
"libnpmversion": "^3.0.1",
"make-fetch-happen": "^10.1.0",
"make-fetch-happen": "^10.1.1",
"minipass": "^3.1.6",
"minipass-pipeline": "^1.2.4",
"mkdirp": "^1.0.4",

0 comments on commit 52dfaf2

Please sign in to comment.