0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Merged v4.34.3 into main

v4.34.3
This commit is contained in:
Matt Hanley 2022-02-02 15:59:23 +00:00
commit 48bcb36adc
3 changed files with 7 additions and 7 deletions

@ -1 +1 @@
Subproject commit fe9a33563fa2d10e03749af6d89a7a9118a44b5b
Subproject commit b0554f189037e2573d67791190ba7687bc5f6da6

View file

@ -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",

View file

@ -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"