diff --git a/ghost/core/package.json b/ghost/core/package.json index f1393727a2..5d03fb48f5 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -79,7 +79,7 @@ "@tryghost/kg-default-cards": "5.16.2", "@tryghost/kg-markdown-html-renderer": "5.1.5", "@tryghost/kg-mobiledoc-html-renderer": "5.3.5", - "@tryghost/limit-service": "1.2.1", + "@tryghost/limit-service": "1.2.2", "@tryghost/logging": "2.2.3", "@tryghost/magic-link": "0.0.0", "@tryghost/member-events": "0.0.0", diff --git a/yarn.lock b/yarn.lock index 9ec3ad86ca..683bf3a200 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1819,10 +1819,10 @@ dependencies: semver "^7.3.5" -"@tryghost/limit-service@1.2.1": - version "1.2.1" - resolved "https://registry.yarnpkg.com/@tryghost/limit-service/-/limit-service-1.2.1.tgz#596a1a2db237608f082e43a41562f66a07daa82f" - integrity sha512-utfcWaEFhqEaMKYS2f/Qudbll6RghFYRHwsqLnsL/6ivsr3BucCOaErc4ZrwTiI10Z2+mfgRJeLGUZWdiTZ+4w== +"@tryghost/limit-service@1.2.2": + version "1.2.2" + resolved "https://registry.yarnpkg.com/@tryghost/limit-service/-/limit-service-1.2.2.tgz#c137a00f636eaaab22c4290b63c29f1b2bb6ffdd" + integrity sha512-onlpgn0iZLuFt2yNyHTNx5m7gqYxJnAqUa83G7EgJTZ2yhFYNyw/trVOV46mrJs3+DtEIrNzMCtx50MiqFHb/Q== dependencies: "@tryghost/errors" "^1.2.1" lodash "^4.17.21"