Skip to content

Commit 5383f3a

Browse files
committed
1 parent 1bb9a7d commit 5383f3a

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

node_modules/npm-registry-fetch/lib/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ function regFetch (uri, /* istanbul ignore next */ opts_ = {}) {
130130
},
131131
strictSSL: opts.strictSSL,
132132
timeout: opts.timeout || 30 * 1000,
133+
signal: opts.signal,
133134
}).then(res => checkResponse({
134135
method,
135136
uri,

node_modules/npm-registry-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-registry-fetch",
3-
"version": "19.0.0",
3+
"version": "19.1.0",
44
"description": "Fetch-based http client for use with npm registry APIs",
55
"main": "lib",
66
"files": [

package-lock.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"npm-package-arg": "^13.0.1",
133133
"npm-pick-manifest": "^11.0.3",
134134
"npm-profile": "^12.0.1",
135-
"npm-registry-fetch": "^19.0.0",
135+
"npm-registry-fetch": "^19.1.0",
136136
"npm-user-validate": "^3.0.0",
137137
"p-map": "^7.0.3",
138138
"pacote": "^21.0.3",
@@ -8599,7 +8599,9 @@
85998599
}
86008600
},
86018601
"node_modules/npm-registry-fetch": {
8602-
"version": "19.0.0",
8602+
"version": "19.1.0",
8603+
"resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-19.1.0.tgz",
8604+
"integrity": "sha512-xyZLfs7TxPu/WKjHUs0jZOPinzBAI32kEUel6za0vH+JUTnFZ5zbHI1ZoGZRDm6oMjADtrli6FxtMlk/5ABPNw==",
86038605
"inBundle": true,
86048606
"license": "ISC",
86058607
"dependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"npm-package-arg": "^13.0.1",
100100
"npm-pick-manifest": "^11.0.3",
101101
"npm-profile": "^12.0.1",
102-
"npm-registry-fetch": "^19.0.0",
102+
"npm-registry-fetch": "^19.1.0",
103103
"npm-user-validate": "^3.0.0",
104104
"p-map": "^7.0.3",
105105
"pacote": "^21.0.3",

0 commit comments

Comments
 (0)