0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Fixed indescribable error in custom themes limit

refs f51c640fb0

- This should not affect any of the current code but should improve edge case errors related to "allowlist" types of limits
- See referenced commit for details when this edgecase was happening
This commit is contained in:
renovate[bot] 2021-05-24 22:09:18 +12:00 committed by GitHub
parent 48d5d4c93d
commit 01ac1acfcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -57,7 +57,7 @@
"@tryghost/kg-default-cards": "4.0.3",
"@tryghost/kg-markdown-html-renderer": "4.0.2",
"@tryghost/kg-mobiledoc-html-renderer": "4.0.0",
"@tryghost/limit-service": "0.5.0",
"@tryghost/limit-service": "0.6.0",
"@tryghost/magic-link": "1.0.2",
"@tryghost/members-api": "1.10.0",
"@tryghost/members-csv": "1.0.0",

View file

@ -714,10 +714,10 @@
dependencies:
"@tryghost/kg-clean-basic-html" "^1.0.17"
"@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==
"@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==
dependencies:
lodash "^4.17.21"
luxon "^1.26.0"