From 5e49d9a47dd0e90d6451071ff7669e5df61ceff2 Mon Sep 17 00:00:00 2001 From: Chris McCormick Date: Mon, 4 Dec 2023 06:53:44 +0800 Subject: [PATCH] Fix GH security warning. --- examples/authentication/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/authentication/package.json b/examples/authentication/package.json index d27f378..ac5a100 100644 --- a/examples/authentication/package.json +++ b/examples/authentication/package.json @@ -2,7 +2,7 @@ "dependencies": { "concurrently": "^6.3.0", "minimal-stylesheet": "^0.1.0", - "passport": "^0.5.2", + "passport": "^0.6.0", "passport-local": "^1.0.0", "react": "^17.0.2", "react-dom": "^17.0.2",