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 Apr 1, 2020
1 parent 6260d95 commit d42a1be
Show file tree
Hide file tree
Showing 2 changed files with 25 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.0.0",
"@sendgrid/mail": "6.5.5",
"@slack/web-api": "5.8.0",
"apollo-server-express": "2.11.0",
Expand Down
25 changes: 24 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2714,7 +2714,15 @@
dependencies:
any-observable "^0.3.0"

"@sendgrid/[email protected]", "@sendgrid/client@^6.5.5":
"@sendgrid/[email protected]":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@sendgrid/client/-/client-7.0.0.tgz#c8bc5d4c77ce65a8a311bfc33f1fb80d76477d26"
integrity sha512-Wo3Cs8XJ6F2UFYgZJ3WmRVj7y/cTgyBfkwCOxJKml3DnsAbtc0RozkBOvvIAyBKNF1LE6hqQPgckspg59BO6Vg==
dependencies:
"@sendgrid/helpers" "^7.0.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 @@ -2731,6 +2739,14 @@
chalk "^2.0.1"
deepmerge "^4.2.2"

"@sendgrid/helpers@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@sendgrid/helpers/-/helpers-7.0.0.tgz#31d24206f7b717da9a456b178513ae2c3222423d"
integrity sha512-sAoZTH3WBURV5Gep6Y9AhsuLQ1KW4TEzn1MKKBhSGFnYTWBOc562f+ee1j9XI0/7pdI/I2hUWuiw0vhY3joBDA==
dependencies:
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"
Expand Down Expand Up @@ -4362,6 +4378,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"

axobject-query@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.0.2.tgz#ea187abe5b9002b377f925d8bf7d1c561adf38f9"
Expand Down

0 comments on commit d42a1be

Please sign in to comment.