Skip to content

Commit 2592b45

Browse files
committed
1 parent 3174366 commit 2592b45

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

node_modules/agent-base/dist/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,7 @@ class Agent extends http.Agent {
111111
// In order to properly update the socket pool, we need to call `getName()` on
112112
// the core `https.Agent` if it is a secureEndpoint.
113113
getName(options) {
114-
const secureEndpoint = typeof options.secureEndpoint === 'boolean'
115-
? options.secureEndpoint
116-
: this.isSecureEndpoint(options);
114+
const secureEndpoint = this.isSecureEndpoint(options);
117115
if (secureEndpoint) {
118116
// @ts-expect-error `getName()` isn't defined in `@types/node`
119117
return https_1.Agent.prototype.getName.call(this, options);

node_modules/agent-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-base",
3-
"version": "7.1.3",
3+
"version": "7.1.4",
44
"description": "Turn a function into an `http.Agent` instance",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

package-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
"remark-man": "^8.0.1",
202202
"remark-parse": "^10.0.1",
203203
"remark-rehype": "^10.1.0",
204-
"semver": "^7.3.8",
204+
"semver": "^7.7.4",
205205
"tap": "^16.3.8",
206206
"unified": "^10.1.2",
207207
"yaml": "^2.2.1"
@@ -3523,9 +3523,9 @@
35233523
}
35243524
},
35253525
"node_modules/agent-base": {
3526-
"version": "7.1.3",
3527-
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
3528-
"integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
3526+
"version": "7.1.4",
3527+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
3528+
"integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
35293529
"inBundle": true,
35303530
"license": "MIT",
35313531
"engines": {

0 commit comments

Comments
 (0)