From 559c59aba83d3da3d01038a15b1ba30eaa89be86 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Oct 2019 22:57:59 +0000 Subject: [PATCH] chore: upgrade https-proxy-agent from 3.0.0 to 3.0.1 Snyk has created this PR to upgrade https-proxy-agent from 3.0.0 to 3.0.1. See this package in NPM: https://www.npmjs.com/package/https-proxy-agent See this project in Snyk: https://app.snyk.io/org/safruti/project/9b4257c5-7350-45be-9ee0-9d237dd1689e?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0e7f7b05..28cd4e2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -571,9 +571,9 @@ } }, "https-proxy-agent": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-3.0.0.tgz", - "integrity": "sha512-y4jAxNEihqvBI5F3SaO2rtsjIOnnNA8sEbuiP+UhJZJHeM2NRm6c09ax2tgqme+SgUUvjao2fJXF4h3D6Cb2HQ==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-3.0.1.tgz", + "integrity": "sha512-+ML2Rbh6DAuee7d07tYGEKOEi2voWPUGan+ExdPbPW6Z3svq+JCqr0v8WmKPOkz1vOVykPCBSuobe7G8GJUtVg==", "requires": { "agent-base": "^4.3.0", "debug": "^3.1.0" diff --git a/package.json b/package.json index 89d7e864..058c47b3 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "agent-phin": "^1.0.4", "content-type": "^1.0.4", - "https-proxy-agent": "^3.0.0", + "https-proxy-agent": "^3.0.1", "mu2": "^0.5.21", "raw-body": "^2.3.2" },