From f4774de51b92c731beb2a4ebf475b7f53117266e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Nov 2024 16:18:50 +0000 Subject: [PATCH] fix: upgrade https-proxy-agent from 7.0.2 to 7.0.5 Snyk has created this PR to upgrade https-proxy-agent from 7.0.2 to 7.0.5. See this package in npm: https-proxy-agent See this project in Snyk: https://app.snyk.io/org/ori-fvw/project/1a6eda97-a01f-4737-97de-84fe6ed569f5?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2706e95..9b2e1cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "debug": "^4.3.4", "ethers": "^5.7.2", "fireblocks-sdk": "^5.18.0", - "https-proxy-agent": "^7.0.2", + "https-proxy-agent": "^7.0.5", "web3-providers-http": "1.8.0" }, "devDependencies": { @@ -2698,9 +2698,10 @@ } }, "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.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" @@ -6900,9 +6901,9 @@ } }, "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.5", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz", + "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==", "requires": { "agent-base": "^7.0.2", "debug": "4" diff --git a/package.json b/package.json index 6257ea2..456d3fb 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "debug": "^4.3.4", "ethers": "^5.7.2", "fireblocks-sdk": "^5.18.0", - "https-proxy-agent": "^7.0.2", + "https-proxy-agent": "^7.0.5", "web3-providers-http": "1.8.0" } }