Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Commit

Permalink
Update dependency @sendgrid/mail to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 2, 2020
1 parent 7a2b53b commit bf0896e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@sendgrid/client": "6.5.5",
"@sendgrid/mail": "6.5.5",
"@sendgrid/mail": "7.2.5",
"@slack/web-api": "5.11.0",
"apollo-server-express": "2.17.0",
"aws-sdk": "2.725.0",
Expand Down
37 changes: 30 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2815,7 +2815,7 @@
dependencies:
any-observable "^0.3.0"

"@sendgrid/[email protected]", "@sendgrid/client@^6.5.5":
"@sendgrid/[email protected]":
version "6.5.5"
resolved "https://registry.yarnpkg.com/@sendgrid/client/-/client-6.5.5.tgz#66cf569445d98a795998a894bb432a9939ead7c3"
integrity sha512-Nbfgo94gbWSL8PIgJfuHoifyOJJepvV8NQkkglctAEfb1hyozKhrzE6v1kPG/z4j0RodaTtXD5LJj/t0q/VhLA==
Expand All @@ -2824,6 +2824,14 @@
"@types/request" "^2.48.4"
request "^2.88.0"

"@sendgrid/client@^7.2.5":
version "7.2.5"
resolved "https://registry.yarnpkg.com/@sendgrid/client/-/client-7.2.5.tgz#912575a5ecfe91c250eb6b267711dff2dea4e0f1"
integrity sha512-UZxk0liUeOMwbBkvlFJUezzP+w+gV6n13IAbG49KEiqwOns02HeSinFwF/CK0vQfjr3wkXRGKS34gvic53rlOg==
dependencies:
"@sendgrid/helpers" "^7.2.4"
axios "^0.19.2"

"@sendgrid/helpers@^6.5.5":
version "6.5.5"
resolved "https://registry.yarnpkg.com/@sendgrid/helpers/-/helpers-6.5.5.tgz#de6de9b94794fbf834b4f66a7d44af84bf736459"
Expand All @@ -2832,13 +2840,21 @@
chalk "^2.0.1"
deepmerge "^4.2.2"

"@sendgrid/[email protected]":
version "6.5.5"
resolved "https://registry.yarnpkg.com/@sendgrid/mail/-/mail-6.5.5.tgz#45bef4e4878144304b6688867baa13179deecc4b"
integrity sha512-DSu8oTPI0BJFH60jMOG9gM+oeNMoRALFmdAYg2PIXpL+Zbxd7L2GzQZtmf1jLy/8UBImkbB3D74TjiOBiLRK1w==
"@sendgrid/helpers@^7.2.4":
version "7.2.4"
resolved "https://registry.yarnpkg.com/@sendgrid/helpers/-/helpers-7.2.4.tgz#82544a4b7d9a905ce5e0b4f96fcd9b2a73129337"
integrity sha512-h8bBRXpjQLM0Zl08EGJPxVOPWBaXjEZZCM3IurxWn8RaVFYDGPVZ4pv4ZW9AAmsujntZXuIxSsmB4aQczg/ivw==
dependencies:
"@sendgrid/client" "^6.5.5"
"@sendgrid/helpers" "^6.5.5"
chalk "^2.0.1"
deepmerge "^4.2.2"

"@sendgrid/[email protected]":
version "7.2.5"
resolved "https://registry.yarnpkg.com/@sendgrid/mail/-/mail-7.2.5.tgz#cc101c13e613e9f1466308f96dfb6c9e6dc60a1f"
integrity sha512-kbv5Mzzx6xei26fD84S4yn/JJ3v2Pz/tRwl4WULhJlxqvfs2sTAdVZc1kjQ09ffg32iVE62eO74WhhLm+vcuJw==
dependencies:
"@sendgrid/client" "^7.2.5"
"@sendgrid/helpers" "^7.2.4"

"@sheerun/mutationobserver-shim@^0.3.2":
version "0.3.2"
Expand Down Expand Up @@ -4409,6 +4425,13 @@ axios@^0.19.0:
follow-redirects "1.5.10"
is-buffer "^2.0.2"

axios@^0.19.2:
version "0.19.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
dependencies:
follow-redirects "1.5.10"

axios@^0.20.0:
version "0.20.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.20.0.tgz#057ba30f04884694993a8cd07fa394cff11c50bd"
Expand Down

0 comments on commit bf0896e

Please sign in to comment.