From 174dee7832750a62c21212d8def63fdde33f8235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 07:03:55 +0000 Subject: [PATCH] chore(deps-dev): bump mailparser from 0.6.1 to 3.0.1 Bumps [mailparser](https://github.com/nodemailer/mailparser) from 0.6.1 to 3.0.1. - [Release notes](https://github.com/nodemailer/mailparser/releases) - [Commits](https://github.com/nodemailer/mailparser/compare/v0.6.1...v3.0.1) Signed-off-by: dependabot[bot] --- packages/fxa-auth-server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fxa-auth-server/package.json b/packages/fxa-auth-server/package.json index 5a9f834367e..869eb3ab05c 100644 --- a/packages/fxa-auth-server/package.json +++ b/packages/fxa-auth-server/package.json @@ -139,7 +139,7 @@ "load-grunt-tasks": "^5.1.0", "lodash.chunk": "4.2.0", "lodash.pick": "4.4.0", - "mailparser": "0.6.1", + "mailparser": "3.0.1", "mkdirp": "0.5.1", "mocha": "^7.1.2", "mocha-junit-reporter": "^2.0.0",