diff --git a/package-lock.json b/package-lock.json index 7b4ffcf1..57edd109 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@slack/web-api": "^6.11.1", "axios": "^1.5.1", "flat": "^5.0.2", - "https-proxy-agent": "^7.0.2", + "https-proxy-agent": "^7.0.4", "markup-js": "^1.5.21", "whatwg-url": "^14.0.0" }, @@ -3335,9 +3335,9 @@ "dev": true }, "node_modules/https-proxy-agent": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz", - "integrity": "sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==", + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz", + "integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==", "dependencies": { "agent-base": "^7.0.2", "debug": "4" diff --git a/package.json b/package.json index ec9efa15..7590ec80 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@slack/web-api": "^6.11.1", "axios": "^1.5.1", "flat": "^5.0.2", - "https-proxy-agent": "^7.0.2", + "https-proxy-agent": "^7.0.4", "markup-js": "^1.5.21", "whatwg-url": "^14.0.0" },