Skip to content

Commit 84b1632

Browse files
committed
build: Tidy up dependencies for authentication
1 parent 95d94af commit 84b1632

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/authentication/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
"@loopback/context": "^4.0.0-alpha.18",
2727
"@loopback/core": "^4.0.0-alpha.20",
2828
"@loopback/rest": "^4.0.0-alpha.7",
29-
"@types/passport": "^0.3.3",
30-
"@types/passport-http": "^0.3.2",
31-
"passport": "^0.3.2",
29+
"passport": "^0.4.0",
3230
"passport-strategy": "^1.0.0"
3331
},
3432
"devDependencies": {
3533
"@loopback/build": "^4.0.0-alpha.4",
3634
"@loopback/openapi-spec-builder": "^4.0.0-alpha.11",
3735
"@loopback/testlab": "^4.0.0-alpha.13",
36+
"@types/passport": "^0.3.5",
37+
"@types/passport-http": "^0.3.3",
3838
"passport-http": "^0.3.0"
3939
},
4040
"keywords": [

0 commit comments

Comments
 (0)