From 565ced555c03215c0d81d3b0fcd914198664545d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 14 Oct 2021 12:52:59 +0000 Subject: [PATCH] Update dependency @tryghost/custom-theme-settings-service to v0.1.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6c11d69f73..6611ecc35f 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@tryghost/color-utils": "0.1.2", "@tryghost/config-url-helpers": "0.1.2", "@tryghost/constants": "0.1.11", - "@tryghost/custom-theme-settings-service": "0.1.1", + "@tryghost/custom-theme-settings-service": "0.1.2", "@tryghost/debug": "0.1.8", "@tryghost/email-analytics-provider-mailgun": "1.0.3", "@tryghost/email-analytics-service": "1.0.2", diff --git a/yarn.lock b/yarn.lock index 3b6351152c..78b57d7d6b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1270,10 +1270,10 @@ resolved "https://registry.yarnpkg.com/@tryghost/constants/-/constants-0.1.11.tgz#ffcc6ccb10a768aaa9276c3a22b2dea9f560e247" integrity sha512-ml1aJ4nJmfA8MRAJ3l9+iTdccGDQiUN1En8XwYwypfrKlECR8Mw/kKRPnqHge598+ED6J1+at5gArSq6bLKbug== -"@tryghost/custom-theme-settings-service@0.1.1": - version "0.1.1" - resolved "https://registry.yarnpkg.com/@tryghost/custom-theme-settings-service/-/custom-theme-settings-service-0.1.1.tgz#f7403f7b9ad11a1ef0a0211ac28011210df31f36" - integrity sha512-Mo0w+UMYbhsgHm47x2fGek7j2Qo3RhZaALCRvdaBrHjaXihaSAXTy6T+5dKY4eQeiZ4rZ+5QVza7bQ93ttcxbg== +"@tryghost/custom-theme-settings-service@0.1.2": + version "0.1.2" + resolved "https://registry.yarnpkg.com/@tryghost/custom-theme-settings-service/-/custom-theme-settings-service-0.1.2.tgz#e2c15ac8117edaf6dc6ae9f82fb29089337a0460" + integrity sha512-7EIZFuVqqcWypFktv/QM6dmYmiPHQAnAakuZBePpvV7j9emBWc5tHpGSkPpxoTi+2xHEW0HKVUut1jpBzAZJNA== dependencies: "@tryghost/debug" "^0.1.5" "@tryghost/errors" "^0.2.14"