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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-06-15 01:02:38 +00:00 committed by GitHub
parent 473b0b6e9d
commit 04598e296e
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.1.1",
"resolved": "https://registry.npmjs.org/@sendgrid/client/-/client-7.1.1.tgz",
"integrity": "sha512-V2BmOO81wHNmbTDwTJ07Olb9dWrj1G19xK4crwds68b9R0w05aOWDddZTvpn9mZnHwIJYqcZcBJuhdHDejuSHg==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@sendgrid/client/-/client-7.2.0.tgz",
"integrity": "sha512-ORlsU2cErvCUZsx96d5jaCCOajZ3kLiTInwr3yxFiXzqVRfP1ipCEajFxcS2LZDMoww/uCSflRcOVLmttBdJbw==",
"requires": {
"@sendgrid/helpers": "^7.0.1",
"@sendgrid/helpers": "^7.2.0",
"axios": "^0.19.2"
}
},
"@sendgrid/helpers": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/@sendgrid/helpers/-/helpers-7.0.1.tgz",
"integrity": "sha512-i/zsissq1upgdywtuJKysaplJJZC24GdtEKiJC1IRlXvBHzIjH4eU+rqUFO8h+hGji3UMURGgMFuLUXTUYvZ9w==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@sendgrid/helpers/-/helpers-7.2.0.tgz",
"integrity": "sha512-Ps8rc3xFpaQvIWoW1zlWi9G7QnxYwXFOeq0915DzXf5knoiOgXdFk/XBXbCFjr2lf/JIzjgFUtAV/dN8Z8jzHw==",
"requires": {
"chalk": "^2.0.1",
"deepmerge": "^4.2.2"
}
},
"@sendgrid/mail": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/@sendgrid/mail/-/mail-7.1.1.tgz",
"integrity": "sha512-VXdJ9J6vBNMw+wMIGFRvms6EmV6pvoRHMWoLJGweHlsZDnvmK3rWUnnNaS3OdDQ3A8B5bMv2WKsEnHsMZ6iDUg==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@sendgrid/mail/-/mail-7.2.0.tgz",
"integrity": "sha512-iAA4LCd4eBpBVsYVgHPUd1B9CSwDVS/LNApT4Wn79nikAEfkJCT2n3BipU6CO2vPYUJNRQiStJ55RfdKe9Hulg==",
"requires": {
"@sendgrid/client": "^7.1.1",
"@sendgrid/helpers": "^7.0.1"
"@sendgrid/client": "^7.2.0",
"@sendgrid/helpers": "^7.2.0"
}
},
"@sindresorhus/is": {

View File

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