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/client to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 14, 2020
1 parent d69426e commit 7ca561b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
]
},
"dependencies": {
"@sendgrid/client": "6.5.5",
"@sendgrid/client": "7.3.0",
"@sendgrid/mail": "6.5.5",
"@slack/web-api": "5.11.0",
"apollo-server-express": "2.17.0",
Expand Down
24 changes: 23 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2815,7 +2815,15 @@
dependencies:
any-observable "^0.3.0"

"@sendgrid/[email protected]", "@sendgrid/client@^6.5.5":
"@sendgrid/[email protected]":
version "7.3.0"
resolved "https://registry.yarnpkg.com/@sendgrid/client/-/client-7.3.0.tgz#a19c4ec02da304d16ae2480e121083c82a296144"
integrity sha512-vY5IwcyDrOeeqyp5nQePRP2MC+Q+fTk9dpBt8SbUgYbRy4OVkyoROTxo1syRk0u7h7bIDMctLdRJxw/ETFA6tg==
dependencies:
"@sendgrid/helpers" "^7.3.0"
axios "^0.19.2"

"@sendgrid/client@^6.5.5":
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 @@ -2832,6 +2840,13 @@
chalk "^2.0.1"
deepmerge "^4.2.2"

"@sendgrid/helpers@^7.3.0":
version "7.3.0"
resolved "https://registry.yarnpkg.com/@sendgrid/helpers/-/helpers-7.3.0.tgz#c04db123b9ac52d1eb2e6c4308ea3c5816155e93"
integrity sha512-X8AOX7Y0YadnCskdD9Nb4JA6J4BYH/qupz/r4OLBY0rQ6DqF/Fz8c4bHLc5YLA+e8Wyag7pEgjNuJ0tKeV2VvQ==
dependencies:
deepmerge "^4.2.2"

"@sendgrid/[email protected]":
version "6.5.5"
resolved "https://registry.yarnpkg.com/@sendgrid/mail/-/mail-6.5.5.tgz#45bef4e4878144304b6688867baa13179deecc4b"
Expand Down Expand Up @@ -4409,6 +4424,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 7ca561b

Please sign in to comment.