diff --git a/package-lock.json b/package-lock.json index d09c69cdc..a2675b6f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "intro.js": "^6.0.0", "intro.js-react": "^0.7.1", "next": "^13.5.4", - "next-auth": "^4.20.1", + "next-auth": "^4.24.5", "nodemailer": "^6.8.0", "nprogress": "^0.2.0", "pdfjs-dist": "^3.3.122", @@ -20354,8 +20354,9 @@ } }, "node_modules/next-auth": { - "version": "4.20.1", - "license": "ISC", + "version": "4.24.5", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.5.tgz", + "integrity": "sha512-3RafV3XbfIKk6rF6GlLE4/KxjTcuMCifqrmD+98ejFq73SRoj2rmzoca8u764977lH/Q7jo6Xu6yM+Re1Mz/Og==", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -20368,7 +20369,7 @@ "uuid": "^8.3.2" }, "peerDependencies": { - "next": "^12.2.5 || ^13", + "next": "^12.2.5 || ^13 || ^14", "nodemailer": "^6.6.5", "react": "^17.0.2 || ^18", "react-dom": "^17.0.2 || ^18" diff --git a/package.json b/package.json index d94c49672..45f5f972f 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "intro.js": "^6.0.0", "intro.js-react": "^0.7.1", "next": "^13.5.4", - "next-auth": "^4.20.1", + "next-auth": "^4.24.5", "nodemailer": "^6.8.0", "nprogress": "^0.2.0", "pdfjs-dist": "^3.3.122",