diff --git a/package-lock.json b/package-lock.json index f6fa1202..56d149b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "form-data": "4.0.0", "google-auth-library": "7.14.1", "googleapis": "73.0.0", - "https-proxy-agent": "7.0.4", + "https-proxy-agent": "7.0.5", "inquirer": "8.2.6", "keytar": "7.9.0", "ldapjs": "2.3.3", @@ -12280,9 +12280,10 @@ } }, "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==", + "license": "MIT", "dependencies": { "agent-base": "^7.0.2", "debug": "4" @@ -12292,9 +12293,10 @@ } }, "node_modules/https-proxy-agent/node_modules/agent-base": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz", - "integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", + "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==", + "license": "MIT", "dependencies": { "debug": "^4.3.4" }, diff --git a/package.json b/package.json index fbb07b6a..05241baa 100644 --- a/package.json +++ b/package.json @@ -158,7 +158,7 @@ "form-data": "4.0.0", "google-auth-library": "7.14.1", "googleapis": "73.0.0", - "https-proxy-agent": "7.0.4", + "https-proxy-agent": "7.0.5", "inquirer": "8.2.6", "keytar": "7.9.0", "ldapjs": "2.3.3",