Bump @sendgrid/mail from 7.2.0 to 7.2.6 in /server

Bumps [@sendgrid/mail](https://github.com/sendgrid/sendgrid-nodejs) from 7.2.0 to 7.2.6.
- [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.2.0...7.2.6)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-09-21 01:03:46 +00:00 committed by GitHub
parent 97b3e55bc1
commit 0e654f119a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View File

@ -539,30 +539,30 @@
}
},
"@sendgrid/client": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@sendgrid/client/-/client-7.2.0.tgz",
"integrity": "sha512-ORlsU2cErvCUZsx96d5jaCCOajZ3kLiTInwr3yxFiXzqVRfP1ipCEajFxcS2LZDMoww/uCSflRcOVLmttBdJbw==",
"version": "7.2.6",
"resolved": "https://registry.npmjs.org/@sendgrid/client/-/client-7.2.6.tgz",
"integrity": "sha512-AOB3IVlB76SMYdaLEtWGm6/GwrOv0xlAOkyCqk5+XifJRqL2pl8a9lfxFZ9BEnWrdqPJPJ1/omopj0P7d5ZPmw==",
"requires": {
"@sendgrid/helpers": "^7.2.0",
"@sendgrid/helpers": "^7.2.6",
"axios": "^0.19.2"
}
},
"@sendgrid/helpers": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@sendgrid/helpers/-/helpers-7.2.0.tgz",
"integrity": "sha512-Ps8rc3xFpaQvIWoW1zlWi9G7QnxYwXFOeq0915DzXf5knoiOgXdFk/XBXbCFjr2lf/JIzjgFUtAV/dN8Z8jzHw==",
"version": "7.2.6",
"resolved": "https://registry.npmjs.org/@sendgrid/helpers/-/helpers-7.2.6.tgz",
"integrity": "sha512-J2xniPBOVo4ASzx+xc735OovHGj/v9oNrDo1Bb5fwTg/kmUxWxeoKZRkB+KLdciwmTtVrZjYLdQB3pMFIe9lAw==",
"requires": {
"chalk": "^2.0.1",
"deepmerge": "^4.2.2"
}
},
"@sendgrid/mail": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@sendgrid/mail/-/mail-7.2.0.tgz",
"integrity": "sha512-iAA4LCd4eBpBVsYVgHPUd1B9CSwDVS/LNApT4Wn79nikAEfkJCT2n3BipU6CO2vPYUJNRQiStJ55RfdKe9Hulg==",
"version": "7.2.6",
"resolved": "https://registry.npmjs.org/@sendgrid/mail/-/mail-7.2.6.tgz",
"integrity": "sha512-eP9MuqEZIgt4bHaoufWqKGUY4Bo7FUgST3WGNYIDXIe1rP2dV6/JR7Ac2Dl9iW22gy15nc58fLGIGa41XbwtuA==",
"requires": {
"@sendgrid/client": "^7.2.0",
"@sendgrid/helpers": "^7.2.0"
"@sendgrid/client": "^7.2.6",
"@sendgrid/helpers": "^7.2.6"
}
},
"@sindresorhus/is": {

View File

@ -12,7 +12,7 @@
"test:watch": "jest --coverage --watch"
},
"dependencies": {
"@sendgrid/mail": "^7.2.0",
"@sendgrid/mail": "^7.2.6",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"debug": "^4.1.1",