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 May 15, 2020
1 parent c6103f9 commit 7b5c948
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.1.1",
"@slack/web-api": "5.8.1",
"apollo-server-express": "2.13.1",
"aws-sdk": "2.667.0",
Expand Down
37 changes: 30 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2621,7 +2621,7 @@
dependencies:
any-observable "^0.3.0"

"@sendgrid/client@6.5.5", "@sendgrid/client@^6.5.5":
"@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 @@ -2630,6 +2630,14 @@
"@types/request" "^2.48.4"
request "^2.88.0"

"@sendgrid/client@^7.1.1":
version "7.1.1"
resolved "https://registry.yarnpkg.com/@sendgrid/client/-/client-7.1.1.tgz#09a25e58ac7e5321d66807e7110ff0fb61bb534f"
integrity sha512-V2BmOO81wHNmbTDwTJ07Olb9dWrj1G19xK4crwds68b9R0w05aOWDddZTvpn9mZnHwIJYqcZcBJuhdHDejuSHg==
dependencies:
"@sendgrid/helpers" "^7.0.1"
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 @@ -2638,13 +2646,21 @@
chalk "^2.0.1"
deepmerge "^4.2.2"

"@sendgrid/mail@6.5.5":
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.0.1":
version "7.0.1"
resolved "https://registry.yarnpkg.com/@sendgrid/helpers/-/helpers-7.0.1.tgz#b97debc793ed3f9f56102e12c2a6d2bbbf0ffb78"
integrity sha512-i/zsissq1upgdywtuJKysaplJJZC24GdtEKiJC1IRlXvBHzIjH4eU+rqUFO8h+hGji3UMURGgMFuLUXTUYvZ9w==
dependencies:
"@sendgrid/client" "^6.5.5"
"@sendgrid/helpers" "^6.5.5"
chalk "^2.0.1"
deepmerge "^4.2.2"

"@sendgrid/mail@7.1.1":
version "7.1.1"
resolved "https://registry.yarnpkg.com/@sendgrid/mail/-/mail-7.1.1.tgz#26191594722d5961de1b61cd9c48fa9a69fd197b"
integrity sha512-VXdJ9J6vBNMw+wMIGFRvms6EmV6pvoRHMWoLJGweHlsZDnvmK3rWUnnNaS3OdDQ3A8B5bMv2WKsEnHsMZ6iDUg==
dependencies:
"@sendgrid/client" "^7.1.1"
"@sendgrid/helpers" "^7.0.1"

"@sheerun/mutationobserver-shim@^0.3.2":
version "0.3.2"
Expand Down Expand Up @@ -4153,6 +4169,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 7b5c948

Please sign in to comment.