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

Bumps [@sendgrid/mail](https://github.com/sendgrid/sendgrid-nodejs) from 7.2.0 to 7.2.1.
- [Release notes](https://github.com/sendgrid/sendgrid-nodejs/releases)
- [Changelog](https://github.com/sendgrid/sendgrid-nodejs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sendgrid/sendgrid-nodejs/compare/7.2.0...7.2.1)

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

View File

@ -539,9 +539,9 @@
}
},
"@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.1",
"resolved": "https://registry.npmjs.org/@sendgrid/client/-/client-7.2.1.tgz",
"integrity": "sha512-QizSa+qKnq5xquMyeB2x0l2JNH3jvg3zHmGt0Ghz+DLUGpW8i1m/zvrqSZ0wdcGVO4/2lW3WFN0drv1+jOxVgA==",
"requires": {
"@sendgrid/helpers": "^7.2.0",
"axios": "^0.19.2"
@ -557,11 +557,11 @@
}
},
"@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.1",
"resolved": "https://registry.npmjs.org/@sendgrid/mail/-/mail-7.2.1.tgz",
"integrity": "sha512-LBAdwL+c6HmN2B/Q24LFy2do/IzBFeFoF05xBqgELxp8lMUwis4fbqgo09Zyj1CY0qHN+CfWcUfLNvHfVCh8oQ==",
"requires": {
"@sendgrid/client": "^7.2.0",
"@sendgrid/client": "^7.2.1",
"@sendgrid/helpers": "^7.2.0"
}
},

View File

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