From 7e26be248f22bf37392d26ad3083457babeba4db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Jul 2024 10:11:57 +0000 Subject: [PATCH] fix: upgrade https-proxy-agent from 7.0.4 to 7.0.5 Snyk has created this PR to upgrade https-proxy-agent from 7.0.4 to 7.0.5. See this package in npm: https-proxy-agent See this project in Snyk: https://app.snyk.io/org/blankll/project/2789fac8-f97f-4e82-9208-aedb3f11f9a8?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 03ba7c0..42160a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "debug": "^4.3.5", "execa": "^5.1.1", - "https-proxy-agent": "^7.0.4", + "https-proxy-agent": "^7.0.5", "node-fetch": "^2.7.0", "tar-fs": "^3.0.5" }, @@ -2991,9 +2991,10 @@ "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==", + "license": "MIT", "dependencies": { "agent-base": "^7.0.2", "debug": "4" diff --git a/package.json b/package.json index bac1d91..17a6c0c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "dependencies": { "debug": "^4.3.5", "execa": "^5.1.1", - "https-proxy-agent": "^7.0.4", + "https-proxy-agent": "^7.0.5", "node-fetch": "^2.7.0", "tar-fs": "^3.0.5" },