From ac8d9dc29680caac0de2098a91f83886f632ee92 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 11 Aug 2023 16:02:06 +0200 Subject: [PATCH] auth-node: add missing @types/passport dep Signed-off-by: Patrik Oldsberg --- plugins/auth-node/package.json | 1 + yarn.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/plugins/auth-node/package.json b/plugins/auth-node/package.json index 5e3ddd5a20..07573955cb 100644 --- a/plugins/auth-node/package.json +++ b/plugins/auth-node/package.json @@ -36,6 +36,7 @@ "@backstage/errors": "workspace:^", "@backstage/types": "workspace:^", "@types/express": "*", + "@types/passport": "^1.0.3", "express": "^4.17.1", "jose": "^4.6.0", "lodash": "^4.17.21", diff --git a/yarn.lock b/yarn.lock index 2dd5f941c2..ea50e46bc1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4691,6 +4691,7 @@ __metadata: "@backstage/errors": "workspace:^" "@backstage/types": "workspace:^" "@types/express": "*" + "@types/passport": ^1.0.3 cookie-parser: ^1.4.6 express: ^4.17.1 express-promise-router: ^4.1.1