diff --git a/package-lock.json b/package-lock.json index a6b588824..733b6ef8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "express-async-errors": "^3.1.1", "fluent-ffmpeg": "^2.1.3", "form-data": "^4.0.5", - "https-proxy-agent": "^7.0.6", + "https-proxy-agent": "^8.0.0", "i18next": "^25.8.18", "jimp": "^1.6.0", "json-schema": "^0.4.0", @@ -9454,18 +9454,27 @@ } }, "node_modules/https-proxy-agent": { - "version": "7.0.6", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz", - "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-8.0.0.tgz", + "integrity": "sha512-YYeW+iCnAS3xhvj2dvVoWgsbca3RfQy/IlaNHHOtDmU0jMqPI9euIq3Y9BJETdxk16h9NHHCKqp/KB9nIMStCQ==", "license": "MIT", "dependencies": { - "agent-base": "^7.1.2", - "debug": "4" + "agent-base": "8.0.0", + "debug": "^4.3.4" }, "engines": { "node": ">= 14" } }, + "node_modules/https-proxy-agent/node_modules/agent-base": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-8.0.0.tgz", + "integrity": "sha512-QT8i0hCz6C/KQ+KTAbSNwCHDGdmUJl2tp2ZpNlGSWCfhUNVbYG2WLE3MdZGBAgXPV4GAvjGMxo+C1hroyxmZEg==", + "license": "MIT", + "engines": { + "node": ">= 14" + } + }, "node_modules/humanize-ms": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", diff --git a/package.json b/package.json index a6159cd5f..71e885cad 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "express-async-errors": "^3.1.1", "fluent-ffmpeg": "^2.1.3", "form-data": "^4.0.5", - "https-proxy-agent": "^7.0.6", + "https-proxy-agent": "^8.0.0", "i18next": "^25.8.18", "jimp": "^1.6.0", "json-schema": "^0.4.0",