From 5b6fe2929380e8052f9dec4a87bc47a336e76d59 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 11 Mar 2022 15:44:50 +0000 Subject: [PATCH] Update dependency @tryghost/errors to v1.2.5 --- 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 56b298f90c..7d608f6de2 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.4", + "@tryghost/errors": "1.2.5", "leaky-bucket": "^2.2.0", "stripe": "^8.174.0" }