Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornlf <quitlahok@gmail.com>2022-03-29 19:43:20 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-03-30 03:23:15 +0300
commit52dfaf239a3f66a05ee9d6148bc41a46b5adffd6 (patch)
treefa05ed381665ba3bdda1fb53d279db26a03a80f9 /node_modules
parent8b65bfd5d610a70e1a860936be1a47f3a3df7f32 (diff)
deps: make-fetch-happen@10.1.1
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/make-fetch-happen/lib/dns.js2
-rw-r--r--node_modules/make-fetch-happen/package.json6
2 files changed, 4 insertions, 4 deletions
diff --git a/node_modules/make-fetch-happen/lib/dns.js b/node_modules/make-fetch-happen/lib/dns.js
index f817c59f7..13102b57c 100644
--- a/node_modules/make-fetch-happen/lib/dns.js
+++ b/node_modules/make-fetch-happen/lib/dns.js
@@ -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 })
diff --git a/node_modules/make-fetch-happen/package.json b/node_modules/make-fetch-happen/package.json
index e4afddba5..0e147be69 100644
--- a/node_modules/make-fetch-happen/package.json
+++ b/node_modules/make-fetch-happen/package.json
@@ -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"
}
}