From f6e12a3da76d5c0b6b45be6631a41902fc6e7957 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 14 Jun 2021 16:11:45 +0000 Subject: [PATCH] Update dependency ghost-ignition to v4.6.3 --- ghost/magic-link/package.json | 2 +- ghost/members-api/package.json | 2 +- ghost/members-ssr/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ghost/magic-link/package.json b/ghost/magic-link/package.json index 08005174a8..fdd2fd5272 100644 --- a/ghost/magic-link/package.json +++ b/ghost/magic-link/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "bluebird": "^3.5.5", - "ghost-ignition": "4.6.2", + "ghost-ignition": "4.6.3", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.15" } diff --git a/ghost/members-api/package.json b/ghost/members-api/package.json index 73e1a5d8c1..007b879df7 100644 --- a/ghost/members-api/package.json +++ b/ghost/members-api/package.json @@ -31,7 +31,7 @@ "body-parser": "^1.19.0", "cookies": "^0.8.0", "express": "^4.16.4", - "ghost-ignition": "4.6.2", + "ghost-ignition": "4.6.3", "got": "^9.6.0", "jsonwebtoken": "^8.5.1", "leaky-bucket": "2.2.0", diff --git a/ghost/members-ssr/package.json b/ghost/members-ssr/package.json index 1615b7bf89..c2d0018bea 100644 --- a/ghost/members-ssr/package.json +++ b/ghost/members-ssr/package.json @@ -27,7 +27,7 @@ "bluebird": "^3.5.3", "concat-stream": "^2.0.0", "cookies": "^0.8.0", - "ghost-ignition": "4.6.2", + "ghost-ignition": "4.6.3", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.11" },