From 45bb8ef633dc13ff3baf85a6d6383e2bcea68862 Mon Sep 17 00:00:00 2001 From: Naz Date: Tue, 11 May 2021 10:27:37 +0400 Subject: [PATCH] Enabled creating client side "max periodic" checks refs https://github.com/TryGhost/Team/issues/588 - The bump is done to have the latest fixes in the upstream. The feature for checking the max periodic emails limit will be implemented once there's an apetite for it. Note, it might need some thinking around how to approach this problem (outlined in the referenced commit) --- ghost/admin/package.json | 2 +- ghost/admin/yarn.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 83ea8f5b94..166925199b 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -33,7 +33,7 @@ "@tryghost/helpers": "1.1.43", "@tryghost/kg-clean-basic-html": "1.0.17", "@tryghost/kg-parser-plugins": "1.1.7", - "@tryghost/limit-service": "0.4.3", + "@tryghost/limit-service": "0.5.0", "@tryghost/members-csv": "1.0.0", "@tryghost/mobiledoc-kit": "0.12.5-ghost.1", "@tryghost/string": "0.1.18", diff --git a/ghost/admin/yarn.lock b/ghost/admin/yarn.lock index 1d0394fdd4..c949962e0c 100644 --- a/ghost/admin/yarn.lock +++ b/ghost/admin/yarn.lock @@ -2063,12 +2063,13 @@ dependencies: "@tryghost/kg-clean-basic-html" "^1.0.17" -"@tryghost/limit-service@0.4.3": - version "0.4.3" - resolved "https://registry.yarnpkg.com/@tryghost/limit-service/-/limit-service-0.4.3.tgz#2594941c14b14fc9e99846a13fd218ecbbe253b3" - integrity sha512-ZdiT5irH6+EUXKw/8ie9CccDfhpS6CbnW0WtzvLbHWP7nPfbZ2iXasmdhNYugHeWHJcZyW41CrKBM/qIxvDUNQ== +"@tryghost/limit-service@0.5.0": + version "0.5.0" + resolved "https://registry.yarnpkg.com/@tryghost/limit-service/-/limit-service-0.5.0.tgz#b69eb70cd7e5d5b559b099be9dc8ea7dec854a59" + integrity sha512-a2ai5WS7I+jWHYObVBn9NusQ0FAIwWkjYJoMpoaSGXDBAynaeLkf+uAT/86PGpuUcDFWvvBl4m79K/lSds5adw== dependencies: lodash "^4.17.21" + luxon "^1.26.0" "@tryghost/members-csv@1.0.0": version "1.0.0" @@ -11117,6 +11118,11 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" +luxon@^1.26.0: + version "1.26.0" + resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.26.0.tgz#d3692361fda51473948252061d0f8561df02b578" + integrity sha512-+V5QIQ5f6CDXQpWNICELwjwuHdqeJM1UenlZWx5ujcRMc9venvluCjFb4t5NYLhb6IhkbMVOxzVuOqkgMxee2A== + magic-string@^0.24.0: version "0.24.1" resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.24.1.tgz#7e38e5f126cae9f15e71f0cf8e450818ca7d5a8f"