diff --git a/package-lock.json b/package-lock.json index 18512ac..7c8ba39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3374,9 +3374,9 @@ } }, "https-proxy-agent": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.2.tgz", - "integrity": "sha512-c8Ndjc9Bkpfx/vCJueCPy0jlP4ccCCSNDp8xwCZzPjKJUm+B+u9WX2x98Qx4n1PiMNTWo3D7KK5ifNV/yJyRzg==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-3.0.0.tgz", + "integrity": "sha512-y4jAxNEihqvBI5F3SaO2rtsjIOnnNA8sEbuiP+UhJZJHeM2NRm6c09ax2tgqme+SgUUvjao2fJXF4h3D6Cb2HQ==", "requires": { "agent-base": "^4.3.0", "debug": "^3.1.0" diff --git a/package.json b/package.json index 613cdde..b2afa97 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "cheerio": "^1.0.0-rc.3", "debug": "^4.1.1", "eazydict-standard-output": "^1.7.2", - "https-proxy-agent": "^2.2.2", + "https-proxy-agent": "^3.0.0", "lodash.assign": "^4.2.0", "node-fetch": "^2.6.0", "p-retry": "^4.1.0",