diff --git a/next/package-lock.json b/next/package-lock.json index 1b183932a7..471fca5196 100644 --- a/next/package-lock.json +++ b/next/package-lock.json @@ -39,7 +39,7 @@ "i18next": "^22.4.15", "lodash": "^4.17.21", "next": "13.1.6", - "next-auth": "4.20.1", + "next-auth": "4.24.5", "next-i18next": "^13.2.2", "nextjs-google-analytics": "^2.3.3", "pusher-js": "^8.2.0", @@ -12004,9 +12004,9 @@ } }, "node_modules/next-auth": { - "version": "4.20.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.20.1.tgz", - "integrity": "sha512-ZcTUN4qzzZ/zJYgOW0hMXccpheWtAol8QOMdMts+LYRcsPGsqf2hEityyaKyECQVw1cWInb9dF3wYwI5GZdEmQ==", + "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", @@ -12019,7 +12019,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" @@ -23830,9 +23830,9 @@ } }, "next-auth": { - "version": "4.20.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.20.1.tgz", - "integrity": "sha512-ZcTUN4qzzZ/zJYgOW0hMXccpheWtAol8QOMdMts+LYRcsPGsqf2hEityyaKyECQVw1cWInb9dF3wYwI5GZdEmQ==", + "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==", "requires": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", diff --git a/next/package.json b/next/package.json index c493f60139..1009af42fc 100644 --- a/next/package.json +++ b/next/package.json @@ -45,7 +45,7 @@ "i18next": "^22.4.15", "lodash": "^4.17.21", "next": "13.1.6", - "next-auth": "4.20.1", + "next-auth": "4.24.5", "next-i18next": "^13.2.2", "nextjs-google-analytics": "^2.3.3", "pusher-js": "^8.2.0",