auth-node: add missing @types/passport dep

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-08-11 16:02:06 +02:00
parent f60d50a59f
commit ac8d9dc296
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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",
+1
View File
@@ -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