From 022c63a8371c164799cdf72d98ba9708ceab3934 Mon Sep 17 00:00:00 2001 From: Bram Vanbilsen Date: Fri, 9 Jan 2026 10:13:43 +0100 Subject: [PATCH] Update @sendgrid/client dependency to version 8.1.6 Version 8.1.6 of @sendgrid/client has a fix for an Axios vulnerability, but @sendgrid/mail still uses 8.1.5. This bumps the version to fix the vulnerability. --- packages/mail/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mail/package.json b/packages/mail/package.json index 86fc7ecf..9ec56e9e 100644 --- a/packages/mail/package.json +++ b/packages/mail/package.json @@ -27,7 +27,7 @@ "access": "public" }, "dependencies": { - "@sendgrid/client": "^8.1.5", + "@sendgrid/client": "^8.1.6", "@sendgrid/helpers": "^8.0.0" }, "tags": [