From ef62199a48d1f3aed572c5a5694746a832b84723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 21:33:19 +0000 Subject: [PATCH] Bump @sendgrid/mail from 7.6.0 to 7.7.0 Bumps [@sendgrid/mail](https://github.com/sendgrid/sendgrid-nodejs) from 7.6.0 to 7.7.0. - [Release notes](https://github.com/sendgrid/sendgrid-nodejs/releases) - [Changelog](https://github.com/sendgrid/sendgrid-nodejs/blob/main/CHANGELOG.md) - [Commits](https://github.com/sendgrid/sendgrid-nodejs/compare/7.6.0...7.7.0) --- updated-dependencies: - dependency-name: "@sendgrid/mail" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/yarn.lock b/yarn.lock index 963a999da..9ee9257f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5073,28 +5073,28 @@ dset "^3.1.1" tiny-hashes "^1.0.1" -"@sendgrid/client@^7.6.0": - version "7.6.2" - resolved "https://registry.yarnpkg.com/@sendgrid/client/-/client-7.6.2.tgz#5d08949120dad679f34260f1b875b4f57a8d688e" - integrity sha512-Yw3i3vPBBwfiIi+4i7+1f1rwQoLlLsu3qW16d1UuRp6RgX6H6yHYb2/PfqwNyCC0qzqIWGUKPWwYe5ggcr5Guw== +"@sendgrid/client@^7.6.0", "@sendgrid/client@^7.7.0": + version "7.7.0" + resolved "https://registry.yarnpkg.com/@sendgrid/client/-/client-7.7.0.tgz#f8f67abd604205a0d0b1af091b61517ef465fdbf" + integrity sha512-SxH+y8jeAQSnDavrTD0uGDXYIIkFylCo+eDofVmZLQ0f862nnqbC3Vd1ej6b7Le7lboyzQF6F7Fodv02rYspuA== dependencies: - "@sendgrid/helpers" "^7.6.2" + "@sendgrid/helpers" "^7.7.0" axios "^0.26.0" -"@sendgrid/helpers@^7.6.0", "@sendgrid/helpers@^7.6.2": - version "7.6.2" - resolved "https://registry.yarnpkg.com/@sendgrid/helpers/-/helpers-7.6.2.tgz#e4abdd4e259611ed549ae8e0f4a46cd4f587e5d1" - integrity sha512-kGW0kM2AOHfXjcvB6Lgwa/nMv8IALu0KyNY9X4HSa3MtLohymuhbG9HgjrOh66+BkbsfA03H3bcT0+sPVJ0GKQ== +"@sendgrid/helpers@^7.7.0": + version "7.7.0" + resolved "https://registry.yarnpkg.com/@sendgrid/helpers/-/helpers-7.7.0.tgz#93fb4b6e2f0dc65080440d6a784cc93e8e148757" + integrity sha512-3AsAxfN3GDBcXoZ/y1mzAAbKzTtUZ5+ZrHOmWQ279AuaFXUNCh9bPnRpN504bgveTqoW+11IzPg3I0WVgDINpw== dependencies: deepmerge "^4.2.2" "@sendgrid/mail@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@sendgrid/mail/-/mail-7.6.0.tgz#e74ee30110527feab5d3b83d68af0cd94537f6d2" - integrity sha512-0KdaSZzflJD/vUAZjB3ALBIuaVGoLq22hrb2fvQXZHRepU/yhRNlEOqrr05MfKBnKskzq1blnD1J0fHxiwaolw== + version "7.7.0" + resolved "https://registry.yarnpkg.com/@sendgrid/mail/-/mail-7.7.0.tgz#aba09f5ce2e9d8ceee92284c3ea8b4a90b0e38fe" + integrity sha512-5+nApPE9wINBvHSUxwOxkkQqM/IAAaBYoP9hw7WwgDNQPxraruVqHizeTitVtKGiqWCKm2mnjh4XGN3fvFLqaw== dependencies: - "@sendgrid/client" "^7.6.0" - "@sendgrid/helpers" "^7.6.0" + "@sendgrid/client" "^7.7.0" + "@sendgrid/helpers" "^7.7.0" "@sentry/browser@6.19.6": version "6.19.6"