From 8ebc08177696033edaf4eaa6bae599f114e4adb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 02:05:07 +0000 Subject: [PATCH] build(deps): bump @sendgrid/mail from 7.7.0 to 8.1.1 in /api Bumps [@sendgrid/mail](https://github.com/sendgrid/sendgrid-nodejs) from 7.7.0 to 8.1.1. - [Release notes](https://github.com/sendgrid/sendgrid-nodejs/releases) - [Changelog](https://github.com/sendgrid/sendgrid-nodejs/blob/main/CHANGELOG.md) - [Upgrade guide](https://github.com/sendgrid/sendgrid-nodejs/blob/main/UPGRADE.md) - [Commits](https://github.com/sendgrid/sendgrid-nodejs/compare/7.7.0...8.1.1) --- updated-dependencies: - dependency-name: "@sendgrid/mail" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index b1d8f7cc..d0b511c9 100644 --- a/api/package.json +++ b/api/package.json @@ -27,7 +27,7 @@ }, "homepage": "https://github.com/SocexSolutions/agenda-v2/api/#readme", "dependencies": { - "@sendgrid/mail": "^7.5.0", + "@sendgrid/mail": "^8.1.1", "@starryinternet/jobi": "^1.1.0", "axios": "^1.2.0", "cors": "^2.8.5",