Skip to content

Commit

Permalink
Update Mailgun client lib (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanmick authored Apr 16, 2022
1 parent 7d81366 commit e928b1c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 29 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"fathom-client": "3.4.1",
"form-data": "4.0.0",
"html-minifier": "4.0.0",
"mailgun.js": "4.2.1",
"mailgun.js": "5.2.1",
"moment": "2.29.2",
"next": "12.1.5",
"next-seo": "5.4.0",
Expand Down
37 changes: 9 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1855,17 +1855,16 @@ lru-cache@^6.0.0:
dependencies:
yallist "^4.0.0"

mailgun.js@4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/mailgun.js/-/mailgun.js-4.2.1.tgz#9e0f675e511419a16d072e1186f38738c5249edb"
integrity sha512-2XtJKZnnb2V4liy/dN1to+Kddd4pwwmrY/meiX6u/g8XdQo2wIqRF/VKwDepd7/1yo3OQLBLgb9FJv1DoL/Jzg==
mailgun.js@5.2.1:
version "5.2.1"
resolved "https://registry.yarnpkg.com/mailgun.js/-/mailgun.js-5.2.1.tgz#3ecd2d41679a4760ce948d6d1ed4b0544b54e3a1"
integrity sha512-zgTEuwFMCPvnzLMVAToSgneA7B8o7I9Qk+x5vPNo4hV5XJ4/mNxjJPeBYpa4IHT5uZ3SKG+ug2Nu+TIp3JeT3A==
dependencies:
base-64 "^1.0.0"
bluebird "^3.7.2"
ky "^0.25.1"
ky-universal "^0.8.2"
url "^0.11.0"
url-join "0.0.1"
url-join "^4.0.1"
web-streams-polyfill "^3.0.1"
webpack-merge "^5.4.0"

Expand Down Expand Up @@ -2687,21 +2686,11 @@ property-information@^6.0.0:
resolved "https://registry.yarnpkg.com/property-information/-/property-information-6.1.1.tgz#5ca85510a3019726cb9afed4197b7b8ac5926a22"
integrity sha512-hrzC564QIl0r0vy4l6MvRLhafmUowhO/O3KgVSoXIbbA2Sz4j8HGpJc6T2cubRVwMwpdiG/vKGfhT4IixmKN9w==

[email protected]:
version "1.3.2"
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d"
integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=

punycode@^2.1.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==

[email protected]:
version "0.2.0"
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"
integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=

queue-microtask@^1.2.2:
version "1.2.3"
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
Expand Down Expand Up @@ -3211,18 +3200,10 @@ uri-js@^4.2.2:
dependencies:
punycode "^2.1.0"

[email protected]:
version "0.0.1"
resolved "https://registry.yarnpkg.com/url-join/-/url-join-0.0.1.tgz#1db48ad422d3402469a87f7d97bdebfe4fb1e3c8"
integrity sha1-HbSK1CLTQCRpqH99l73r/k+x48g=

url@^0.11.0:
version "0.11.0"
resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1"
integrity sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=
dependencies:
punycode "1.3.2"
querystring "0.2.0"
url-join@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/url-join/-/url-join-4.0.1.tgz#b642e21a2646808ffa178c4c5fda39844e12cde7"
integrity sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==

util-deprecate@^1.0.2:
version "1.0.2"
Expand Down

1 comment on commit e928b1c

@vercel
Copy link

@vercel vercel bot commented on e928b1c Apr 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.