Skip to content

Commit

Permalink
Fix Dependabot warning in Next.js example with passkey (#4371)
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira authored Nov 7, 2024
1 parent b1d2cc3 commit f1bc2bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/core/auth-nextjs-passkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@simplewebauthn/browser": "9.0.1",
"@simplewebauthn/server": "9.0.3",
"@toolpad/core": "workspace:*",
"next": "14.2.7",
"next": "^14",
"next-auth": "5.0.0-beta.20",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand All @@ -26,7 +26,7 @@
"@types/node": "22.5.1",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"eslint-config-next": "14.2.7",
"eslint-config-next": "^14",
"prisma": "5.19.1"
}
}

0 comments on commit f1bc2bd

Please sign in to comment.