1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

Merge pull request #315 from oceanprotocol/dependabot/npm_and_yarn/server/sendgrid/mail-7.2.0

Bump @sendgrid/mail from 7.1.1 to 7.2.0 in /server
This commit is contained in:
Matthias Kretschmann 2020-06-15 08:57:50 +02:00 committed by GitHub
commit d1d4ab72c6
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": { "@sendgrid/client": {
"version": "7.1.1", "version": "7.2.0",
"resolved": "https://registry.npmjs.org/@sendgrid/client/-/client-7.1.1.tgz", "resolved": "https://registry.npmjs.org/@sendgrid/client/-/client-7.2.0.tgz",
"integrity": "sha512-V2BmOO81wHNmbTDwTJ07Olb9dWrj1G19xK4crwds68b9R0w05aOWDddZTvpn9mZnHwIJYqcZcBJuhdHDejuSHg==", "integrity": "sha512-ORlsU2cErvCUZsx96d5jaCCOajZ3kLiTInwr3yxFiXzqVRfP1ipCEajFxcS2LZDMoww/uCSflRcOVLmttBdJbw==",
"requires": { "requires": {
"@sendgrid/helpers": "^7.0.1", "@sendgrid/helpers": "^7.2.0",
"axios": "^0.19.2" "axios": "^0.19.2"
} }
}, },
"@sendgrid/helpers": { "@sendgrid/helpers": {
"version": "7.0.1", "version": "7.2.0",
"resolved": "https://registry.npmjs.org/@sendgrid/helpers/-/helpers-7.0.1.tgz", "resolved": "https://registry.npmjs.org/@sendgrid/helpers/-/helpers-7.2.0.tgz",
"integrity": "sha512-i/zsissq1upgdywtuJKysaplJJZC24GdtEKiJC1IRlXvBHzIjH4eU+rqUFO8h+hGji3UMURGgMFuLUXTUYvZ9w==", "integrity": "sha512-Ps8rc3xFpaQvIWoW1zlWi9G7QnxYwXFOeq0915DzXf5knoiOgXdFk/XBXbCFjr2lf/JIzjgFUtAV/dN8Z8jzHw==",
"requires": { "requires": {
"chalk": "^2.0.1", "chalk": "^2.0.1",
"deepmerge": "^4.2.2" "deepmerge": "^4.2.2"
} }
}, },
"@sendgrid/mail": { "@sendgrid/mail": {
"version": "7.1.1", "version": "7.2.0",
"resolved": "https://registry.npmjs.org/@sendgrid/mail/-/mail-7.1.1.tgz", "resolved": "https://registry.npmjs.org/@sendgrid/mail/-/mail-7.2.0.tgz",
"integrity": "sha512-VXdJ9J6vBNMw+wMIGFRvms6EmV6pvoRHMWoLJGweHlsZDnvmK3rWUnnNaS3OdDQ3A8B5bMv2WKsEnHsMZ6iDUg==", "integrity": "sha512-iAA4LCd4eBpBVsYVgHPUd1B9CSwDVS/LNApT4Wn79nikAEfkJCT2n3BipU6CO2vPYUJNRQiStJ55RfdKe9Hulg==",
"requires": { "requires": {
"@sendgrid/client": "^7.1.1", "@sendgrid/client": "^7.2.0",
"@sendgrid/helpers": "^7.0.1" "@sendgrid/helpers": "^7.2.0"
} }
}, },
"@sindresorhus/is": { "@sindresorhus/is": {

View File

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