diff --git a/core/client b/core/client index fe9a33563f..b0554f1890 160000 --- a/core/client +++ b/core/client @@ -1 +1 @@ -Subproject commit fe9a33563fa2d10e03749af6d89a7a9118a44b5b +Subproject commit b0554f189037e2573d67791190ba7687bc5f6da6 diff --git a/package.json b/package.json index f621a0c15f..78345d1210 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost", - "version": "4.34.2", + "version": "4.34.3", "description": "The professional publishing platform", "author": "Ghost Foundation", "homepage": "https://ghost.org", @@ -103,7 +103,7 @@ "@tryghost/update-check-service": "0.3.0", "@tryghost/url-utils": "2.0.5", "@tryghost/validator": "0.1.11", - "@tryghost/verification-trigger": "0.1.0", + "@tryghost/verification-trigger": "0.1.1", "@tryghost/version": "0.1.9", "@tryghost/vhost-middleware": "1.0.20", "@tryghost/zip": "1.1.19", diff --git a/yarn.lock b/yarn.lock index d63ae3a9ce..77841b8de5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1846,10 +1846,10 @@ moment-timezone "0.5.23" validator "7.2.0" -"@tryghost/verification-trigger@0.1.0": - version "0.1.0" - resolved "https://registry.yarnpkg.com/@tryghost/verification-trigger/-/verification-trigger-0.1.0.tgz#7d1baf19c26e09c51f8921ad1e7fce20d562b286" - integrity sha512-k+nFYrQqn9gQbI9N7aaIKo5+/ot7l6IzsgJ64BqN+X4/25g01x2zAHbKk4fwTcMQ9sOFstUqBPAr4thZgHIHUg== +"@tryghost/verification-trigger@0.1.1": + version "0.1.1" + resolved "https://registry.yarnpkg.com/@tryghost/verification-trigger/-/verification-trigger-0.1.1.tgz#40c58124aebba895fe608c306f7c1a900db538fb" + integrity sha512-NtOexknELPDeYvxHNy1/e2cN9re6/G0nUUen+799At4A1F0vdYiCeaoWcVY3lRGRj5veGKaFblR7cD/j30lYIg== dependencies: "@tryghost/domain-events" "^0.1.6" "@tryghost/member-events" "^0.3.4"