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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-07-27 01:51:51 +00:00 committed by GitHub
parent 97b3e55bc1
commit f2e382858b
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.2",
"resolved": "https://registry.npmjs.org/@sendgrid/client/-/client-7.2.2.tgz",
"integrity": "sha512-O2ensbYCZu7B7vMqcyaf5O8XqhDEyzwDYOxBvQYUenAqtpO+Fo5Xq6ZcZ+brCTxHQe1ytKQ9UCNKm/IZohRSPw==",
"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.2",
"resolved": "https://registry.npmjs.org/@sendgrid/mail/-/mail-7.2.2.tgz",
"integrity": "sha512-DFXyMEY0c8iXi2lfIfuuQZlRUrlAriE7yeh8D5MDyIPmmHuNKRfKe9Buu/5vT37iWZM2N2BNFdAKPWNUgXRkDQ==",
"requires": {
"@sendgrid/client": "^7.2.0",
"@sendgrid/client": "^7.2.2",
"@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.2",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"debug": "^4.1.1",