diff --git a/examples/with-passport/package.json b/examples/with-passport/package.json index 083feeb81e763d..2d01f8c0bb4afe 100644 --- a/examples/with-passport/package.json +++ b/examples/with-passport/package.json @@ -10,11 +10,11 @@ "cookie": "0.4.1", "next": "latest", "next-connect": "0.8.1", - "passport": "0.4.1", - "passport-local": "1.0.0", + "passport": "^0.4.1", + "passport-local": "^1.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "swr": "^0.5.5", + "swr": "^1.3.0", "uuid": "8.3.1" } }