From 45ae555fa685ff9352b60e954e15fc70ffef29e1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Oct 2019 02:08:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPSPROXYAGENT-469131 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28c9585..e2fb42f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "agent-base": "^2.0.1", "async": "^2.1.5", "consolidate": "^0.14.5", - "mailgun-js": "^0.8.2", + "mailgun-js": "^0.21.0", "moment": "^2.17.1", "rand-token": "^0.3.0", "request": "^2.81.0",