From 9cc2cb8b8713b353fe3b65eaf97fe129b053027a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 21 Feb 2022 17:48:55 +0000 Subject: [PATCH] Update dependency @tryghost/errors to v1.2.3 --- ghost/stripe/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/stripe/package.json b/ghost/stripe/package.json index 857e9a89de..b55a3465a6 100644 --- a/ghost/stripe/package.json +++ b/ghost/stripe/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "@tryghost/debug": "^0.1.4", - "@tryghost/errors": "1.2.2", + "@tryghost/errors": "1.2.3", "leaky-bucket": "^2.2.0", "stripe": "^8.174.0" }