From 1548105beb5f76500a87fa96046d1e3d56147449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 20:54:19 +0000 Subject: [PATCH] Bump http-proxy-agent and mailgun-js in /functions Bumps [http-proxy-agent](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/http-proxy-agent) to 7.0.2 and updates ancestor dependency [mailgun-js](https://github.com/bojand/mailgun-js). These dependencies need to be updated together. Updates `http-proxy-agent` from 0.2.7 to 7.0.2 - [Release notes](https://github.com/TooTallNate/proxy-agents/releases) - [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/http-proxy-agent/CHANGELOG.md) - [Commits](https://github.com/TooTallNate/proxy-agents/commits/http-proxy-agent@7.0.2/packages/http-proxy-agent) Updates `mailgun-js` from 0.6.9 to 0.6.9 - [Release notes](https://github.com/bojand/mailgun-js/releases) - [Commits](https://github.com/bojand/mailgun-js/commits) --- updated-dependencies: - dependency-name: http-proxy-agent dependency-version: 7.0.2 dependency-type: indirect - dependency-name: mailgun-js dependency-version: 0.6.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/package.json b/functions/package.json index e0f96ff..7fe0a1f 100644 --- a/functions/package.json +++ b/functions/package.json @@ -18,7 +18,7 @@ "firebase-admin": "^13.4.0", "firebase-functions": "^6.3.2", "google-auth-library": "^9.15.1", - "mailgun-js": "^0.6.7", + "mailgun-js": "^0.6.9", "marked": "^15.0.12", "moment": "^2.30.1", "mustache": "^4.2.0",