From 4d67114e2992d66027810713e307f00a621831fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Oct 2021 21:33:17 +0000 Subject: [PATCH] fix: upgrade mailgun-js from 0.7.15 to 0.22.0 Snyk has created this PR to upgrade mailgun-js from 0.7.15 to 0.22.0. See this package in npm: https://www.npmjs.com/package/mailgun-js See this project in Snyk: https://app.snyk.io/org/jswheeler/project/95dc2787-ba78-4bec-b849-3596db139099?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b968894..23edc99 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "joi": "^8.1.0", "jsonwebtoken": "^7.0.0", "lodash": "^4.12.0", - "mailgun-js": "^0.7.11", + "mailgun-js": "^0.22.0", "morgan": "^1.7.0", "passport": "^0.3.2", "passport-http-bearer": "^1.0.1",