diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 8f6be9843e..79dd0ec7fb 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -34,7 +34,7 @@ "@tryghost/helpers": "1.1.45", "@tryghost/kg-clean-basic-html": "1.0.18", "@tryghost/kg-parser-plugins": "1.1.8", - "@tryghost/limit-service": "0.6.0", + "@tryghost/limit-service": "0.6.1", "@tryghost/members-csv": "1.0.0", "@tryghost/mobiledoc-kit": "0.12.5-ghost.1", "@tryghost/string": "0.1.19", diff --git a/ghost/admin/yarn.lock b/ghost/admin/yarn.lock index dc7aef7401..8c7a68da60 100644 --- a/ghost/admin/yarn.lock +++ b/ghost/admin/yarn.lock @@ -1806,10 +1806,10 @@ dependencies: "@tryghost/kg-clean-basic-html" "^1.0.18" -"@tryghost/limit-service@0.6.0": - version "0.6.0" - resolved "https://registry.yarnpkg.com/@tryghost/limit-service/-/limit-service-0.6.0.tgz#f7167ad9e69bd8935369057f1639fa079252f0b6" - integrity sha512-v7MnEMWGcFbllcmpYSbyAk3xNoqszFHAWm4SsN5CDMLju/ZNVvH9mL9Yzyv+5e4r1f8E/BZkd6gE0j7C1vijtQ== +"@tryghost/limit-service@0.6.1": + version "0.6.1" + resolved "https://registry.yarnpkg.com/@tryghost/limit-service/-/limit-service-0.6.1.tgz#192a5cfcb2e9d6c335e3340ef4fcb3a1ecc23a4b" + integrity sha512-EQyhAPXczcqpuSMpXCC9YQZ5z3aCfO4N4fT8GbZnECausf4lWH64mbUQxptlj40iDyguX4YbrJvTmCfbpCA/lA== dependencies: lodash "^4.17.21" luxon "^1.26.0"