diff --git a/package.json b/package.json index 645ea0a679..604cb490bc 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@tryghost/kg-markdown-html-renderer": "3.0.0", "@tryghost/kg-mobiledoc-html-renderer": "3.0.1", "@tryghost/magic-link": "0.6.4", - "@tryghost/members-api": "0.37.3", + "@tryghost/members-api": "0.37.5", "@tryghost/members-csv": "0.4.2", "@tryghost/members-ssr": "0.8.8", "@tryghost/mw-session-from-token": "0.1.14", diff --git a/yarn.lock b/yarn.lock index 9c0abe524a..b66a8bcf05 100644 --- a/yarn.lock +++ b/yarn.lock @@ -519,7 +519,7 @@ dependencies: "@tryghost/kg-clean-basic-html" "^1.0.11" -"@tryghost/magic-link@0.6.4", "@tryghost/magic-link@^0.6.4": +"@tryghost/magic-link@0.6.4": version "0.6.4" resolved "https://registry.yarnpkg.com/@tryghost/magic-link/-/magic-link-0.6.4.tgz#d0c88d6ecf464e2c17e1d56bad0f0aeb6a92f8a3" integrity sha512-n/VnMEpwkDrDPpw8AaQq6ACUua/aLz01dthaLhbYoshP+s4RINkF1/t+T+BA//O7qvimCQmi8nXM8eISdZciLw== @@ -529,12 +529,22 @@ jsonwebtoken "^8.5.1" lodash "^4.17.15" -"@tryghost/members-api@0.37.3": - version "0.37.3" - resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-0.37.3.tgz#43fad6e685e45c0d033918cd5b97b060d9258d31" - integrity sha512-7QA6AYwiLn6eCVXq9tGLaFQjwyFW4952TWWDGgBWkn0yvOzbhdmvhZScvvG+ym8iaz8VEUsZeqEM/TCHMN9p0Q== +"@tryghost/magic-link@^0.6.5": + version "0.6.5" + resolved "https://registry.yarnpkg.com/@tryghost/magic-link/-/magic-link-0.6.5.tgz#46fd2682f30b75253219cf19856631d85d7c9c90" + integrity sha512-tuGT3b0pH6tYOI93woKYFpx+s3RuWj53f6HmbkFwNMMDflfL6NAG9hspEZ+BTtoV67z8PKwHy2KTkNn7P6yjtw== dependencies: - "@tryghost/magic-link" "^0.6.4" + bluebird "^3.5.5" + ghost-ignition "4.4.2" + jsonwebtoken "^8.5.1" + lodash "^4.17.15" + +"@tryghost/members-api@0.37.5": + version "0.37.5" + resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-0.37.5.tgz#a615a5f74d7cf891ff2b0e2f2dc99f083eb05b98" + integrity sha512-adzYKXOn6C7AKj6YHPAMbxN0Kau6blcqm0zXy3kTzFVjS8RnjvhTVklZu5MyfcWcmUYQsYTEa8PR8sN1blYpJw== + dependencies: + "@tryghost/magic-link" "^0.6.5" bluebird "^3.5.4" body-parser "^1.19.0" cookies "^0.8.0"