From 782acbafdd81e91c7b3701ddbc540adebb91e9a5 Mon Sep 17 00:00:00 2001 From: Brian Fletcher Date: Tue, 16 Aug 2022 13:01:06 +0100 Subject: [PATCH] fix express package Signed-off-by: Brian Fletcher --- plugins/auth-node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/auth-node/package.json b/plugins/auth-node/package.json index 2ac9a17813..4ae5c439f0 100644 --- a/plugins/auth-node/package.json +++ b/plugins/auth-node/package.json @@ -26,7 +26,7 @@ "@backstage/backend-common": "^0.15.0-next.0", "@backstage/config": "^1.0.1", "@backstage/errors": "^1.1.0", - "express": "^4.17.13", + "@types/express": "*", "jose": "^4.6.0", "node-fetch": "^2.6.7", "winston": "^3.2.1"