From 832dd8427bd6f2b214db7b688247e1a1586da87c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 06:58:38 +0000 Subject: [PATCH] chore(deps-dev): bump mailparser from 0.6.1 to 3.2.0 Bumps [mailparser](https://github.com/nodemailer/mailparser) from 0.6.1 to 3.2.0. - [Release notes](https://github.com/nodemailer/mailparser/releases) - [Commits](https://github.com/nodemailer/mailparser/compare/v0.6.1...v3.2.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 51b1b19edfe..d411d7f9288 100644 --- a/packages/fxa-auth-server/package.json +++ b/packages/fxa-auth-server/package.json @@ -140,7 +140,7 @@ "load-grunt-tasks": "^5.1.0", "lodash.chunk": "4.2.0", "lodash.pick": "4.4.0", - "mailparser": "0.6.1", + "mailparser": "3.2.0", "mkdirp": "0.5.1", "mocha": "^7.1.2", "mocha-junit-reporter": "^2.0.0",