diff --git a/ghost/magic-link/package.json b/ghost/magic-link/package.json index f1b76a7e46..8d79c60ad1 100644 --- a/ghost/magic-link/package.json +++ b/ghost/magic-link/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "bluebird": "^3.5.5", - "ghost-ignition": "^3.1.0", + "ghost-ignition": "^4.0.0", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.15" } diff --git a/ghost/members-api/package.json b/ghost/members-api/package.json index bac9e12866..186c252cc9 100644 --- a/ghost/members-api/package.json +++ b/ghost/members-api/package.json @@ -30,7 +30,7 @@ "body-parser": "^1.19.0", "cookies": "^0.8.0", "express": "^4.16.4", - "ghost-ignition": "^3.1.0", + "ghost-ignition": "^4.0.0", "got": "^9.6.0", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.11", diff --git a/ghost/members-ssr/package.json b/ghost/members-ssr/package.json index a44ea0395a..d26a1a3a7e 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": "^3.0.4", + "ghost-ignition": "^4.0.0", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.11" },