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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-09-07 01:07:49 +00:00 committed by GitHub
parent 97b3e55bc1
commit 26fafa1b80
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.5",
"resolved": "https://registry.npmjs.org/@sendgrid/client/-/client-7.2.5.tgz",
"integrity": "sha512-UZxk0liUeOMwbBkvlFJUezzP+w+gV6n13IAbG49KEiqwOns02HeSinFwF/CK0vQfjr3wkXRGKS34gvic53rlOg==",
"requires": {
"@sendgrid/helpers": "^7.2.0",
"@sendgrid/helpers": "^7.2.4",
"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.4",
"resolved": "https://registry.npmjs.org/@sendgrid/helpers/-/helpers-7.2.4.tgz",
"integrity": "sha512-h8bBRXpjQLM0Zl08EGJPxVOPWBaXjEZZCM3IurxWn8RaVFYDGPVZ4pv4ZW9AAmsujntZXuIxSsmB4aQczg/ivw==",
"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.5",
"resolved": "https://registry.npmjs.org/@sendgrid/mail/-/mail-7.2.5.tgz",
"integrity": "sha512-kbv5Mzzx6xei26fD84S4yn/JJ3v2Pz/tRwl4WULhJlxqvfs2sTAdVZc1kjQ09ffg32iVE62eO74WhhLm+vcuJw==",
"requires": {
"@sendgrid/client": "^7.2.0",
"@sendgrid/helpers": "^7.2.0"
"@sendgrid/client": "^7.2.5",
"@sendgrid/helpers": "^7.2.4"
}
},
"@sindresorhus/is": {

View File

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