From b16ebc2a1b8e750c6f981fe5538eb75531226ac6 Mon Sep 17 00:00:00 2001 From: Brian Fletcher Date: Tue, 16 Aug 2022 13:26:14 +0100 Subject: [PATCH] add express dep Signed-off-by: Brian Fletcher --- plugins/auth-node/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/auth-node/package.json b/plugins/auth-node/package.json index 4ae5c439f0..f7e73418ae 100644 --- a/plugins/auth-node/package.json +++ b/plugins/auth-node/package.json @@ -26,6 +26,7 @@ "@backstage/backend-common": "^0.15.0-next.0", "@backstage/config": "^1.0.1", "@backstage/errors": "^1.1.0", + "express": "^4.17.1", "@types/express": "*", "jose": "^4.6.0", "node-fetch": "^2.6.7",