From f1bc2bd1dda1cfb0f82e11935decee5ad5fb92ad Mon Sep 17 00:00:00 2001 From: Pedro Ferreira <10789765+apedroferreira@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:43:15 +0000 Subject: [PATCH] Fix Dependabot warning in Next.js example with passkey (#4371) --- examples/core/auth-nextjs-passkey/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/core/auth-nextjs-passkey/package.json b/examples/core/auth-nextjs-passkey/package.json index dcb863e9872..d796c138054 100644 --- a/examples/core/auth-nextjs-passkey/package.json +++ b/examples/core/auth-nextjs-passkey/package.json @@ -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" @@ -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" } }