From 8ad0b8d613cbd8b185bfa1310f8055d696b15add Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Feb 2021 06:38:31 +0000 Subject: [PATCH] chore(deps-dev): bump mailparser from 0.6.1 to 3.1.0 Bumps [mailparser](https://github.com/nodemailer/mailparser) from 0.6.1 to 3.1.0. - [Release notes](https://github.com/nodemailer/mailparser/releases) - [Commits](https://github.com/nodemailer/mailparser/compare/v0.6.1...v3.1.0) 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 fc87f270311..d59be9f7e72 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.1.0", "mkdirp": "0.5.1", "mocha": "^7.1.2", "mocha-junit-reporter": "^2.0.0",