From efbd18c602af717a0643a2d01ffcf76805df9b07 Mon Sep 17 00:00:00 2001 From: Ector Cunha Date: Thu, 9 Nov 2023 14:54:38 -0300 Subject: [PATCH] Deps update - snyk risks --- packages/client/package.json | 2 +- packages/contact-importer/package.json | 1 + packages/inbound-mail-parser/package.json | 4 +++- packages/subscription-widget/package.json | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/packages/client/package.json b/packages/client/package.json index 94281bf0d..2ec7bae96 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "@sendgrid/helpers": "^7.7.0", - "axios": "^0.26.0" + "axios": "^1.6.0" }, "devDependencies": { "chai": "4.2.0", diff --git a/packages/contact-importer/package.json b/packages/contact-importer/package.json index 437d42730..b5e1e43aa 100644 --- a/packages/contact-importer/package.json +++ b/packages/contact-importer/package.json @@ -29,6 +29,7 @@ "@sendgrid/client": "^7.7.0", "async.ensureasync": "^0.5.2", "async.queue": "^0.5.2", + "axios": "^1.6.0", "bottleneck": "^1.12.0", "debug": "^4.0.1", "lodash.chunk": "^4.2.0" diff --git a/packages/inbound-mail-parser/package.json b/packages/inbound-mail-parser/package.json index c3cfdac9f..35b0fc4b1 100644 --- a/packages/inbound-mail-parser/package.json +++ b/packages/inbound-mail-parser/package.json @@ -27,7 +27,9 @@ }, "dependencies": { "@sendgrid/helpers": "^7.7.0", - "mailparser": "^2.3.4" + "html-to-text": "^6.0.0", + "mailparser": "^3.6.5", + "nodemailer": "^6.6.1" }, "tags": [ "sendgrid" diff --git a/packages/subscription-widget/package.json b/packages/subscription-widget/package.json index 93a11d883..57ae4904f 100644 --- a/packages/subscription-widget/package.json +++ b/packages/subscription-widget/package.json @@ -12,9 +12,9 @@ "dependencies": { "body-parser": "^1.15.2", "express": "^4.14.0", + "mailparser": "^3.3.0", "morgan": "^1.9.1", - "nodemon": "^1.9.2", - "sendgrid": "^4.0.2", + "nodemon": "^3.0.1", "sendgrid-rest": "^2.5.0" }, "publishConfig": {