From 56ef95c397af036057b7833b63a11e09f330797a Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Tue, 11 Aug 2020 09:08:54 +0100 Subject: [PATCH] Updated ghost-ignition dependency - this will resolve the lodash warnings when running `yarn audit` --- 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 098206f64f..7d39cb1f34 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.0.0", + "ghost-ignition": "4.2.2", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.15" } diff --git a/ghost/members-api/package.json b/ghost/members-api/package.json index 3af328a2f7..4fba98e328 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": "^4.0.0", + "ghost-ignition": "4.2.2", "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 d4cec8c635..790801d6cd 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.0.0", + "ghost-ignition": "4.2.2", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.11" },