From efac0913579836654d85ed9c255805072d5d02f0 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Fri, 16 Apr 2021 13:26:34 +0100 Subject: [PATCH] Re-pinned `@types/express` to 4.17.x no issue - later updates of this package contain different types that we haven't changed our code for yet, so I need to revert the pinning to force this specific version for now --- ghost/mw-session-from-token/package.json | 2 +- ghost/session-service/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ghost/mw-session-from-token/package.json b/ghost/mw-session-from-token/package.json index e2fc5a1cbd..76a4959137 100644 --- a/ghost/mw-session-from-token/package.json +++ b/ghost/mw-session-from-token/package.json @@ -21,7 +21,7 @@ "access": "public" }, "devDependencies": { - "@types/express": "^4.17.3", + "@types/express": "4.17.3", "@types/mocha": "^8.2.2", "express": "^4.17.1", "mocha": "^8.3.2", diff --git a/ghost/session-service/package.json b/ghost/session-service/package.json index 5b8d8beb15..60832febc1 100644 --- a/ghost/session-service/package.json +++ b/ghost/session-service/package.json @@ -22,7 +22,7 @@ "access": "public" }, "devDependencies": { - "@types/express": "^4.17.4", + "@types/express": "4.17.4", "@types/mocha": "^8.2.2", "express": "^4.17.1", "mocha": "^8.3.2",