diff --git a/package-lock.json b/package-lock.json index ed8603ff..9f8d3d53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@slack/web-api": "^7.2.0", "axios": "^1.7.2", "flat": "^5.0.2", - "https-proxy-agent": "^7.0.4", + "https-proxy-agent": "^7.0.5", "markup-js": "^1.5.21", "whatwg-url": "^14.0.0" }, @@ -3261,9 +3261,9 @@ "dev": true }, "node_modules/https-proxy-agent": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz", - "integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==", + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz", + "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==", "dependencies": { "agent-base": "^7.0.2", "debug": "4" diff --git a/package.json b/package.json index 70c1a831..b0534c6f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@slack/web-api": "^7.2.0", "axios": "^1.7.2", "flat": "^5.0.2", - "https-proxy-agent": "^7.0.4", + "https-proxy-agent": "^7.0.5", "markup-js": "^1.5.21", "whatwg-url": "^14.0.0" },